com.ibm.commerce.edp.parsers.paymentmethodconfiguration

Class PaymentMethodConfigurationFactory

  • java.lang.Object
    • com.ibm.etools.xmlschema.beans.Factory
      • com.ibm.commerce.edp.parsers.paymentmethodconfiguration.PaymentMethodConfigurationFactory
  • All Implemented Interfaces:
    java.io.Serializable


    public class PaymentMethodConfigurationFactory
    extends com.ibm.etools.xmlschema.beans.Factory
    This method provides convenience methods for creating Java beans for elements in this XML document: PaymentMethodConfigurations.xml.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      PaymentInstructionPriority createPaymentInstructionPriority(java.lang.String elementName)
      This method creates the Java bean PaymentInstructionPriority for the element.
      PaymentMethod createPaymentMethod(java.lang.String elementName)
      This method creates the Java bean PaymentMethod for the element.
      PaymentMethodConfiguration createPaymentMethodConfiguration(java.lang.String elementName)
      This method creates the Java bean PaymentMethodConfiguration for the element.
      PaymentMethodConfiguration createRoot(java.lang.String rootElementname)
      This method creates the Java bean PaymentMethodConfiguration for the root element.
      PaymentMethodConfiguration loadDocument(java.lang.String filename)
      This method creates the Java bean PaymentMethodConfiguration by loading the XML file.
      • Methods inherited from class com.ibm.etools.xmlschema.beans.Factory

        addImportedFileInfo, createDOMElementFromComplexType, createDOMElementFromSimpleType, createRootDOMFromComplexType, createRootDOMFromSimpleType, getDocument, getDTDFileName, getEncoding, getEncodingTag, getNamespaceURI, getPackageName, getPrefix, getPublicId, getSystemId, getXMLFilename, getXSDFileName, isAttributeQualified, isElementQualified, loadDocument, loadDocument, loadDocument, save, save, save, setAttributeQualified, setDTDFileName, setElementQualified, setEncoding, setEncodingTag, setNamespaceURI, setPackageName, setPrefix, setPublicId, setSystemId, setXMLFilename, setXSDFileName
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PaymentMethodConfigurationFactory

        public PaymentMethodConfigurationFactory()
        This method is the constructor of this class.
    • Method Detail

      • createRoot

        public PaymentMethodConfiguration createRoot(java.lang.String rootElementname)
        This method creates the Java bean PaymentMethodConfiguration for the root element.
        Parameters:
        rootElementname - The tag for the root element
        Returns:
        PaymentMethodConfiguration The Java bean representing this element
      • loadDocument

        public PaymentMethodConfiguration loadDocument(java.lang.String filename)
        This method creates the Java bean PaymentMethodConfiguration by loading the XML file.
        Parameters:
        filename - The XML file name
        Returns:
        PaymentMethodConfiguration The Java bean representing the root element
      • createPaymentMethodConfiguration

        public PaymentMethodConfiguration createPaymentMethodConfiguration(java.lang.String elementName)
        This method creates the Java bean PaymentMethodConfiguration for the element.
        Parameters:
        elementName - The tag for the element
        Returns:
        PaymentMethodConfiguration The Java bean representing this element
      • createPaymentMethod

        public PaymentMethod createPaymentMethod(java.lang.String elementName)
        This method creates the Java bean PaymentMethod for the element.
        Parameters:
        elementName - The tag for the element
        Returns:
        PaymentMethod The Java bean representing this element
      • createPaymentInstructionPriority

        public PaymentInstructionPriority createPaymentInstructionPriority(java.lang.String elementName)
        This method creates the Java bean PaymentInstructionPriority for the element.
        Parameters:
        elementName - The tag for the element
        Returns:
        PaymentInstructionPriority The Java bean representing this element