p12f.exe.pasarelapagos.objects
Class HolderCertCertifiedDataList

java.lang.Object
  extended byp12f.exe.pasarelapagos.objects.HolderCertCertifiedDataList
All Implemented Interfaces:
java.io.Serializable

public class HolderCertCertifiedDataList
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.util.Map aditionalDataList
           
 java.util.List certCertifiedDataList
           
 int itemCount
           
 java.lang.String packageID
           
 
Constructor Summary
HolderCertCertifiedDataList()
           
 
Method Summary
static HolderCertCertifiedDataList getObject(java.lang.String xml)
          Convierte un XML en un objeto estado.
 java.lang.String toXML()
          Convierte un Objeto Estado a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

certCertifiedDataList

public java.util.List certCertifiedDataList

itemCount

public int itemCount

packageID

public java.lang.String packageID

aditionalDataList

public java.util.Map aditionalDataList
Constructor Detail

HolderCertCertifiedDataList

public HolderCertCertifiedDataList()
Method Detail

toXML

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

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

getObject

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

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