p12f.exe.ikus
Class IKUSThirdRegistry
java.lang.Object
p12f.exe.ikus.IKUSThirdRegistry
- All Implemented Interfaces:
- java.io.Serializable
- public class IKUSThirdRegistry
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
static IKUSThirdRegistry |
getObject(java.lang.String xml)
Convierte de un String xml a un Objeto |
java.lang.String |
toXML()
Convierte un Objeto PaymentTypeConfig a XML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
thirdID
public java.lang.String thirdID
ikusID
public java.lang.String ikusID
address
public java.lang.String address
city
public java.lang.String city
postalCode
public java.lang.String postalCode
iban
public java.lang.String iban
name
public java.lang.String name
email
public java.lang.String email
phoneNumber
public java.lang.String phoneNumber
IKUSThirdRegistry
public IKUSThirdRegistry()
toXML
public java.lang.String toXML()
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un Objeto PaymentTypeConfig a XML.
- Returns:
-
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException
getObject
public static IKUSThirdRegistry getObject(java.lang.String xml)
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte de un String xml a un Objeto
- Returns:
- Objeto convertido.
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException