Class CardPaymentTransactionAdviceResponse8

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

public class CardPaymentTransactionAdviceResponse8 extends Object

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 Details

    • CardPaymentTransactionAdviceResponse8

      public CardPaymentTransactionAdviceResponse8()
  • 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
    • getInitrTxId

      public String getInitrTxId()
      Gets the value of the initrTxId property.
      Returns:
      possible object is String
    • setInitrTxId

      public void setInitrTxId(String value)
      Sets the value of the initrTxId property.
      Parameters:
      value - allowed object is String
    • getRcptTxId

      public String getRcptTxId()
      Gets the value of the rcptTxId property.
      Returns:
      possible object is String
    • setRcptTxId

      public void setRcptTxId(String value)
      Sets the value of the rcptTxId property.
      Parameters:
      value - allowed object is String
    • getRcncltnId

      public String getRcncltnId()
      Gets the value of the rcncltnId property.
      Returns:
      possible object is String
    • setRcncltnId

      public void setRcncltnId(String value)
      Sets the value of the rcncltnId property.
      Parameters:
      value - allowed object is String
    • getRspn

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

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