Class InterestRecord2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_08.InterestRecord2
-
public class InterestRecord2 extends java.lang.Object
Java class for InterestRecord2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InterestRecord2"> <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.08}ActiveOrHistoricCurrencyAndAmount"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}CreditDebitCode"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}InterestType1Choice" minOccurs="0"/> <element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Rate4" minOccurs="0"/> <element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}DateTimePeriod1" minOccurs="0"/> <element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}Max35Text" minOccurs="0"/> <element name="Tax" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}TaxCharges2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActiveOrHistoricCurrencyAndAmount
amt
protected CreditDebitCode
cdtDbtInd
protected DateTimePeriod1
frToDt
protected Rate4
rate
protected java.lang.String
rsn
protected TaxCharges2
tax
protected InterestType1Choice
tp
-
Constructor Summary
Constructors Constructor Description InterestRecord2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveOrHistoricCurrencyAndAmount
getAmt()
Gets the value of the amt property.CreditDebitCode
getCdtDbtInd()
Gets the value of the cdtDbtInd property.DateTimePeriod1
getFrToDt()
Gets the value of the frToDt property.Rate4
getRate()
Gets the value of the rate property.java.lang.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(DateTimePeriod1 value)
Sets the value of the frToDt property.void
setRate(Rate4 value)
Sets the value of the rate property.void
setRsn(java.lang.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.
-
-
-
Field Detail
-
amt
protected ActiveOrHistoricCurrencyAndAmount amt
-
cdtDbtInd
protected CreditDebitCode cdtDbtInd
-
tp
protected InterestType1Choice tp
-
rate
protected Rate4 rate
-
frToDt
protected DateTimePeriod1 frToDt
-
rsn
protected java.lang.String rsn
-
tax
protected TaxCharges2 tax
-
-
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 Rate4 getRate()
Gets the value of the rate property.- Returns:
- possible object is
Rate4
-
setRate
public void setRate(Rate4 value)
Sets the value of the rate property.- Parameters:
value
- allowed object isRate4
-
getFrToDt
public DateTimePeriod1 getFrToDt()
Gets the value of the frToDt property.- Returns:
- possible object is
DateTimePeriod1
-
setFrToDt
public void setFrToDt(DateTimePeriod1 value)
Sets the value of the frToDt property.- Parameters:
value
- allowed object isDateTimePeriod1
-
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
-
getTax
public TaxCharges2 getTax()
Gets the value of the tax property.- Returns:
- possible object is
TaxCharges2
-
setTax
public void setTax(TaxCharges2 value)
Sets the value of the tax property.- Parameters:
value
- allowed object isTaxCharges2
-
-