com.ibm.commerce.edp.parsers.refundmethodconfigurations

Class RefundMethodConfigurationsFactory

  • java.lang.Object
    • com.ibm.commerce.edp.parsers.refundmethodconfigurations.RefundMethodConfigurationsFactory


  • public class RefundMethodConfigurationsFactory
    extends java.lang.Object
    Provides convenience methods for creating Java beans for elements in this XML document
    • 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
      RefundMethodConfigurations loadDocument(java.lang.String filename)
      Create the Java bean RefundMethodConfigurations for the root element
      • 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

      • RefundMethodConfigurationsFactory

        public RefundMethodConfigurationsFactory()
    • Method Detail

      • loadDocument

        public RefundMethodConfigurations loadDocument(java.lang.String filename)
        Create the Java bean RefundMethodConfigurations for the root element
        Parameters:
        filename - The tag for the root element
        Returns:
        RefundMethodConfigurations The Java bean representing this element