|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp12f.exe.pasarelapagos.objects.Expediente
Estructura que contiene los datos del expediente al que pertenece un pago.
Field Summary | |
java.lang.String |
codigo
Código del expediente. |
java.util.List |
datosAdicionales
Datos Adicionales |
java.util.Map |
descripcion
Descripción del expediente en diferentes idiomas. |
java.lang.String |
familia
Familia del expediente. |
Tercero |
tercero
Datos del tercero al que hay que imputar el pago. |
Constructor Summary | |
Expediente()
|
Method Summary | |
static Expediente |
getObject(java.lang.String xml)
Convierte un XML en un objeto Expediente. |
java.lang.String |
toXML()
Convierte un Objeto Expediente a XML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String codigo
public java.lang.String familia
public java.util.Map descripcion
public Tercero tercero
public java.util.List datosAdicionales
Constructor Detail |
public Expediente()
Method Detail |
public java.lang.String toXML() throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
public static Expediente getObject(java.lang.String xml) 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 |