org.iso20022.camt052_001.v09.CardIndividualTransaction2 Maven / Gradle / Ivy
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.1
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2021.09.21 at 06:04:45 PM IST
//
package org.iso20022.camt052_001.v09;
import javax.xml.datatype.XMLGregorianCalendar;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
/**
* 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>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CardIndividualTransaction2", propOrder = {
"iccRltdData",
"pmtCntxt",
"addtlSvc",
"txCtgy",
"saleRcncltnId",
"saleRefNb",
"rePresntmntRsn",
"seqNb",
"txId",
"pdct",
"vldtnDt",
"vldtnSeqNb"
})
public class CardIndividualTransaction2 {
@XmlElement(name = "ICCRltdData")
protected String iccRltdData;
@XmlElement(name = "PmtCntxt")
protected PaymentContext3 pmtCntxt;
@XmlElement(name = "AddtlSvc")
@XmlSchemaType(name = "string")
protected CardPaymentServiceType2Code addtlSvc;
@XmlElement(name = "TxCtgy")
protected String txCtgy;
@XmlElement(name = "SaleRcncltnId")
protected String saleRcncltnId;
@XmlElement(name = "SaleRefNb")
protected String saleRefNb;
@XmlElement(name = "RePresntmntRsn")
protected String rePresntmntRsn;
@XmlElement(name = "SeqNb")
protected String seqNb;
@XmlElement(name = "TxId")
protected TransactionIdentifier1 txId;
@XmlElement(name = "Pdct")
protected Product2 pdct;
@XmlElement(name = "VldtnDt")
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar vldtnDt;
@XmlElement(name = "VldtnSeqNb")
protected String vldtnSeqNb;
/**
* Gets the value of the iccRltdData property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getICCRltdData() {
return iccRltdData;
}
/**
* Sets the value of the iccRltdData property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setICCRltdData(String value) {
this.iccRltdData = value;
}
/**
* Gets the value of the pmtCntxt property.
*
* @return
* possible object is
* {@link PaymentContext3 }
*
*/
public PaymentContext3 getPmtCntxt() {
return pmtCntxt;
}
/**
* Sets the value of the pmtCntxt property.
*
* @param value
* allowed object is
* {@link PaymentContext3 }
*
*/
public void setPmtCntxt(PaymentContext3 value) {
this.pmtCntxt = value;
}
/**
* Gets the value of the addtlSvc property.
*
* @return
* possible object is
* {@link CardPaymentServiceType2Code }
*
*/
public CardPaymentServiceType2Code getAddtlSvc() {
return addtlSvc;
}
/**
* Sets the value of the addtlSvc property.
*
* @param value
* allowed object is
* {@link CardPaymentServiceType2Code }
*
*/
public void setAddtlSvc(CardPaymentServiceType2Code value) {
this.addtlSvc = value;
}
/**
* Gets the value of the txCtgy property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTxCtgy() {
return txCtgy;
}
/**
* Sets the value of the txCtgy property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTxCtgy(String value) {
this.txCtgy = value;
}
/**
* Gets the value of the saleRcncltnId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSaleRcncltnId() {
return saleRcncltnId;
}
/**
* Sets the value of the saleRcncltnId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSaleRcncltnId(String value) {
this.saleRcncltnId = value;
}
/**
* Gets the value of the saleRefNb property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSaleRefNb() {
return saleRefNb;
}
/**
* Sets the value of the saleRefNb property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSaleRefNb(String value) {
this.saleRefNb = value;
}
/**
* Gets the value of the rePresntmntRsn property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRePresntmntRsn() {
return rePresntmntRsn;
}
/**
* Sets the value of the rePresntmntRsn property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRePresntmntRsn(String value) {
this.rePresntmntRsn = value;
}
/**
* Gets the value of the seqNb property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSeqNb() {
return seqNb;
}
/**
* Sets the value of the seqNb property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSeqNb(String value) {
this.seqNb = value;
}
/**
* Gets the value of the txId property.
*
* @return
* possible object is
* {@link TransactionIdentifier1 }
*
*/
public TransactionIdentifier1 getTxId() {
return txId;
}
/**
* Sets the value of the txId property.
*
* @param value
* allowed object is
* {@link TransactionIdentifier1 }
*
*/
public void setTxId(TransactionIdentifier1 value) {
this.txId = value;
}
/**
* Gets the value of the pdct property.
*
* @return
* possible object is
* {@link Product2 }
*
*/
public Product2 getPdct() {
return pdct;
}
/**
* Sets the value of the pdct property.
*
* @param value
* allowed object is
* {@link Product2 }
*
*/
public void setPdct(Product2 value) {
this.pdct = value;
}
/**
* Gets the value of the vldtnDt property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getVldtnDt() {
return vldtnDt;
}
/**
* Sets the value of the vldtnDt property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setVldtnDt(XMLGregorianCalendar value) {
this.vldtnDt = value;
}
/**
* Gets the value of the vldtnSeqNb property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVldtnSeqNb() {
return vldtnSeqNb;
}
/**
* Sets the value of the vldtnSeqNb property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVldtnSeqNb(String value) {
this.vldtnSeqNb = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy