Class Transaction133

java.lang.Object
org.coderic.iso20022.messages.canm.Transaction133

public class Transaction133 extends Object

Java class for Transaction133 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Transaction133">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="KeyXchgFctn" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}CardServiceType5Code"/>
         <element name="OthrKeyXchgFctn" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max35Text" minOccurs="0"/>
         <element name="MsgRsn" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}ISO8583MessageReasonCode" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AltrnMsgRsn" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max256Text" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}TransactionIdentification12"/>
         <element name="KeyXchgTp" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}KeyType1Code" minOccurs="0"/>
         <element name="OthrKeyXchgTp" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max35Text" minOccurs="0"/>
         <element name="KeyXchgData" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}KeyExchangeData1" minOccurs="0"/>
         <element name="AddtlFee" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}AdditionalFee2" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Transaction133

      public Transaction133()
  • Method Details

    • getKeyXchgFctn

      public CardServiceType5Code getKeyXchgFctn()
      Gets the value of the keyXchgFctn property.
      Returns:
      possible object is CardServiceType5Code
    • setKeyXchgFctn

      public void setKeyXchgFctn(CardServiceType5Code value)
      Sets the value of the keyXchgFctn property.
      Parameters:
      value - allowed object is CardServiceType5Code
    • getOthrKeyXchgFctn

      public String getOthrKeyXchgFctn()
      Gets the value of the othrKeyXchgFctn property.
      Returns:
      possible object is String
    • setOthrKeyXchgFctn

      public void setOthrKeyXchgFctn(String value)
      Sets the value of the othrKeyXchgFctn property.
      Parameters:
      value - allowed object is String
    • 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 TransactionIdentification12 getTxId()
      Gets the value of the txId property.
      Returns:
      possible object is TransactionIdentification12
    • setTxId

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

      public KeyType1Code getKeyXchgTp()
      Gets the value of the keyXchgTp property.
      Returns:
      possible object is KeyType1Code
    • setKeyXchgTp

      public void setKeyXchgTp(KeyType1Code value)
      Sets the value of the keyXchgTp property.
      Parameters:
      value - allowed object is KeyType1Code
    • getOthrKeyXchgTp

      public String getOthrKeyXchgTp()
      Gets the value of the othrKeyXchgTp property.
      Returns:
      possible object is String
    • setOthrKeyXchgTp

      public void setOthrKeyXchgTp(String value)
      Sets the value of the othrKeyXchgTp property.
      Parameters:
      value - allowed object is String
    • getKeyXchgData

      public KeyExchangeData1 getKeyXchgData()
      Gets the value of the keyXchgData property.
      Returns:
      possible object is KeyExchangeData1
    • setKeyXchgData

      public void setKeyXchgData(KeyExchangeData1 value)
      Sets the value of the keyXchgData property.
      Parameters:
      value - allowed object is KeyExchangeData1
    • 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

    • 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