p12f.exe.pasarelapagos.objects.config
Class ConstraintItem
java.lang.Object
p12f.exe.pasarelapagos.objects.config.BaseConfigObject
p12f.exe.pasarelapagos.objects.config.ConstraintItem
- All Implemented Interfaces:
- com.ejie.r01f.util.Initializable, java.io.Serializable
- public class ConstraintItem
- extends BaseConfigObject
- See Also:
- Serialized Form
Method Summary |
static ConstraintItem |
getObject(java.lang.String xml)
Convierte de un String xml a un Objeto |
java.lang.String |
toXML()
Convierte un Objeto ConstraintItem 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
descripcion
public java.util.Map descripcion
ConstraintItem
public ConstraintItem()
getObject
public static ConstraintItem getObject(java.lang.String xml)
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte de un String xml a un Objeto
- Parameters:
xml
- : XML de objeto.
- Returns:
- Objeto convertido.
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException
toXML
public java.lang.String toXML()
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un Objeto ConstraintItem a XML.
- Returns:
-
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException