p12f.exe.pasarelapagos.objects.config
Class ConstraintItem

java.lang.Object
  extended byp12f.exe.pasarelapagos.objects.config.BaseConfigObject
      extended byp12f.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

Field Summary
 java.util.Map descripcion
           
 java.lang.String id
           
 java.lang.String value
           
 
Constructor Summary
ConstraintItem()
           
 
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
 

Field Detail

id

public java.lang.String id

value

public java.lang.String value

descripcion

public java.util.Map descripcion
Constructor Detail

ConstraintItem

public ConstraintItem()
Method Detail

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