Class Transaction133
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlData property.Gets the value of the addtlFee property.Gets the value of the altrnMsgRsn property.Gets the value of the keyXchgData property.Gets the value of the keyXchgFctn property.Gets the value of the keyXchgTp property.Gets the value of the msgRsn property.Gets the value of the othrKeyXchgFctn property.Gets the value of the othrKeyXchgTp property.getTxId()
Gets the value of the txId property.void
setKeyXchgData
(KeyExchangeData1 value) Sets the value of the keyXchgData property.void
Sets the value of the keyXchgFctn property.void
setKeyXchgTp
(KeyType1Code value) Sets the value of the keyXchgTp property.void
setOthrKeyXchgFctn
(String value) Sets the value of the othrKeyXchgFctn property.void
setOthrKeyXchgTp
(String value) Sets the value of the othrKeyXchgTp property.void
Sets the value of the txId property.
-
Constructor Details
-
Transaction133
public Transaction133()
-
-
Method Details
-
getKeyXchgFctn
Gets the value of the keyXchgFctn property.- Returns:
- possible object is
CardServiceType5Code
-
setKeyXchgFctn
Sets the value of the keyXchgFctn property.- Parameters:
value
- allowed object isCardServiceType5Code
-
getOthrKeyXchgFctn
Gets the value of the othrKeyXchgFctn property.- Returns:
- possible object is
String
-
setOthrKeyXchgFctn
Sets the value of the othrKeyXchgFctn property.- Parameters:
value
- allowed object isString
-
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
TransactionIdentification12
-
setTxId
Sets the value of the txId property.- Parameters:
value
- allowed object isTransactionIdentification12
-
getKeyXchgTp
Gets the value of the keyXchgTp property.- Returns:
- possible object is
KeyType1Code
-
setKeyXchgTp
Sets the value of the keyXchgTp property.- Parameters:
value
- allowed object isKeyType1Code
-
getOthrKeyXchgTp
Gets the value of the othrKeyXchgTp property.- Returns:
- possible object is
String
-
setOthrKeyXchgTp
Sets the value of the othrKeyXchgTp property.- Parameters:
value
- allowed object isString
-
getKeyXchgData
Gets the value of the keyXchgData property.- Returns:
- possible object is
KeyExchangeData1
-
setKeyXchgData
Sets the value of the keyXchgData property.- Parameters:
value
- allowed object isKeyExchangeData1
-
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
-