p12f.exe.pasarelapagos.objects
Class PaymentOFFLineGenerationMetadataList

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

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

See Also:
Serialized Form

Field Summary
 java.util.List metaDataList
          Datos adicionales para utilizaciones futuras.
 
Constructor Summary
PaymentOFFLineGenerationMetadataList()
           
 
Method Summary
static PaymentOFFLineGenerationMetadataList getObject(java.lang.String xml)
          Convierte un XML en un objeto Metadata.
static void main(java.lang.String[] argv)
           
 java.lang.String toXML()
          Convierte un Objeto Metadata a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metaDataList

public java.util.List metaDataList
Datos adicionales para utilizaciones futuras.

Constructor Detail

PaymentOFFLineGenerationMetadataList

public PaymentOFFLineGenerationMetadataList()
Method Detail

toXML

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

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

getObject

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

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

main

public static void main(java.lang.String[] argv)
                 throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException