Class CardIndividualTransaction1


  • public class CardIndividualTransaction1
    extends java.lang.Object

    Java class for CardIndividualTransaction1 complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CardIndividualTransaction1">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="AddtlSvc" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}CardPaymentServiceType2Code" minOccurs="0"/>
             <element name="TxCtgy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ExternalCardTransactionCategory1Code" minOccurs="0"/>
             <element name="SaleRcncltnId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max35Text" minOccurs="0"/>
             <element name="SaleRefNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max35Text" minOccurs="0"/>
             <element name="SeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max35Text" minOccurs="0"/>
             <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}TransactionIdentifier1" minOccurs="0"/>
             <element name="Pdct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Product2" minOccurs="0"/>
             <element name="VldtnDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ISODate" minOccurs="0"/>
             <element name="VldtnSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max35Text" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • txCtgy

        protected java.lang.String txCtgy
      • saleRcncltnId

        protected java.lang.String saleRcncltnId
      • saleRefNb

        protected java.lang.String saleRefNb
      • seqNb

        protected java.lang.String seqNb
      • vldtnDt

        protected javax.xml.datatype.XMLGregorianCalendar vldtnDt
      • vldtnSeqNb

        protected java.lang.String vldtnSeqNb
    • Constructor Detail

      • CardIndividualTransaction1

        public CardIndividualTransaction1()
    • Method Detail

      • getTxCtgy

        public java.lang.String getTxCtgy()
        Gets the value of the txCtgy property.
        Returns:
        possible object is String
      • setTxCtgy

        public void setTxCtgy​(java.lang.String value)
        Sets the value of the txCtgy property.
        Parameters:
        value - allowed object is String
      • getSaleRcncltnId

        public java.lang.String getSaleRcncltnId()
        Gets the value of the saleRcncltnId property.
        Returns:
        possible object is String
      • setSaleRcncltnId

        public void setSaleRcncltnId​(java.lang.String value)
        Sets the value of the saleRcncltnId property.
        Parameters:
        value - allowed object is String
      • getSaleRefNb

        public java.lang.String getSaleRefNb()
        Gets the value of the saleRefNb property.
        Returns:
        possible object is String
      • setSaleRefNb

        public void setSaleRefNb​(java.lang.String value)
        Sets the value of the saleRefNb property.
        Parameters:
        value - allowed object is String
      • getSeqNb

        public java.lang.String getSeqNb()
        Gets the value of the seqNb property.
        Returns:
        possible object is String
      • setSeqNb

        public void setSeqNb​(java.lang.String value)
        Sets the value of the seqNb property.
        Parameters:
        value - allowed object is String
      • getPdct

        public Product2 getPdct()
        Gets the value of the pdct property.
        Returns:
        possible object is Product2
      • setPdct

        public void setPdct​(Product2 value)
        Sets the value of the pdct property.
        Parameters:
        value - allowed object is Product2
      • getVldtnDt

        public javax.xml.datatype.XMLGregorianCalendar getVldtnDt()
        Gets the value of the vldtnDt property.
        Returns:
        possible object is XMLGregorianCalendar
      • setVldtnDt

        public void setVldtnDt​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the vldtnDt property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getVldtnSeqNb

        public java.lang.String getVldtnSeqNb()
        Gets the value of the vldtnSeqNb property.
        Returns:
        possible object is String
      • setVldtnSeqNb

        public void setVldtnSeqNb​(java.lang.String value)
        Sets the value of the vldtnSeqNb property.
        Parameters:
        value - allowed object is String