public class Charges4 extends Object
Java class for Charges4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Charges4">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TtlChrgsAndTaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="Rcrd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ChargesRecord2" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ChargesRecord2> |
rcrd |
protected ActiveOrHistoricCurrencyAndAmount |
ttlChrgsAndTaxAmt |
| Constructor and Description |
|---|
Charges4() |
| Modifier and Type | Method and Description |
|---|---|
List<ChargesRecord2> |
getRcrd()
Gets the value of the rcrd property.
|
ActiveOrHistoricCurrencyAndAmount |
getTtlChrgsAndTaxAmt()
Gets the value of the ttlChrgsAndTaxAmt property.
|
void |
setTtlChrgsAndTaxAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the ttlChrgsAndTaxAmt property.
|
protected ActiveOrHistoricCurrencyAndAmount ttlChrgsAndTaxAmt
protected List<ChargesRecord2> rcrd
public ActiveOrHistoricCurrencyAndAmount getTtlChrgsAndTaxAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setTtlChrgsAndTaxAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic List<ChargesRecord2> 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
ChargesRecord2
Copyright © 2018. All rights reserved.