Class CardIndividualTransaction2

java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_09.CardIndividualTransaction2

public class CardIndividualTransaction2 extends Object

Java class for CardIndividualTransaction2 complex type.

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

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

  • Constructor Details

    • CardIndividualTransaction2

      public CardIndividualTransaction2()
  • Method Details

    • getICCRltdData

      public String getICCRltdData()
      Gets the value of the iccRltdData property.
      Returns:
      possible object is String
    • setICCRltdData

      public void setICCRltdData(String value)
      Sets the value of the iccRltdData property.
      Parameters:
      value - allowed object is String
    • getPmtCntxt

      public PaymentContext3 getPmtCntxt()
      Gets the value of the pmtCntxt property.
      Returns:
      possible object is PaymentContext3
    • setPmtCntxt

      public void setPmtCntxt(PaymentContext3 value)
      Sets the value of the pmtCntxt property.
      Parameters:
      value - allowed object is PaymentContext3
    • getAddtlSvc

      public CardPaymentServiceType2Code getAddtlSvc()
      Gets the value of the addtlSvc property.
      Returns:
      possible object is CardPaymentServiceType2Code
    • setAddtlSvc

      public void setAddtlSvc(CardPaymentServiceType2Code value)
      Sets the value of the addtlSvc property.
      Parameters:
      value - allowed object is CardPaymentServiceType2Code
    • getTxCtgy

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

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

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

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

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

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

      public String getRePresntmntRsn()
      Gets the value of the rePresntmntRsn property.
      Returns:
      possible object is String
    • setRePresntmntRsn

      public void setRePresntmntRsn(String value)
      Sets the value of the rePresntmntRsn property.
      Parameters:
      value - allowed object is String
    • getSeqNb

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

      public void setSeqNb(String value)
      Sets the value of the seqNb 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
    • 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 XMLGregorianCalendar getVldtnDt()
      Gets the value of the vldtnDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setVldtnDt

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

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

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