com.ibm.commerce.edp.parsers.base

Class EDPSimpleType

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


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

      • EDPSimpleType

        public EDPSimpleType()
    • Method Detail

      • 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)
      • 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)
      • 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()