Class Transaction154

java.lang.Object
org.coderic.iso20022.messages.cain.Transaction154

public class Transaction154 extends Object

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 Details

    • Transaction154

      public Transaction154()
  • Method Details

    • getMsgRsn

      public List<String> 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

      public 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

      public TransactionIdentification17 getTxId()
      Gets the value of the txId property.
      Returns:
      possible object is TransactionIdentification17
    • setTxId

      public void setTxId(TransactionIdentification17 value)
      Sets the value of the txId property.
      Parameters:
      value - allowed object is TransactionIdentification17
    • getTxAmts

      public TransactionAmounts2 getTxAmts()
      Gets the value of the txAmts property.
      Returns:
      possible object is TransactionAmounts2
    • setTxAmts

      public void setTxAmts(TransactionAmounts2 value)
      Sets the value of the txAmts property.
      Parameters:
      value - allowed object is TransactionAmounts2
    • getDsptData

      public DisputeData3 getDsptData()
      Gets the value of the dsptData property.
      Returns:
      possible object is DisputeData3
    • setDsptData

      public void setDsptData(DisputeData3 value)
      Sets the value of the dsptData property.
      Parameters:
      value - allowed object is DisputeData3
    • getAddtlFee

      public List<AdditionalFee2> 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

      public AdditionalInformation20 getAddtlInf()
      Gets the value of the addtlInf property.
      Returns:
      possible object is AdditionalInformation20
    • setAddtlInf

      public void setAddtlInf(AdditionalInformation20 value)
      Sets the value of the addtlInf property.
      Parameters:
      value - allowed object is AdditionalInformation20
    • getAddtlData

      public List<AdditionalData1> 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