Class InterestRecord1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_06.InterestRecord1
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.06}ActiveOrHistoricCurrencyAndAmount"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CreditDebitCode"/>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}InterestType1Choice" minOccurs="0"/>
<element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Rate3" minOccurs="0"/>
<element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}DateTimePeriodDetails" minOccurs="0"/>
<element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="Tax" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TaxCharges2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActiveOrHistoricCurrencyAndAmountprotected CreditDebitCodeprotected DateTimePeriodDetailsprotected Rate3protected Stringprotected TaxCharges2protected InterestType1Choice -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAmt()Gets the value of the amt property.Gets the value of the cdtDbtInd property.Gets the value of the frToDt property.getRate()Gets the value of the rate property.getRsn()Gets the value of the rsn property.getTax()Gets the value of the tax property.getTp()Gets the value of the tp property.voidSets 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.voidSets the value of the rate property.voidSets the value of the rsn property.voidsetTax(TaxCharges2 value) Sets the value of the tax property.voidsetTp(InterestType1Choice value) Sets the value of the tp property.
-
Field Details
-
amt
-
cdtDbtInd
-
tp
-
rate
-
frToDt
-
rsn
-
tax
-
-
Constructor Details
-
InterestRecord1
public InterestRecord1()
-
-
Method Details
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
getCdtDbtInd
Gets the value of the cdtDbtInd property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbtInd
Sets the value of the cdtDbtInd property.- Parameters:
value- allowed object isCreditDebitCode
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
InterestType1Choice
-
setTp
Sets the value of the tp property.- Parameters:
value- allowed object isInterestType1Choice
-
getRate
Gets the value of the rate property.- Returns:
- possible object is
Rate3
-
setRate
Sets the value of the rate property.- Parameters:
value- allowed object isRate3
-
getFrToDt
Gets the value of the frToDt property.- Returns:
- possible object is
DateTimePeriodDetails
-
setFrToDt
Sets the value of the frToDt property.- Parameters:
value- allowed object isDateTimePeriodDetails
-
getRsn
Gets the value of the rsn property.- Returns:
- possible object is
String
-
setRsn
Sets the value of the rsn property.- Parameters:
value- allowed object isString
-
getTax
Gets the value of the tax property.- Returns:
- possible object is
TaxCharges2
-
setTax
Sets the value of the tax property.- Parameters:
value- allowed object isTaxCharges2
-