Class CardIndividualTransaction2
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_07.CardIndividualTransaction2
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.07}Max1025Text" minOccurs="0"/>
<element name="PmtCntxt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}PaymentContext3" minOccurs="0"/>
<element name="AddtlSvc" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CardPaymentServiceType2Code" minOccurs="0"/>
<element name="TxCtgy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ExternalCardTransactionCategory1Code" minOccurs="0"/>
<element name="SaleRcncltnId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/>
<element name="SaleRefNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/>
<element name="RePresntmntRsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ExternalRePresentmentReason1Code" minOccurs="0"/>
<element name="SeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/>
<element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TransactionIdentifier1" minOccurs="0"/>
<element name="Pdct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Product2" minOccurs="0"/>
<element name="VldtnDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ISODate" minOccurs="0"/>
<element name="VldtnSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CardPaymentServiceType2Codeprotected Stringprotected Product2protected PaymentContext3protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected TransactionIdentifier1protected XMLGregorianCalendarprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlSvc property.Gets the value of the iccRltdData property.getPdct()Gets the value of the pdct property.Gets the value of the pmtCntxt property.Gets the value of the rePresntmntRsn property.Gets the value of the saleRcncltnId property.Gets the value of the saleRefNb property.getSeqNb()Gets the value of the seqNb property.Gets the value of the txCtgy property.getTxId()Gets the value of the txId property.Gets the value of the vldtnDt property.Gets the value of the vldtnSeqNb property.voidSets the value of the addtlSvc property.voidsetICCRltdData(String value) Sets the value of the iccRltdData property.voidSets the value of the pdct property.voidsetPmtCntxt(PaymentContext3 value) Sets the value of the pmtCntxt property.voidsetRePresntmntRsn(String value) Sets the value of the rePresntmntRsn property.voidsetSaleRcncltnId(String value) Sets the value of the saleRcncltnId property.voidsetSaleRefNb(String value) Sets the value of the saleRefNb property.voidSets the value of the seqNb property.voidSets the value of the txCtgy property.voidsetTxId(TransactionIdentifier1 value) Sets the value of the txId property.voidsetVldtnDt(XMLGregorianCalendar value) Sets the value of the vldtnDt property.voidsetVldtnSeqNb(String value) Sets the value of the vldtnSeqNb property.
-
Field Details
-
iccRltdData
-
pmtCntxt
-
addtlSvc
-
txCtgy
-
saleRcncltnId
-
saleRefNb
-
rePresntmntRsn
-
seqNb
-
txId
-
pdct
-
vldtnDt
-
vldtnSeqNb
-
-
Constructor Details
-
CardIndividualTransaction2
public CardIndividualTransaction2()
-
-
Method Details
-
getICCRltdData
-
setICCRltdData
-
getPmtCntxt
Gets the value of the pmtCntxt property.- Returns:
- possible object is
PaymentContext3
-
setPmtCntxt
Sets the value of the pmtCntxt property.- Parameters:
value- allowed object isPaymentContext3
-
getAddtlSvc
Gets the value of the addtlSvc property.- Returns:
- possible object is
CardPaymentServiceType2Code
-
setAddtlSvc
Sets the value of the addtlSvc property.- Parameters:
value- allowed object isCardPaymentServiceType2Code
-
getTxCtgy
-
setTxCtgy
-
getSaleRcncltnId
-
setSaleRcncltnId
-
getSaleRefNb
-
setSaleRefNb
-
getRePresntmntRsn
-
setRePresntmntRsn
-
getSeqNb
-
setSeqNb
-
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
-
getPdct
-
setPdct
-
getVldtnDt
Gets the value of the vldtnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setVldtnDt
Sets the value of the vldtnDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getVldtnSeqNb
-
setVldtnSeqNb
-