Class AdditionalAmounts3
java.lang.Object
org.coderic.iso20022.messages.cafc.AdditionalAmounts3
Java class for AdditionalAmounts3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalAmounts3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ISO8583AmountTypeCode"/> <element name="OthrTp" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max35Text" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Amount17"/> <element name="Desc" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max70Text" minOccurs="0"/> <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlData property.getAmt()
Gets the value of the amt property.getDesc()
Gets the value of the desc property.Gets the value of the othrTp property.getTp()
Gets the value of the tp property.void
Sets the value of the amt property.void
Sets the value of the desc property.void
Sets the value of the othrTp property.void
Sets the value of the tp property.
-
Constructor Details
-
AdditionalAmounts3
public AdditionalAmounts3()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
String
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isString
-
getOthrTp
Gets the value of the othrTp property.- Returns:
- possible object is
String
-
setOthrTp
Sets the value of the othrTp property.- Parameters:
value
- allowed object isString
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
Amount17
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isAmount17
-
getDesc
Gets the value of the desc property.- Returns:
- possible object is
String
-
setDesc
Sets the value of the desc property.- Parameters:
value
- allowed object isString
-
getAddtlData
Gets the value of the addtlData 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 addtlData property.For example, to add a new item, do as follows:
getAddtlData().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalData1
-