p12f.exe.pasarelapagos.objects.config
Class PaymentUse

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

public class PaymentUse
extends java.lang.Object
implements java.io.Serializable, com.ejie.r01f.util.Initializable

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

See Also:
Serialized Form

Field Summary
 java.lang.String admin
          Administracion.
 java.lang.String format
          Formato.
 java.lang.String tipo
          Tipo.
 java.lang.String use
          Uso.
 
Constructor Summary
PaymentUse()
           
 
Method Summary
static PaymentUse getObject(java.lang.String xml)
          Convierte de un String xml a un Objeto
 java.lang.String toXML()
          Convierte un Objeto PaymentUse a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

admin

public java.lang.String admin
Administracion.


tipo

public java.lang.String tipo
Tipo.


format

public java.lang.String format
Formato.


use

public java.lang.String use
Uso.

Constructor Detail

PaymentUse

public PaymentUse()
Method Detail

getObject

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

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