|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp12f.exe.pasarelapagos.objects.DatoAdicional
Estructura que contiene un dato adicional.
Field Summary | |
java.lang.String |
id
Identificación del dato auxiliar. |
java.util.Map |
texto
Texto del dato auxiliar en distintos idiomas. |
java.lang.String |
valor
Valor del dato auxiliar. |
Constructor Summary | |
DatoAdicional()
|
Method Summary | |
static DatoAdicional |
getObject(java.lang.String xml)
Convierte un XML en un objeto DatoAdicional. |
static void |
main(java.lang.String[] argv)
|
java.lang.String |
toXML()
Convierte un Objeto DatoAdicional a XML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String id
public java.util.Map texto
public java.lang.String valor
Constructor Detail |
public DatoAdicional()
Method Detail |
public java.lang.String toXML() throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
public static DatoAdicional getObject(java.lang.String xml) throws com.ejie.r01f.xml.marshalling.XOMarshallerException
com.ejie.r01f.xml.marshalling.XOMarshallerException
public static void main(java.lang.String[] argv) 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 |