Class AmountAndCurrencyExchange3
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_06.AmountAndCurrencyExchange3
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.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AmountAndCurrencyExchangeDetails3
protected AmountAndCurrencyExchangeDetails3
protected AmountAndCurrencyExchangeDetails3
protected List
<AmountAndCurrencyExchangeDetails4> protected AmountAndCurrencyExchangeDetails3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the anncdPstngAmt property.Gets the value of the cntrValAmt property.Gets the value of the instdAmt property.Gets the value of the prtryAmt property.getTxAmt()
Gets the value of the txAmt property.void
Sets the value of the anncdPstngAmt property.void
Sets the value of the cntrValAmt property.void
Sets the value of the instdAmt property.void
Sets the value of the txAmt property.
-
Field Details
-
instdAmt
-
txAmt
-
cntrValAmt
-
anncdPstngAmt
-
prtryAmt
-
-
Constructor Details
-
AmountAndCurrencyExchange3
public AmountAndCurrencyExchange3()
-
-
Method Details
-
getInstdAmt
Gets the value of the instdAmt property.- Returns:
- possible object is
AmountAndCurrencyExchangeDetails3
-
setInstdAmt
Sets the value of the instdAmt property.- Parameters:
value
- allowed object isAmountAndCurrencyExchangeDetails3
-
getTxAmt
Gets the value of the txAmt property.- Returns:
- possible object is
AmountAndCurrencyExchangeDetails3
-
setTxAmt
Sets the value of the txAmt property.- Parameters:
value
- allowed object isAmountAndCurrencyExchangeDetails3
-
getCntrValAmt
Gets the value of the cntrValAmt property.- Returns:
- possible object is
AmountAndCurrencyExchangeDetails3
-
setCntrValAmt
Sets the value of the cntrValAmt property.- Parameters:
value
- allowed object isAmountAndCurrencyExchangeDetails3
-
getAnncdPstngAmt
Gets the value of the anncdPstngAmt property.- Returns:
- possible object is
AmountAndCurrencyExchangeDetails3
-
setAnncdPstngAmt
Sets the value of the anncdPstngAmt property.- Parameters:
value
- allowed object isAmountAndCurrencyExchangeDetails3
-
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
AmountAndCurrencyExchangeDetails4
-