p12f.exe.search
Class PaymentHistoricDataItemList

java.lang.Object
  extended byp12f.exe.search.PaymentHistoricDataItemList
All Implemented Interfaces:
com.ejie.r01f.util.Initializable, java.io.Serializable

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

Resultado de Busquedas.

See Also:
Serialized Form

Field Summary
 java.util.List historicDataList
           
 
Constructor Summary
PaymentHistoricDataItemList()
           
 
Method Summary
static PaymentHistoricDataItemList getObject(java.lang.String xml)
          Convierte un XML en un objeto PaymentSearchResult.
 java.lang.String toXML()
          Convierte un Objeto PaymentSearchResult a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

historicDataList

public java.util.List historicDataList
Constructor Detail

PaymentHistoricDataItemList

public PaymentHistoricDataItemList()
Method Detail

toXML

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

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

getObject

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

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