public class AccountInterest3 extends Object
Java-Klasse für AccountInterest3 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AccountInterest3">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}InterestType1Choice" minOccurs="0"/>
<element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Rate3" maxOccurs="unbounded" minOccurs="0"/>
<element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}DateTimePeriodDetails" minOccurs="0"/>
<element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max35Text" minOccurs="0"/>
<element name="Tax" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}TaxCharges2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DateTimePeriodDetails |
frToDt |
protected List<Rate3> |
rate |
protected String |
rsn |
protected TaxCharges2 |
tax |
protected InterestType1Choice |
tp |
| Constructor and Description |
|---|
AccountInterest3() |
| Modifier and Type | Method and Description |
|---|---|
DateTimePeriodDetails |
getFrToDt()
Ruft den Wert der frToDt-Eigenschaft ab.
|
List<Rate3> |
getRate()
Gets the value of the rate property.
|
String |
getRsn()
Ruft den Wert der rsn-Eigenschaft ab.
|
TaxCharges2 |
getTax()
Ruft den Wert der tax-Eigenschaft ab.
|
InterestType1Choice |
getTp()
Ruft den Wert der tp-Eigenschaft ab.
|
void |
setFrToDt(DateTimePeriodDetails value)
Legt den Wert der frToDt-Eigenschaft fest.
|
void |
setRsn(String value)
Legt den Wert der rsn-Eigenschaft fest.
|
void |
setTax(TaxCharges2 value)
Legt den Wert der tax-Eigenschaft fest.
|
void |
setTp(InterestType1Choice value)
Legt den Wert der tp-Eigenschaft fest.
|
protected InterestType1Choice tp
protected DateTimePeriodDetails frToDt
protected String rsn
protected TaxCharges2 tax
public InterestType1Choice getTp()
InterestType1Choicepublic void setTp(InterestType1Choice value)
value - allowed object is
InterestType1Choicepublic List<Rate3> getRate()
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
Rate3
public 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 © 2017. All rights reserved.