public class AmountAndCurrencyExchange3 extends Object
Java-Klasse für AmountAndCurrencyExchange3 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AmountAndCurrencyExchange3">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InstdAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}AmountAndCurrencyExchangeDetails3" minOccurs="0"/>
<element name="TxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}AmountAndCurrencyExchangeDetails3" minOccurs="0"/>
<element name="CntrValAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}AmountAndCurrencyExchangeDetails3" minOccurs="0"/>
<element name="AnncdPstngAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}AmountAndCurrencyExchangeDetails3" minOccurs="0"/>
<element name="PrtryAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}AmountAndCurrencyExchangeDetails4" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AmountAndCurrencyExchangeDetails3 |
anncdPstngAmt |
protected AmountAndCurrencyExchangeDetails3 |
cntrValAmt |
protected AmountAndCurrencyExchangeDetails3 |
instdAmt |
protected List<AmountAndCurrencyExchangeDetails4> |
prtryAmt |
protected AmountAndCurrencyExchangeDetails3 |
txAmt |
| Constructor and Description |
|---|
AmountAndCurrencyExchange3() |
| Modifier and Type | Method and Description |
|---|---|
AmountAndCurrencyExchangeDetails3 |
getAnncdPstngAmt()
Ruft den Wert der anncdPstngAmt-Eigenschaft ab.
|
AmountAndCurrencyExchangeDetails3 |
getCntrValAmt()
Ruft den Wert der cntrValAmt-Eigenschaft ab.
|
AmountAndCurrencyExchangeDetails3 |
getInstdAmt()
Ruft den Wert der instdAmt-Eigenschaft ab.
|
List<AmountAndCurrencyExchangeDetails4> |
getPrtryAmt()
Gets the value of the prtryAmt property.
|
AmountAndCurrencyExchangeDetails3 |
getTxAmt()
Ruft den Wert der txAmt-Eigenschaft ab.
|
void |
setAnncdPstngAmt(AmountAndCurrencyExchangeDetails3 value)
Legt den Wert der anncdPstngAmt-Eigenschaft fest.
|
void |
setCntrValAmt(AmountAndCurrencyExchangeDetails3 value)
Legt den Wert der cntrValAmt-Eigenschaft fest.
|
void |
setInstdAmt(AmountAndCurrencyExchangeDetails3 value)
Legt den Wert der instdAmt-Eigenschaft fest.
|
void |
setTxAmt(AmountAndCurrencyExchangeDetails3 value)
Legt den Wert der txAmt-Eigenschaft fest.
|
protected AmountAndCurrencyExchangeDetails3 instdAmt
protected AmountAndCurrencyExchangeDetails3 txAmt
protected AmountAndCurrencyExchangeDetails3 cntrValAmt
protected AmountAndCurrencyExchangeDetails3 anncdPstngAmt
protected List<AmountAndCurrencyExchangeDetails4> prtryAmt
public AmountAndCurrencyExchangeDetails3 getInstdAmt()
AmountAndCurrencyExchangeDetails3public void setInstdAmt(AmountAndCurrencyExchangeDetails3 value)
value - allowed object is
AmountAndCurrencyExchangeDetails3public AmountAndCurrencyExchangeDetails3 getTxAmt()
AmountAndCurrencyExchangeDetails3public void setTxAmt(AmountAndCurrencyExchangeDetails3 value)
value - allowed object is
AmountAndCurrencyExchangeDetails3public AmountAndCurrencyExchangeDetails3 getCntrValAmt()
AmountAndCurrencyExchangeDetails3public void setCntrValAmt(AmountAndCurrencyExchangeDetails3 value)
value - allowed object is
AmountAndCurrencyExchangeDetails3public AmountAndCurrencyExchangeDetails3 getAnncdPstngAmt()
AmountAndCurrencyExchangeDetails3public void setAnncdPstngAmt(AmountAndCurrencyExchangeDetails3 value)
value - allowed object is
AmountAndCurrencyExchangeDetails3public List<AmountAndCurrencyExchangeDetails4> getPrtryAmt()
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 prtryAmt property.
For example, to add a new item, do as follows:
getPrtryAmt().add(newItem);
Objects of the following type(s) are allowed in the list
AmountAndCurrencyExchangeDetails4
Copyright © 2017. All rights reserved.