public class RecurringPaymentsSummaryType
extends java.lang.Object
Java class for RecurringPaymentsSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecurringPaymentsSummaryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NextBillingDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="NumberCyclesCompleted" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="NumberCyclesRemaining" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="OutstandingBalance" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="FailedPaymentCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="LastPaymentDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastPaymentAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
failedPaymentCount |
protected BasicAmountType |
lastPaymentAmount |
protected javax.xml.datatype.XMLGregorianCalendar |
lastPaymentDate |
protected javax.xml.datatype.XMLGregorianCalendar |
nextBillingDate |
protected int |
numberCyclesCompleted |
protected int |
numberCyclesRemaining |
protected BasicAmountType |
outstandingBalance |
| Constructor and Description |
|---|
RecurringPaymentsSummaryType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFailedPaymentCount()
Gets the value of the failedPaymentCount property.
|
BasicAmountType |
getLastPaymentAmount()
Gets the value of the lastPaymentAmount property.
|
javax.xml.datatype.XMLGregorianCalendar |
getLastPaymentDate()
Gets the value of the lastPaymentDate property.
|
javax.xml.datatype.XMLGregorianCalendar |
getNextBillingDate()
Gets the value of the nextBillingDate property.
|
int |
getNumberCyclesCompleted()
Gets the value of the numberCyclesCompleted property.
|
int |
getNumberCyclesRemaining()
Gets the value of the numberCyclesRemaining property.
|
BasicAmountType |
getOutstandingBalance()
Gets the value of the outstandingBalance property.
|
void |
setFailedPaymentCount(int value)
Sets the value of the failedPaymentCount property.
|
void |
setLastPaymentAmount(BasicAmountType value)
Sets the value of the lastPaymentAmount property.
|
void |
setLastPaymentDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastPaymentDate property.
|
void |
setNextBillingDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the nextBillingDate property.
|
void |
setNumberCyclesCompleted(int value)
Sets the value of the numberCyclesCompleted property.
|
void |
setNumberCyclesRemaining(int value)
Sets the value of the numberCyclesRemaining property.
|
void |
setOutstandingBalance(BasicAmountType value)
Sets the value of the outstandingBalance property.
|
protected javax.xml.datatype.XMLGregorianCalendar nextBillingDate
protected int numberCyclesCompleted
protected int numberCyclesRemaining
protected BasicAmountType outstandingBalance
protected int failedPaymentCount
protected javax.xml.datatype.XMLGregorianCalendar lastPaymentDate
protected BasicAmountType lastPaymentAmount
public javax.xml.datatype.XMLGregorianCalendar getNextBillingDate()
XMLGregorianCalendarpublic void setNextBillingDate(javax.xml.datatype.XMLGregorianCalendar value)
value - the value
allowed object is
XMLGregorianCalendarpublic int getNumberCyclesCompleted()
public void setNumberCyclesCompleted(int value)
public int getNumberCyclesRemaining()
public void setNumberCyclesRemaining(int value)
public BasicAmountType getOutstandingBalance()
BasicAmountTypepublic void setOutstandingBalance(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic int getFailedPaymentCount()
public void setFailedPaymentCount(int value)
public javax.xml.datatype.XMLGregorianCalendar getLastPaymentDate()
XMLGregorianCalendarpublic void setLastPaymentDate(javax.xml.datatype.XMLGregorianCalendar value)
value - the value
allowed object is
XMLGregorianCalendarpublic BasicAmountType getLastPaymentAmount()
BasicAmountTypepublic void setLastPaymentAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.