Class TransactionInterest2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_02.TransactionInterest2
-
public class TransactionInterest2 extends java.lang.ObjectJava class for TransactionInterest2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionInterest2"> <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.02}ActiveOrHistoricCurrencyAndAmount"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}CreditDebitCode"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}InterestType1Choice" minOccurs="0"/> <element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Rate3" maxOccurs="unbounded" minOccurs="0"/> <element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}DateTimePeriodDetails" minOccurs="0"/> <element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActiveOrHistoricCurrencyAndAmountamtprotected CreditDebitCodecdtDbtIndprotected DateTimePeriodDetailsfrToDtprotected java.util.List<Rate3>rateprotected java.lang.Stringrsnprotected InterestType1Choicetp
-
Constructor Summary
Constructors Constructor Description TransactionInterest2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveOrHistoricCurrencyAndAmountgetAmt()Gets the value of the amt property.CreditDebitCodegetCdtDbtInd()Gets the value of the cdtDbtInd property.DateTimePeriodDetailsgetFrToDt()Gets the value of the frToDt property.java.util.List<Rate3>getRate()Gets the value of the rate property.java.lang.StringgetRsn()Gets the value of the rsn property.InterestType1ChoicegetTp()Gets the value of the tp property.voidsetAmt(ActiveOrHistoricCurrencyAndAmount value)Sets the value of the amt property.voidsetCdtDbtInd(CreditDebitCode value)Sets the value of the cdtDbtInd property.voidsetFrToDt(DateTimePeriodDetails value)Sets the value of the frToDt property.voidsetRsn(java.lang.String value)Sets the value of the rsn property.voidsetTp(InterestType1Choice value)Sets the value of the tp property.
-
-
-
Field Detail
-
amt
protected ActiveOrHistoricCurrencyAndAmount amt
-
cdtDbtInd
protected CreditDebitCode cdtDbtInd
-
tp
protected InterestType1Choice tp
-
rate
protected java.util.List<Rate3> rate
-
frToDt
protected DateTimePeriodDetails frToDt
-
rsn
protected java.lang.String rsn
-
-
Method Detail
-
getAmt
public ActiveOrHistoricCurrencyAndAmount getAmt()
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setAmt
public void setAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the amt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
getCdtDbtInd
public CreditDebitCode getCdtDbtInd()
Gets the value of the cdtDbtInd property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbtInd
public void setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.- Parameters:
value- allowed object isCreditDebitCode
-
getTp
public InterestType1Choice getTp()
Gets the value of the tp property.- Returns:
- possible object is
InterestType1Choice
-
setTp
public void setTp(InterestType1Choice value)
Sets the value of the tp property.- Parameters:
value- allowed object isInterestType1Choice
-
getRate
public java.util.List<Rate3> getRate()
Gets the value of the rate property.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
setmethod 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
Rate3
-
getFrToDt
public DateTimePeriodDetails getFrToDt()
Gets the value of the frToDt property.- Returns:
- possible object is
DateTimePeriodDetails
-
setFrToDt
public void setFrToDt(DateTimePeriodDetails value)
Sets the value of the frToDt property.- Parameters:
value- allowed object isDateTimePeriodDetails
-
getRsn
public java.lang.String getRsn()
Gets the value of the rsn property.- Returns:
- possible object is
String
-
setRsn
public void setRsn(java.lang.String value)
Sets the value of the rsn property.- Parameters:
value- allowed object isString
-
-