Class CardPaymentTransactionAdviceResponse5
java.lang.Object
org.coderic.iso20022.messages.caaa.CardPaymentTransactionAdviceResponse5
Java class for CardPaymentTransactionAdviceResponse5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardPaymentTransactionAdviceResponse5"> <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="Rspn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Response1Code"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRspn()
Gets the value of the rspn property.Gets the value of the saleRefId property.getTxId()
Gets the value of the txId property.void
setRspn
(Response1Code 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
-
CardPaymentTransactionAdviceResponse5
public CardPaymentTransactionAdviceResponse5()
-
-
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
-
getRspn
Gets the value of the rspn property.- Returns:
- possible object is
Response1Code
-
setRspn
Sets the value of the rspn property.- Parameters:
value
- allowed object isResponse1Code
-