com.ibm.commerce.edp.parsers.paymentmethodconfigurations

Class PaymentMethodConfigurationsFactory

  • java.lang.Object
    • com.ibm.commerce.edp.parsers.paymentmethodconfigurations.PaymentMethodConfigurationsFactory


  • public class PaymentMethodConfigurationsFactory
    extends java.lang.Object
    This class provides convenience methods for creating Java beans for elements in this XML document:PaymentMethodConfigurations.xml.
    • 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
      PaymentMethodConfigurations loadDocument(java.lang.String filename)
      This method creates the Java bean PaymentMethodConfigurations by loading the XML file.
      • 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

      • PaymentMethodConfigurationsFactory

        public PaymentMethodConfigurationsFactory()
    • Method Detail

      • loadDocument

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