p12f.exe.pasarelapagos.objects
Class TPVVirtual

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String codigoComercio
          Codigo de comercio del emisor del pago en el TPV Virtual.
 
Constructor Summary
TPVVirtual()
           
 
Method Summary
static TPVVirtual getObject(java.lang.String xml)
          Convierte un XML en un objeto TPVVirtual.
 java.lang.String toXML()
          Convierte un Objeto TPVVirtual a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codigoComercio

public java.lang.String codigoComercio
Codigo de comercio del emisor del pago en el TPV Virtual.

Constructor Detail

TPVVirtual

public TPVVirtual()
Method Detail

toXML

public java.lang.String toXML()
                       throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un Objeto TPVVirtual a XML.

Returns:
String que contiene el XML.
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException

getObject

public static TPVVirtual getObject(java.lang.String xml)
                            throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un XML en un objeto TPVVirtual.

Returns:
Objeto TPVVirtual construido a partir del XML.
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException