public class InterestRecord1 extends Object
Java class for InterestRecord1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InterestRecord1">
<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.04}ActiveOrHistoricCurrencyAndAmount"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}CreditDebitCode"/>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}InterestType1Choice" minOccurs="0"/>
<element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Rate3" minOccurs="0"/>
<element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}DateTimePeriodDetails" minOccurs="0"/>
<element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max35Text" minOccurs="0"/>
<element name="Tax" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}TaxCharges2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActiveOrHistoricCurrencyAndAmount |
amt |
protected CreditDebitCode |
cdtDbtInd |
protected DateTimePeriodDetails |
frToDt |
protected Rate3 |
rate |
protected String |
rsn |
protected TaxCharges2 |
tax |
protected InterestType1Choice |
tp |
| Constructor and Description |
|---|
InterestRecord1() |
| Modifier and Type | Method and Description |
|---|---|
ActiveOrHistoricCurrencyAndAmount |
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.
|
Rate3 |
getRate()
Gets the value of the rate property.
|
String |
getRsn()
Gets the value of the rsn property.
|
TaxCharges2 |
getTax()
Gets the value of the tax property.
|
InterestType1Choice |
getTp()
Gets the value of the tp property.
|
void |
setAmt(ActiveOrHistoricCurrencyAndAmount 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 |
setRate(Rate3 value)
Sets the value of the rate property.
|
void |
setRsn(String value)
Sets the value of the rsn property.
|
void |
setTax(TaxCharges2 value)
Sets the value of the tax property.
|
void |
setTp(InterestType1Choice value)
Sets the value of the tp property.
|
protected ActiveOrHistoricCurrencyAndAmount amt
protected CreditDebitCode cdtDbtInd
protected InterestType1Choice tp
protected Rate3 rate
protected DateTimePeriodDetails frToDt
protected String rsn
protected TaxCharges2 tax
public ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic CreditDebitCode getCdtDbtInd()
CreditDebitCodepublic void setCdtDbtInd(CreditDebitCode value)
value - allowed object is
CreditDebitCodepublic InterestType1Choice getTp()
InterestType1Choicepublic void setTp(InterestType1Choice value)
value - allowed object is
InterestType1Choicepublic Rate3 getRate()
Rate3public void setRate(Rate3 value)
value - allowed object is
Rate3public DateTimePeriodDetails getFrToDt()
DateTimePeriodDetailspublic void setFrToDt(DateTimePeriodDetails value)
value - allowed object is
DateTimePeriodDetailspublic String getRsn()
Stringpublic void setRsn(String value)
value - allowed object is
Stringpublic TaxCharges2 getTax()
TaxCharges2public void setTax(TaxCharges2 value)
value - allowed object is
TaxCharges2Copyright © 2020. All rights reserved.