p12f.exe.thirdsgateway.objects
Class Variable
java.lang.Object
p12f.exe.thirdsgateway.objects.Variable
- All Implemented Interfaces:
- com.ejie.r01f.util.Initializable, java.io.Serializable
- public class Variable
- extends java.lang.Object
- implements com.ejie.r01f.util.Initializable, java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
static Variable |
getObject(java.lang.String xml)
Convierte un XML en un objeto Variable. |
java.lang.String |
toXML()
Convierte un Objeto Variable a XML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public java.lang.String id
value
public java.lang.String value
validations
public java.lang.String validations
Variable
public Variable()
toXML
public java.lang.String toXML()
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un Objeto Variable a XML.
- Returns:
-
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException
getObject
public static Variable getObject(java.lang.String xml)
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un XML en un objeto Variable.
- Returns:
-
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException