Class Transaction129
Java class for Transaction129 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Transaction129"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FrdTxId" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max70Text"/> <element name="AddtlFee" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}AdditionalFee2" maxOccurs="unbounded" minOccurs="0"/> <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlData property.Gets the value of the addtlFee property.Gets the value of the frdTxId property.void
setFrdTxId
(String value) Sets the value of the frdTxId property.
-
Constructor Details
-
Transaction129
public Transaction129()
-
-
Method Details
-
getFrdTxId
Gets the value of the frdTxId property.- Returns:
- possible object is
String
-
setFrdTxId
Sets the value of the frdTxId property.- Parameters:
value
- allowed object isString
-
getAddtlFee
Gets the value of the addtlFee 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 addtlFee property.For example, to add a new item, do as follows:
getAddtlFee().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalFee2
-
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
-