p12f.exe.pasarelapagos.objects.config
Class UseConfig

java.lang.Object
  extended byp12f.exe.pasarelapagos.objects.config.BaseConfigObject
      extended byp12f.exe.pasarelapagos.objects.config.UseConfig
All Implemented Interfaces:
com.ejie.r01f.util.Initializable, java.io.Serializable

public class UseConfig
extends BaseConfigObject

Estructura que define los datos de configuración de un Uso de los tipos de pago

See Also:
Serialized Form

Field Summary
 java.util.Map descripcion
          Descripcion de la Administración.
 java.lang.String oid
          OID del uso.
static java.lang.String USO_TASA
           
 
Constructor Summary
UseConfig()
           
 
Method Summary
static UseConfig getObject(java.lang.String xml)
          Convierte de un String xml a un Objeto
 java.lang.String toXML()
          Convierte un Objeto UseConfig a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USO_TASA

public static final java.lang.String USO_TASA
See Also:
Constant Field Values

oid

public java.lang.String oid
OID del uso.


descripcion

public java.util.Map descripcion
Descripcion de la Administración.

Constructor Detail

UseConfig

public UseConfig()
Method Detail

getObject

public static UseConfig 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 UseConfig a XML.

Returns:
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException