Class TransactionInterest1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_01.TransactionInterest1
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CurrencyAndAmount
protected CreditDebitCode
protected DateTimePeriodDetails
protected String
protected 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.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
Sets the value of the rsn property.void
setTp
(InterestType1Choice value) Sets the value of the tp property.
-
Field Details
-
amt
-
cdtDbtInd
-
tp
-
rate
-
frToDt
-
rsn
-
-
Constructor Details
-
TransactionInterest1
public TransactionInterest1()
-
-
Method Details
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
CurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isCurrencyAndAmount
-
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.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
-
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
-