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