public class Instalment extends Object
Java class for Instalment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Instalment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Instalment" type="{}InstalmentTypeList" minOccurs="0"/>
</sequence>
<attribute name="SequenceNumber" type="{}SequenceNumber" />
<attribute name="PlanID" type="{}PlanID" />
<attribute name="Period" type="{}Period" />
<attribute name="PeriodUnit" type="{}PeriodUnitType" />
<attribute name="FirstPaymentDate" type="{}ISODate" />
<attribute name="TotalNbOfPayments" type="{}TotalNbOfPayments" />
<attribute name="CumulativeAmount" type="{}SimpleAmountType" />
<attribute name="FirstAmount" type="{}SimpleAmountType" />
<attribute name="Charges" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
charges
The Charges.
|
protected BigDecimal |
cumulativeAmount
The Cumulative amount.
|
protected BigDecimal |
firstAmount
The First amount.
|
protected String |
firstPaymentDate
The First payment date.
|
protected List<InstalmentType> |
instalmentType
The Instalment type.
|
protected BigInteger |
period
The Period.
|
protected PeriodUnitType |
periodUnit
The Period unit.
|
protected String |
planID
The Plan id.
|
protected BigInteger |
sequenceNumber
The Sequence number.
|
protected BigInteger |
totalNbOfPayments
The Total nb of payments.
|
| Constructor and Description |
|---|
Instalment() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCharges()
Gets the value of the charges property.
|
BigDecimal |
getCumulativeAmount()
Gets the value of the cumulativeAmount property.
|
BigDecimal |
getFirstAmount()
Gets the value of the firstAmount property.
|
String |
getFirstPaymentDate()
Gets the value of the firstPaymentDate property.
|
List<InstalmentType> |
getInstalmentType()
Gets the value of the instalment property.
|
BigInteger |
getPeriod()
Gets the value of the period property.
|
PeriodUnitType |
getPeriodUnit()
Gets the value of the periodUnit property.
|
String |
getPlanID()
Gets the value of the planID property.
|
BigInteger |
getSequenceNumber()
Gets the value of the sequenceNumber property.
|
BigInteger |
getTotalNbOfPayments()
Gets the value of the totalNbOfPayments property.
|
void |
setCharges(BigDecimal value)
Sets the value of the charges property.
|
void |
setCumulativeAmount(BigDecimal value)
Sets the value of the cumulativeAmount property.
|
void |
setFirstAmount(BigDecimal value)
Sets the value of the firstAmount property.
|
void |
setFirstPaymentDate(String value)
Sets the value of the firstPaymentDate property.
|
void |
setPeriod(BigInteger value)
Sets the value of the period property.
|
void |
setPeriodUnit(PeriodUnitType value)
Sets the value of the periodUnit property.
|
void |
setPlanID(String value)
Sets the value of the planID property.
|
void |
setSequenceNumber(BigInteger value)
Sets the value of the sequenceNumber property.
|
void |
setTotalNbOfPayments(BigInteger value)
Sets the value of the totalNbOfPayments property.
|
protected List<InstalmentType> instalmentType
protected BigInteger sequenceNumber
protected String planID
protected BigInteger period
protected PeriodUnitType periodUnit
protected String firstPaymentDate
protected BigInteger totalNbOfPayments
protected BigDecimal cumulativeAmount
protected BigDecimal firstAmount
protected BigDecimal charges
public List<InstalmentType> getInstalmentType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the instalment property.
For example, to add a new item, do as follows:
getInstalment().add(newItem);
Objects of the following type(s) are allowed in the list
InstalmentType
public BigInteger getSequenceNumber()
BigIntegerpublic void setSequenceNumber(BigInteger value)
value - allowed object is BigIntegerpublic String getPlanID()
Stringpublic void setPlanID(String value)
value - allowed object is Stringpublic BigInteger getPeriod()
BigIntegerpublic void setPeriod(BigInteger value)
value - allowed object is BigIntegerpublic PeriodUnitType getPeriodUnit()
PeriodUnitTypepublic void setPeriodUnit(PeriodUnitType value)
value - allowed object is PeriodUnitTypepublic String getFirstPaymentDate()
Stringpublic void setFirstPaymentDate(String value)
value - allowed object is Stringpublic BigInteger getTotalNbOfPayments()
BigIntegerpublic void setTotalNbOfPayments(BigInteger value)
value - allowed object is BigIntegerpublic BigDecimal getCumulativeAmount()
BigDecimalpublic void setCumulativeAmount(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getFirstAmount()
BigDecimalpublic void setFirstAmount(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getCharges()
BigDecimalpublic void setCharges(BigDecimal value)
value - allowed object is BigDecimalCopyright © 2022. All rights reserved.