Class Transaction154
Java class for Transaction154 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Transaction154"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MsgRsn" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}ISO8583MessageReasonCode" maxOccurs="unbounded" minOccurs="0"/> <element name="AltrnMsgRsn" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max256Text" maxOccurs="unbounded" minOccurs="0"/> <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}TransactionIdentification17"/> <element name="TxAmts" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}TransactionAmounts2"/> <element name="DsptData" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}DisputeData3"/> <element name="AddtlFee" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}AdditionalFee2" maxOccurs="unbounded" minOccurs="0"/> <element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}AdditionalInformation20" minOccurs="0"/> <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.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 addtlInf property.Gets the value of the altrnMsgRsn property.Gets the value of the dsptData property.Gets the value of the msgRsn property.Gets the value of the txAmts property.getTxId()
Gets the value of the txId property.void
Sets the value of the addtlInf property.void
setDsptData
(DisputeData3 value) Sets the value of the dsptData property.void
setTxAmts
(TransactionAmounts2 value) Sets the value of the txAmts property.void
Sets the value of the txId property.
-
Constructor Details
-
Transaction154
public Transaction154()
-
-
Method Details
-
getMsgRsn
Gets the value of the msgRsn 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 msgRsn property.For example, to add a new item, do as follows:
getMsgRsn().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getAltrnMsgRsn
Gets the value of the altrnMsgRsn 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 altrnMsgRsn property.For example, to add a new item, do as follows:
getAltrnMsgRsn().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getTxId
Gets the value of the txId property.- Returns:
- possible object is
TransactionIdentification17
-
setTxId
Sets the value of the txId property.- Parameters:
value
- allowed object isTransactionIdentification17
-
getTxAmts
Gets the value of the txAmts property.- Returns:
- possible object is
TransactionAmounts2
-
setTxAmts
Sets the value of the txAmts property.- Parameters:
value
- allowed object isTransactionAmounts2
-
getDsptData
Gets the value of the dsptData property.- Returns:
- possible object is
DisputeData3
-
setDsptData
Sets the value of the dsptData property.- Parameters:
value
- allowed object isDisputeData3
-
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
-
getAddtlInf
Gets the value of the addtlInf property.- Returns:
- possible object is
AdditionalInformation20
-
setAddtlInf
Sets the value of the addtlInf property.- Parameters:
value
- allowed object isAdditionalInformation20
-
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
-