Class EquivalentAmount2
java.lang.Object
org.coderic.iso20022.messages.camt.EquivalentAmount2
Java class for EquivalentAmount2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EquivalentAmount2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount"/> <element name="CcyOfTrf" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyCode"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.Gets the value of the ccyOfTrf property.void
Sets the value of the amt property.void
setCcyOfTrf
(String value) Sets the value of the ccyOfTrf property.
-
Constructor Details
-
EquivalentAmount2
public EquivalentAmount2()
-
-
Method Details
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
getCcyOfTrf
Gets the value of the ccyOfTrf property.- Returns:
- possible object is
String
-
setCcyOfTrf
Sets the value of the ccyOfTrf property.- Parameters:
value
- allowed object isString
-