Class AmountAndCurrencyExchange2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_01.AmountAndCurrencyExchange2
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AmountAndCurrencyExchangeDetails1
anncdPstngAmt
protected AmountAndCurrencyExchangeDetails1
cntrValAmt
protected AmountAndCurrencyExchangeDetails1
instdAmt
protected java.util.List<AmountAndCurrencyExchangeDetails2>
prtryAmt
protected AmountAndCurrencyExchangeDetails1
txAmt
-
Constructor Summary
Constructors Constructor Description AmountAndCurrencyExchange2()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.
-
-
-
Field Detail
-
instdAmt
protected AmountAndCurrencyExchangeDetails1 instdAmt
-
txAmt
protected AmountAndCurrencyExchangeDetails1 txAmt
-
cntrValAmt
protected AmountAndCurrencyExchangeDetails1 cntrValAmt
-
anncdPstngAmt
protected AmountAndCurrencyExchangeDetails1 anncdPstngAmt
-
prtryAmt
protected java.util.List<AmountAndCurrencyExchangeDetails2> prtryAmt
-
-
Method Detail
-
getInstdAmt
public AmountAndCurrencyExchangeDetails1 getInstdAmt()
Gets the value of the instdAmt property.- Returns:
- possible object is
AmountAndCurrencyExchangeDetails1
-
setInstdAmt
public void setInstdAmt(AmountAndCurrencyExchangeDetails1 value)
Sets the value of the instdAmt property.- Parameters:
value
- allowed object isAmountAndCurrencyExchangeDetails1
-
getTxAmt
public AmountAndCurrencyExchangeDetails1 getTxAmt()
Gets the value of the txAmt property.- Returns:
- possible object is
AmountAndCurrencyExchangeDetails1
-
setTxAmt
public void setTxAmt(AmountAndCurrencyExchangeDetails1 value)
Sets the value of the txAmt property.- Parameters:
value
- allowed object isAmountAndCurrencyExchangeDetails1
-
getCntrValAmt
public AmountAndCurrencyExchangeDetails1 getCntrValAmt()
Gets the value of the cntrValAmt property.- Returns:
- possible object is
AmountAndCurrencyExchangeDetails1
-
setCntrValAmt
public void setCntrValAmt(AmountAndCurrencyExchangeDetails1 value)
Sets the value of the cntrValAmt property.- Parameters:
value
- allowed object isAmountAndCurrencyExchangeDetails1
-
getAnncdPstngAmt
public AmountAndCurrencyExchangeDetails1 getAnncdPstngAmt()
Gets the value of the anncdPstngAmt property.- Returns:
- possible object is
AmountAndCurrencyExchangeDetails1
-
setAnncdPstngAmt
public void setAnncdPstngAmt(AmountAndCurrencyExchangeDetails1 value)
Sets the value of the anncdPstngAmt property.- Parameters:
value
- allowed object isAmountAndCurrencyExchangeDetails1
-
getPrtryAmt
public java.util.List<AmountAndCurrencyExchangeDetails2> getPrtryAmt()
Gets the value of the prtryAmt property.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
-
-