public class AmountAndCurrencyExchange3
extends java.lang.Object
Java class for AmountAndCurrencyExchange3 complex type.
The following schema fragment specifies the expected content contained within this class.
<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.05}AmountAndCurrencyExchangeDetails3" minOccurs="0"/>
<element name="TxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}AmountAndCurrencyExchangeDetails3" minOccurs="0"/>
<element name="CntrValAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}AmountAndCurrencyExchangeDetails3" minOccurs="0"/>
<element name="AnncdPstngAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}AmountAndCurrencyExchangeDetails3" minOccurs="0"/>
<element name="PrtryAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}AmountAndCurrencyExchangeDetails4" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected AmountAndCurrencyExchangeDetails3 |
anncdPstngAmt |
|
protected AmountAndCurrencyExchangeDetails3 |
cntrValAmt |
|
protected AmountAndCurrencyExchangeDetails3 |
instdAmt |
|
protected java.util.List<AmountAndCurrencyExchangeDetails4> |
prtryAmt |
|
protected AmountAndCurrencyExchangeDetails3 |
txAmt |
| Constructor | Description |
|---|---|
AmountAndCurrencyExchange3() |
| Modifier and Type | Method | Description |
|---|---|---|
AmountAndCurrencyExchangeDetails3 |
getAnncdPstngAmt() |
Gets the value of the anncdPstngAmt property.
|
AmountAndCurrencyExchangeDetails3 |
getCntrValAmt() |
Gets the value of the cntrValAmt property.
|
AmountAndCurrencyExchangeDetails3 |
getInstdAmt() |
Gets the value of the instdAmt property.
|
java.util.List<AmountAndCurrencyExchangeDetails4> |
getPrtryAmt() |
Gets the value of the prtryAmt property.
|
AmountAndCurrencyExchangeDetails3 |
getTxAmt() |
Gets the value of the txAmt property.
|
void |
setAnncdPstngAmt(AmountAndCurrencyExchangeDetails3 value) |
Sets the value of the anncdPstngAmt property.
|
void |
setCntrValAmt(AmountAndCurrencyExchangeDetails3 value) |
Sets the value of the cntrValAmt property.
|
void |
setInstdAmt(AmountAndCurrencyExchangeDetails3 value) |
Sets the value of the instdAmt property.
|
void |
setTxAmt(AmountAndCurrencyExchangeDetails3 value) |
Sets the value of the txAmt property.
|
protected AmountAndCurrencyExchangeDetails3 instdAmt
protected AmountAndCurrencyExchangeDetails3 txAmt
protected AmountAndCurrencyExchangeDetails3 cntrValAmt
protected AmountAndCurrencyExchangeDetails3 anncdPstngAmt
protected java.util.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 java.util.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 © 2018. All rights reserved.