Class CardPaymentTransactionAdviceResponse5

java.lang.Object
org.coderic.iso20022.messages.caaa.CardPaymentTransactionAdviceResponse5

public class CardPaymentTransactionAdviceResponse5 extends Object

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 Details

    • CardPaymentTransactionAdviceResponse5

      public CardPaymentTransactionAdviceResponse5()
  • Method Details

    • getSaleRefId

      public String getSaleRefId()
      Gets the value of the saleRefId property.
      Returns:
      possible object is String
    • setSaleRefId

      public void setSaleRefId(String value)
      Sets the value of the saleRefId property.
      Parameters:
      value - allowed object is String
    • getTxId

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

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

      public Response1Code getRspn()
      Gets the value of the rspn property.
      Returns:
      possible object is Response1Code
    • setRspn

      public void setRspn(Response1Code value)
      Sets the value of the rspn property.
      Parameters:
      value - allowed object is Response1Code