public class InstalmentType extends Object
Java class for InstalmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InstalmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InstalmentType" type="{}InstalmentTypeType" minOccurs="0"/>
</sequence>
<attribute name="SequenceNumber" type="{}SequenceNumberType" />
<attribute name="PlanID" type="{}PlanIDType" />
<attribute name="Period" type="{}PeriodType" />
<attribute name="PeriodUnit" type="{}PeriodUnitTypeCode" />
<attribute name="FirstPaymentDate" type="{}ISODate" />
<attribute name="TotalNbOfPayments" type="{}TotalNbOfPaymentsType" />
<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 |
protected BigDecimal |
cumulativeAmount |
protected BigDecimal |
firstAmount |
protected String |
firstPaymentDate |
protected List<String> |
instalmentType |
protected BigInteger |
period |
protected String |
periodUnit |
protected String |
planID |
protected BigInteger |
sequenceNumber |
protected BigInteger |
totalNbOfPayments |
| Constructor and Description |
|---|
InstalmentType() |
| 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<String> |
getInstalmentType()
Gets the value of the instalmentType property.
|
BigInteger |
getPeriod()
Gets the value of the period property.
|
String |
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(String 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 BigInteger sequenceNumber
protected String planID
protected BigInteger period
protected String periodUnit
protected String firstPaymentDate
protected BigInteger totalNbOfPayments
protected BigDecimal cumulativeAmount
protected BigDecimal firstAmount
protected BigDecimal charges
public List<String> 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 instalmentType property.
For example, to add a new item, do as follows:
getInstalmentType().add(newItem);
Objects of the following type(s) are allowed in the list
String
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 String getPeriodUnit()
Stringpublic void setPeriodUnit(String value)
value - allowed object is
Stringpublic 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 © 2018. All rights reserved.