public class TransactionInterest3 extends Object
Java-Klasse für TransactionInterest3 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="TransactionInterest3">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TtlIntrstAndTaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="Rcrd" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}InterestRecord1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<InterestRecord1> |
rcrd |
protected ActiveOrHistoricCurrencyAndAmount |
ttlIntrstAndTaxAmt |
| Constructor and Description |
|---|
TransactionInterest3() |
| Modifier and Type | Method and Description |
|---|---|
List<InterestRecord1> |
getRcrd()
Gets the value of the rcrd property.
|
ActiveOrHistoricCurrencyAndAmount |
getTtlIntrstAndTaxAmt()
Ruft den Wert der ttlIntrstAndTaxAmt-Eigenschaft ab.
|
void |
setTtlIntrstAndTaxAmt(ActiveOrHistoricCurrencyAndAmount value)
Legt den Wert der ttlIntrstAndTaxAmt-Eigenschaft fest.
|
protected ActiveOrHistoricCurrencyAndAmount ttlIntrstAndTaxAmt
protected List<InterestRecord1> rcrd
public ActiveOrHistoricCurrencyAndAmount getTtlIntrstAndTaxAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setTtlIntrstAndTaxAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic List<InterestRecord1> getRcrd()
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 rcrd property.
For example, to add a new item, do as follows:
getRcrd().add(newItem);
Objects of the following type(s) are allowed in the list
InterestRecord1
Copyright © 2017. All rights reserved.