Class CardPaymentTransactionAdviceResponse8
java.lang.Object
org.coderic.iso20022.messages.caaa.CardPaymentTransactionAdviceResponse8
Java class for CardPaymentTransactionAdviceResponse8 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardPaymentTransactionAdviceResponse8"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SaleRefId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/> <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}TransactionIdentifier1"/> <element name="InitrTxId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/> <element name="RcptTxId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max140Text" minOccurs="0"/> <element name="RcncltnId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/> <element name="Rspn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Response9Code"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the initrTxId property.Gets the value of the rcncltnId property.Gets the value of the rcptTxId property.getRspn()
Gets the value of the rspn property.Gets the value of the saleRefId property.getTxId()
Gets the value of the txId property.void
setInitrTxId
(String value) Sets the value of the initrTxId property.void
setRcncltnId
(String value) Sets the value of the rcncltnId property.void
setRcptTxId
(String value) Sets the value of the rcptTxId property.void
setRspn
(Response9Code value) Sets the value of the rspn property.void
setSaleRefId
(String value) Sets the value of the saleRefId property.void
setTxId
(TransactionIdentifier1 value) Sets the value of the txId property.
-
Constructor Details
-
CardPaymentTransactionAdviceResponse8
public CardPaymentTransactionAdviceResponse8()
-
-
Method Details
-
getSaleRefId
Gets the value of the saleRefId property.- Returns:
- possible object is
String
-
setSaleRefId
Sets the value of the saleRefId property.- Parameters:
value
- allowed object isString
-
getTxId
Gets the value of the txId property.- Returns:
- possible object is
TransactionIdentifier1
-
setTxId
Sets the value of the txId property.- Parameters:
value
- allowed object isTransactionIdentifier1
-
getInitrTxId
Gets the value of the initrTxId property.- Returns:
- possible object is
String
-
setInitrTxId
Sets the value of the initrTxId property.- Parameters:
value
- allowed object isString
-
getRcptTxId
Gets the value of the rcptTxId property.- Returns:
- possible object is
String
-
setRcptTxId
Sets the value of the rcptTxId property.- Parameters:
value
- allowed object isString
-
getRcncltnId
Gets the value of the rcncltnId property.- Returns:
- possible object is
String
-
setRcncltnId
Sets the value of the rcncltnId property.- Parameters:
value
- allowed object isString
-
getRspn
Gets the value of the rspn property.- Returns:
- possible object is
Response9Code
-
setRspn
Sets the value of the rspn property.- Parameters:
value
- allowed object isResponse9Code
-