com.ibm.commerce.edp.parsers.refundmethodconfiguration

Class RefundMethodConfigurationFactory

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


    public class RefundMethodConfigurationFactory
    extends com.ibm.etools.xmlschema.beans.Factory
    This method provides convenience methods for creating Java beans for elements in this XML document: RefundMethodConfigurations.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
      RefundMethod createRefundMethod(java.lang.String elementName)
      This method creates the Java bean RefundMethod for the element.
      RefundMethodConfiguration createRefundMethodConfiguration(java.lang.String elementName)
      This method creates the Java bean RefundMethodConfiguration for the element.
      RefundMethodConfiguration createRoot(java.lang.String rootElementname)
      This method creates the Java bean RefundMethodConfiguration for the root element.
      RefundMethodConfiguration loadDocument(java.lang.String filename)
      This method creates the Java bean RefundMethodConfiguration 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

      • RefundMethodConfigurationFactory

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

      • createRoot

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

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

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

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