com.ibm.commerce.edp.parsers.refundmappings
Class RefundMappingsFactory
- java.lang.Object
-
- com.ibm.commerce.edp.parsers.refundmappings.RefundMappingsFactory
-
public class RefundMappingsFactory extends java.lang.Object
This method 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.
-
Constructor Summary
Constructors Constructor and Description RefundMappingsFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description RefundMappings
loadDocument(java.lang.String filename)
This method creates the Java beanRefundMappings
by loading the XML file.
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
loadDocument
public RefundMappings loadDocument(java.lang.String filename)
This method creates the Java beanRefundMappings
by loading the XML file.- Parameters:
filename
- The XML file name- Returns:
- RefundMappings The Java bean representing the root element
-
-