p12f.exe.thirdsgateway.objects
Class Variable

java.lang.Object
  extended byp12f.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

Field Summary
 java.lang.String id
           
 java.lang.String validations
           
 java.lang.String value
           
 
Constructor Summary
Variable()
           
 
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
 

Field Detail

id

public java.lang.String id

value

public java.lang.String value

validations

public java.lang.String validations
Constructor Detail

Variable

public Variable()
Method Detail

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