public class TransactionInterest1
extends java.lang.Object
Java class for TransactionInterest1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionInterest1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CurrencyAndAmount"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CreditDebitCode"/>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}InterestType1Choice" minOccurs="0"/>
<element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Rate1" maxOccurs="unbounded" minOccurs="0"/>
<element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}DateTimePeriodDetails" minOccurs="0"/>
<element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected CurrencyAndAmount |
amt |
|
protected CreditDebitCode |
cdtDbtInd |
|
protected DateTimePeriodDetails |
frToDt |
|
protected java.util.List<Rate1> |
rate |
|
protected java.lang.String |
rsn |
|
protected InterestType1Choice |
tp |
| Constructor | Description |
|---|---|
TransactionInterest1() |
| Modifier and Type | Method | Description |
|---|---|---|
CurrencyAndAmount |
getAmt() |
Gets the value of the amt property.
|
CreditDebitCode |
getCdtDbtInd() |
Gets the value of the cdtDbtInd property.
|
DateTimePeriodDetails |
getFrToDt() |
Gets the value of the frToDt property.
|
java.util.List<Rate1> |
getRate() |
Gets the value of the rate property.
|
java.lang.String |
getRsn() |
Gets the value of the rsn property.
|
InterestType1Choice |
getTp() |
Gets the value of the tp property.
|
void |
setAmt(CurrencyAndAmount value) |
Sets the value of the amt property.
|
void |
setCdtDbtInd(CreditDebitCode value) |
Sets the value of the cdtDbtInd property.
|
void |
setFrToDt(DateTimePeriodDetails value) |
Sets the value of the frToDt property.
|
void |
setRsn(java.lang.String value) |
Sets the value of the rsn property.
|
void |
setTp(InterestType1Choice value) |
Sets the value of the tp property.
|
protected CurrencyAndAmount amt
protected CreditDebitCode cdtDbtInd
protected InterestType1Choice tp
protected java.util.List<Rate1> rate
protected DateTimePeriodDetails frToDt
protected java.lang.String rsn
public CurrencyAndAmount getAmt()
CurrencyAndAmountpublic void setAmt(CurrencyAndAmount value)
value - allowed object is
CurrencyAndAmountpublic CreditDebitCode getCdtDbtInd()
CreditDebitCodepublic void setCdtDbtInd(CreditDebitCode value)
value - allowed object is
CreditDebitCodepublic InterestType1Choice getTp()
InterestType1Choicepublic void setTp(InterestType1Choice value)
value - allowed object is
InterestType1Choicepublic java.util.List<Rate1> getRate()
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 rate property.
For example, to add a new item, do as follows:
getRate().add(newItem);
Objects of the following type(s) are allowed in the list
Rate1
public DateTimePeriodDetails getFrToDt()
DateTimePeriodDetailspublic void setFrToDt(DateTimePeriodDetails value)
value - allowed object is
DateTimePeriodDetailspublic java.lang.String getRsn()
Stringpublic void setRsn(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.