Class DetailedAmount17
Java class for DetailedAmount17 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DetailedAmount17"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AmtToTrf" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ImpliedCurrencyAndAmount"/> <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ActiveCurrencyCode" minOccurs="0"/> <element name="Fees" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}DetailedAmount18" maxOccurs="unbounded" minOccurs="0"/> <element name="Dontn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}DetailedAmount18" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amtToTrf property.getCcy()
Gets the value of the ccy property.getDontn()
Gets the value of the dontn property.getFees()
Gets the value of the fees property.void
setAmtToTrf
(BigDecimal value) Sets the value of the amtToTrf property.void
Sets the value of the ccy property.
-
Constructor Details
-
DetailedAmount17
public DetailedAmount17()
-
-
Method Details
-
getAmtToTrf
Gets the value of the amtToTrf property.- Returns:
- possible object is
BigDecimal
-
setAmtToTrf
Sets the value of the amtToTrf property.- Parameters:
value
- allowed object isBigDecimal
-
getCcy
Gets the value of the ccy property.- Returns:
- possible object is
String
-
setCcy
Sets the value of the ccy property.- Parameters:
value
- allowed object isString
-
getFees
Gets the value of the fees 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 Jakarta XML Binding object. This is why there is not a
set
method for the fees property.For example, to add a new item, do as follows:
getFees().add(newItem);
Objects of the following type(s) are allowed in the list
DetailedAmount18
-
getDontn
Gets the value of the dontn 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 Jakarta XML Binding object. This is why there is not a
set
method for the dontn property.For example, to add a new item, do as follows:
getDontn().add(newItem);
Objects of the following type(s) are allowed in the list
DetailedAmount18
-