p12f.exe.search
Class PaymentStatsPaymentDateResult
java.lang.Object
p12f.exe.search.PaymentStatsPaymentDateResult
- public class PaymentStatsPaymentDateResult
- extends java.lang.Object
Resultado de Busquedas por modo de pago
Method Summary |
static PaymentStatsResult |
getObject(java.lang.String xml)
Convierte un XML en un objeto PaymentStatsFinantialOrgResult. |
java.lang.String |
toXML()
Convierte un Objeto PaymentStatsFinantialOrgResult a XML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
paymentDate
public java.lang.String paymentDate
nIniciados
public long nIniciados
importeIniciados
public long importeIniciados
nCompletados
public long nCompletados
importeCompletados
public long importeCompletados
PaymentStatsPaymentDateResult
public PaymentStatsPaymentDateResult()
toXML
public java.lang.String toXML()
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un Objeto PaymentStatsFinantialOrgResult a XML.
- Returns:
- String que contiene el XML.
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException
getObject
public static PaymentStatsResult getObject(java.lang.String xml)
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un XML en un objeto PaymentStatsFinantialOrgResult.
- Returns:
- Objeto PaymentStatsFinantialOrgResult construido a partir del XML.
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException