public class RefundMethodConfigurationFactory
extends com.ibm.etools.xmlschema.beans.Factory
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
RefundMethodConfigurationFactory()
This method is the constructor of this class.
|
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. |
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
public static final java.lang.String COPYRIGHT
public RefundMethodConfigurationFactory()
public RefundMethodConfiguration createRoot(java.lang.String rootElementname)
RefundMethodConfiguration
for the root element.rootElementname
- The tag for the root elementpublic RefundMethodConfiguration loadDocument(java.lang.String filename)
RefundMethodConfiguration
by loading the XML file.filename
- The XML file namepublic RefundMethodConfiguration createRefundMethodConfiguration(java.lang.String elementName)
RefundMethodConfiguration
for the element.elementName
- The tag for the elementpublic RefundMethod createRefundMethod(java.lang.String elementName)
RefundMethod
for the
element.elementName
- The tag for the element