|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp12f.exe.pasarelapagos.objects.config.CodigoComercio
Estructura que proporciona el codigo de comercio de un cliente en un determinado TPV Virtual.
Field Summary | |
java.lang.String |
comercio
Codigo de comercio del emisor del pago para la entidad. |
java.lang.String |
entidad
Codigo de la entidad que proporciona el TPV Virtual. |
Constructor Summary | |
CodigoComercio()
|
Method Summary | |
static CodigoComercio |
getObject(java.lang.String xml)
Convierte de un String xml a un Objeto |
java.lang.String |
toXML()
Convierte un Objeto CodigoComercio a XML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String entidad
public java.lang.String comercio
Constructor Detail |
public CodigoComercio()
Method Detail |
public static CodigoComercio getObject(java.lang.String xml) throws com.ejie.r01f.xml.marshalling.XOMarshallerException
xml
- : XML de objeto.
com.ejie.r01f.xml.marshalling.XOMarshallerException
public java.lang.String toXML() throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |