com.retek.component.payment.integration.xml
Class PaymentSettlementCustomerXmlBuilder
java.lang.Object
com.retek.commons.component.xml.impl.BaseElementXmlBuilder
com.retek.component.payment.integration.xml.PaymentSettlementCustomerXmlBuilder
- All Implemented Interfaces:
- ElementXmlBuilder
- public class PaymentSettlementCustomerXmlBuilder
- extends BaseElementXmlBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME
- See Also:
- Constant Field Values
FIRST_NAME
public static final java.lang.String FIRST_NAME
- See Also:
- Constant Field Values
MIDDLE_INITIAL
public static final java.lang.String MIDDLE_INITIAL
- See Also:
- Constant Field Values
LAST_NAME
public static final java.lang.String LAST_NAME
- See Also:
- Constant Field Values
ADDRESS_LINE_1
public static final java.lang.String ADDRESS_LINE_1
- See Also:
- Constant Field Values
ADDRESS_LINE_2
public static final java.lang.String ADDRESS_LINE_2
- See Also:
- Constant Field Values
ADDRESS_LINE_3
public static final java.lang.String ADDRESS_LINE_3
- See Also:
- Constant Field Values
CITY
public static final java.lang.String CITY
- See Also:
- Constant Field Values
STATE
public static final java.lang.String STATE
- See Also:
- Constant Field Values
POSTAL_CODE
public static final java.lang.String POSTAL_CODE
- See Also:
- Constant Field Values
COUNTRY_CODE
public static final java.lang.String COUNTRY_CODE
- See Also:
- Constant Field Values
PaymentSettlementCustomerXmlBuilder
public PaymentSettlementCustomerXmlBuilder(DistributedContext context)
getElementName
public final java.lang.String getElementName()
- Specified by:
getElementName
in class BaseElementXmlBuilder
isRootElement
public final boolean isRootElement()
- Specified by:
isRootElement
in class BaseElementXmlBuilder
isLeafElement
public final boolean isLeafElement()
- Specified by:
isLeafElement
in class BaseElementXmlBuilder
toXml
public java.lang.String toXml(ElementObject element)
throws SystemException,
XmlBuilderException
- Specified by:
toXml
in interface ElementXmlBuilder
- Specified by:
toXml
in class BaseElementXmlBuilder
- Throws:
SystemException
XmlBuilderException
getTagElements
public final java.util.Map getTagElements(ElementObject element)
- Specified by:
getTagElements
in class BaseElementXmlBuilder
getOrderedTagElementNames
public final java.util.List getOrderedTagElementNames(ElementObject element)
- Specified by:
getOrderedTagElementNames
in class BaseElementXmlBuilder
getAliasAttributeNameMap
public java.util.Map getAliasAttributeNameMap()
createElementObject
protected final ElementObjectImpl createElementObject(java.lang.String elementId)
- Specified by:
createElementObject
in class BaseElementXmlBuilder
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28