public class CardIndividualTransaction2
extends java.lang.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.06}Max1025Text" minOccurs="0"/> <element name="PmtCntxt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}PaymentContext3" minOccurs="0"/> <element name="AddtlSvc" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CardPaymentServiceType2Code" minOccurs="0"/> <element name="TxCtgy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ExternalCardTransactionCategory1Code" minOccurs="0"/> <element name="SaleRcncltnId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/> <element name="SaleRefNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/> <element name="RePresntmntRsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ExternalRePresentmentReason1Code" minOccurs="0"/> <element name="SeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/> <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TransactionIdentifier1" minOccurs="0"/> <element name="Pdct" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Product2" minOccurs="0"/> <element name="VldtnDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ISODate" minOccurs="0"/> <element name="VldtnSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected CardPaymentServiceType2Code |
addtlSvc |
|
protected java.lang.String |
iccRltdData |
|
protected Product2 |
pdct |
|
protected PaymentContext3 |
pmtCntxt |
|
protected java.lang.String |
rePresntmntRsn |
|
protected java.lang.String |
saleRcncltnId |
|
protected java.lang.String |
saleRefNb |
|
protected java.lang.String |
seqNb |
|
protected java.lang.String |
txCtgy |
|
protected TransactionIdentifier1 |
txId |
|
protected javax.xml.datatype.XMLGregorianCalendar |
vldtnDt |
|
protected java.lang.String |
vldtnSeqNb |
Constructor | Description |
---|---|
CardIndividualTransaction2() |
Modifier and Type | Method | Description |
---|---|---|
CardPaymentServiceType2Code |
getAddtlSvc() |
Gets the value of the addtlSvc property.
|
java.lang.String |
getICCRltdData() |
Gets the value of the iccRltdData property.
|
Product2 |
getPdct() |
Gets the value of the pdct property.
|
PaymentContext3 |
getPmtCntxt() |
Gets the value of the pmtCntxt property.
|
java.lang.String |
getRePresntmntRsn() |
Gets the value of the rePresntmntRsn property.
|
java.lang.String |
getSaleRcncltnId() |
Gets the value of the saleRcncltnId property.
|
java.lang.String |
getSaleRefNb() |
Gets the value of the saleRefNb property.
|
java.lang.String |
getSeqNb() |
Gets the value of the seqNb property.
|
java.lang.String |
getTxCtgy() |
Gets the value of the txCtgy property.
|
TransactionIdentifier1 |
getTxId() |
Gets the value of the txId property.
|
javax.xml.datatype.XMLGregorianCalendar |
getVldtnDt() |
Gets the value of the vldtnDt property.
|
java.lang.String |
getVldtnSeqNb() |
Gets the value of the vldtnSeqNb property.
|
void |
setAddtlSvc(CardPaymentServiceType2Code value) |
Sets the value of the addtlSvc property.
|
void |
setICCRltdData(java.lang.String value) |
Sets the value of the iccRltdData property.
|
void |
setPdct(Product2 value) |
Sets the value of the pdct property.
|
void |
setPmtCntxt(PaymentContext3 value) |
Sets the value of the pmtCntxt property.
|
void |
setRePresntmntRsn(java.lang.String value) |
Sets the value of the rePresntmntRsn property.
|
void |
setSaleRcncltnId(java.lang.String value) |
Sets the value of the saleRcncltnId property.
|
void |
setSaleRefNb(java.lang.String value) |
Sets the value of the saleRefNb property.
|
void |
setSeqNb(java.lang.String value) |
Sets the value of the seqNb property.
|
void |
setTxCtgy(java.lang.String value) |
Sets the value of the txCtgy property.
|
void |
setTxId(TransactionIdentifier1 value) |
Sets the value of the txId property.
|
void |
setVldtnDt(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the vldtnDt property.
|
void |
setVldtnSeqNb(java.lang.String value) |
Sets the value of the vldtnSeqNb property.
|
protected java.lang.String iccRltdData
protected PaymentContext3 pmtCntxt
protected CardPaymentServiceType2Code addtlSvc
protected java.lang.String txCtgy
protected java.lang.String saleRcncltnId
protected java.lang.String saleRefNb
protected java.lang.String rePresntmntRsn
protected java.lang.String seqNb
protected TransactionIdentifier1 txId
protected Product2 pdct
protected javax.xml.datatype.XMLGregorianCalendar vldtnDt
protected java.lang.String vldtnSeqNb
public java.lang.String getICCRltdData()
String
public void setICCRltdData(java.lang.String value)
value
- allowed object is
String
public PaymentContext3 getPmtCntxt()
PaymentContext3
public void setPmtCntxt(PaymentContext3 value)
value
- allowed object is
PaymentContext3
public CardPaymentServiceType2Code getAddtlSvc()
CardPaymentServiceType2Code
public void setAddtlSvc(CardPaymentServiceType2Code value)
value
- allowed object is
CardPaymentServiceType2Code
public java.lang.String getTxCtgy()
String
public void setTxCtgy(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSaleRcncltnId()
String
public void setSaleRcncltnId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSaleRefNb()
String
public void setSaleRefNb(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRePresntmntRsn()
String
public void setRePresntmntRsn(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSeqNb()
String
public void setSeqNb(java.lang.String value)
value
- allowed object is
String
public TransactionIdentifier1 getTxId()
TransactionIdentifier1
public void setTxId(TransactionIdentifier1 value)
value
- allowed object is
TransactionIdentifier1
public Product2 getPdct()
Product2
public void setPdct(Product2 value)
value
- allowed object is
Product2
public javax.xml.datatype.XMLGregorianCalendar getVldtnDt()
XMLGregorianCalendar
public void setVldtnDt(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getVldtnSeqNb()
String
public void setVldtnSeqNb(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All rights reserved.