com.ibm.commerce.edp.parsers.base

Class EDPComplexType

  • java.lang.Object
    • com.ibm.etools.xmlschema.beans.BaseType
      • com.ibm.etools.xmlschema.beans.ComplexType
        • com.ibm.commerce.edp.parsers.base.EDPComplexType
  • All Implemented Interfaces:
    java.io.Serializable


    public class EDPComplexType
    extends com.ibm.etools.xmlschema.beans.ComplexType
    This class represents the complex type corresponds to the XML configurations in Payment Rules.
    See Also:
    Serialized Form
    • Constructor Detail

      • EDPComplexType

        public EDPComplexType()
    • Method Detail

      • getAttributeBooleanValue

        public boolean getAttributeBooleanValue(java.lang.String arg0)
        Overrides:
        getAttributeBooleanValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getAttributeBooleanValue(java.lang.String)
      • getAttributeByteValue

        public byte getAttributeByteValue(java.lang.String arg0)
        Overrides:
        getAttributeByteValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getAttributeByteValue(java.lang.String)
      • getAttributeDateValue

        public java.util.Date getAttributeDateValue(java.lang.String arg0)
        Overrides:
        getAttributeDateValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getAttributeDateValue(java.lang.String)
      • getAttributeDoubleValue

        public double getAttributeDoubleValue(java.lang.String arg0)
        Overrides:
        getAttributeDoubleValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getAttributeDoubleValue(java.lang.String)
      • getAttributeFloatValue

        public float getAttributeFloatValue(java.lang.String arg0)
        Overrides:
        getAttributeFloatValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getAttributeFloatValue(java.lang.String)
      • getAttributeIntegerValue

        public int getAttributeIntegerValue(java.lang.String arg0)
        Overrides:
        getAttributeIntegerValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getAttributeIntegerValue(java.lang.String)
      • getAttributeLongValue

        public long getAttributeLongValue(java.lang.String arg0)
        Overrides:
        getAttributeLongValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getAttributeLongValue(java.lang.String)
      • getAttributeShortValue

        public short getAttributeShortValue(java.lang.String arg0)
        Overrides:
        getAttributeShortValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getAttributeShortValue(java.lang.String)
      • getAttributeValue

        public java.lang.Object getAttributeValue(java.lang.String arg0,
                                                  java.lang.String arg1)
        Overrides:
        getAttributeValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getAttributeValue(java.lang.String, java.lang.String)
      • getAttributeValue

        public java.lang.String getAttributeValue(java.lang.String arg0)
        Overrides:
        getAttributeValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getAttributeValue(java.lang.String)
      • getElementBooleanValue

        public boolean getElementBooleanValue(java.lang.String arg0,
                                              int arg1)
        Overrides:
        getElementBooleanValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getElementBooleanValue(java.lang.String, int)
      • getElementByteValue

        public byte getElementByteValue(java.lang.String arg0,
                                        int arg1)
        Overrides:
        getElementByteValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getElementByteValue(java.lang.String, int)
      • getElementDateValue

        public java.util.Date getElementDateValue(java.lang.String arg0,
                                                  int arg1)
        Overrides:
        getElementDateValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getElementDateValue(java.lang.String, int)
      • getElementDoubleValue

        public double getElementDoubleValue(java.lang.String arg0,
                                            int arg1)
        Overrides:
        getElementDoubleValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getElementDoubleValue(java.lang.String, int)
      • getElementFloatValue

        public float getElementFloatValue(java.lang.String arg0,
                                          int arg1)
        Overrides:
        getElementFloatValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getElementFloatValue(java.lang.String, int)
      • getElementIntegerValue

        public int getElementIntegerValue(java.lang.String arg0,
                                          int arg1)
        Overrides:
        getElementIntegerValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getElementIntegerValue(java.lang.String, int)
      • getElementLongValue

        public long getElementLongValue(java.lang.String arg0,
                                        int arg1)
        Overrides:
        getElementLongValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getElementLongValue(java.lang.String, int)
      • getElementShortValue

        public short getElementShortValue(java.lang.String arg0,
                                          int arg1)
        Overrides:
        getElementShortValue in class com.ibm.etools.xmlschema.beans.ComplexType
        See Also:
        ComplexType.getElementShortValue(java.lang.String, int)
      • getElementIntegerValue

        public int getElementIntegerValue(java.lang.String arg0)
        Overrides:
        getElementIntegerValue in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getElementIntegerValue(java.lang.String)
      • getElementBooleanValue

        public boolean getElementBooleanValue(java.lang.String arg0)
        Overrides:
        getElementBooleanValue in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getElementBooleanValue(java.lang.String)
      • getElementByteValue

        public byte getElementByteValue(java.lang.String arg0)
        Overrides:
        getElementByteValue in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getElementByteValue(java.lang.String)
      • getElementDateValue

        public java.util.Date getElementDateValue(java.lang.String arg0)
        Overrides:
        getElementDateValue in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getElementDateValue(java.lang.String)
      • getElementDoubleValue

        public double getElementDoubleValue(java.lang.String arg0)
        Overrides:
        getElementDoubleValue in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getElementDoubleValue(java.lang.String)
      • getElementFloatValue

        public float getElementFloatValue(java.lang.String arg0)
        Overrides:
        getElementFloatValue in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getElementFloatValue(java.lang.String)
      • getElementLongValue

        public long getElementLongValue(java.lang.String arg0)
        Overrides:
        getElementLongValue in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getElementLongValue(java.lang.String)
      • getElementName

        public java.lang.String getElementName()
        Overrides:
        getElementName in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getElementName()
      • getElementShortValue

        public short getElementShortValue(java.lang.String arg0)
        Overrides:
        getElementShortValue in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getElementShortValue(java.lang.String)
      • getElementValue

        public java.lang.String getElementValue()
        Overrides:
        getElementValue in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getElementValue()
      • getElementValue

        public java.lang.String getElementValue(java.lang.String arg0,
                                                int arg1)
        Overrides:
        getElementValue in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getElementValue(java.lang.String, int)
      • getElementValue

        public java.lang.Object getElementValue(java.lang.String arg0,
                                                java.lang.String arg1,
                                                int arg2)
        Overrides:
        getElementValue in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getElementValue(java.lang.String, java.lang.String, int)
      • getElementValue

        public com.ibm.etools.xmlschema.beans.BaseType getElementValue(java.lang.String arg0,
                                                                       java.lang.String arg1)
        Overrides:
        getElementValue in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getElementValue(java.lang.String, java.lang.String)
      • getElementValue

        public java.lang.String getElementValue(java.lang.String arg0)
        Overrides:
        getElementValue in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getElementValue(java.lang.String)
      • getPrefix

        public java.lang.String getPrefix()
        Overrides:
        getPrefix in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getPrefix()
      • getXMLAttribute

        public org.w3c.dom.Attr getXMLAttribute()
        Overrides:
        getXMLAttribute in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getXMLAttribute()
      • getXMLElement

        public org.w3c.dom.Element getXMLElement()
        Overrides:
        getXMLElement in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.getXMLElement()
      • isAttributeQualified

        public boolean isAttributeQualified()
        Overrides:
        isAttributeQualified in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.isAttributeQualified()
      • isElementQualified

        public boolean isElementQualified()
        Overrides:
        isElementQualified in class com.ibm.etools.xmlschema.beans.BaseType
        See Also:
        BaseType.isElementQualified()