public class PlainCardData1
extends java.lang.Object
Java class for PlainCardData1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlainCardData1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PAN" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Min8Max28NumericText"/> <element name="CardSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Min2Max3NumericText" minOccurs="0"/> <element name="FctvDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ISOYearMonth" minOccurs="0"/> <element name="XpryDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ISOYearMonth"/> <element name="SvcCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Exact3NumericText" minOccurs="0"/> <element name="TrckData" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TrackData1" maxOccurs="unbounded" minOccurs="0"/> <element name="CardSctyCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CardSecurityInformation1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected CardSecurityInformation1 |
cardSctyCd |
|
protected java.lang.String |
cardSeqNb |
|
protected javax.xml.datatype.XMLGregorianCalendar |
fctvDt |
|
protected java.lang.String |
pan |
|
protected java.lang.String |
svcCd |
|
protected java.util.List<TrackData1> |
trckData |
|
protected javax.xml.datatype.XMLGregorianCalendar |
xpryDt |
Constructor | Description |
---|---|
PlainCardData1() |
Modifier and Type | Method | Description |
---|---|---|
CardSecurityInformation1 |
getCardSctyCd() |
Gets the value of the cardSctyCd property.
|
java.lang.String |
getCardSeqNb() |
Gets the value of the cardSeqNb property.
|
javax.xml.datatype.XMLGregorianCalendar |
getFctvDt() |
Gets the value of the fctvDt property.
|
java.lang.String |
getPAN() |
Gets the value of the pan property.
|
java.lang.String |
getSvcCd() |
Gets the value of the svcCd property.
|
java.util.List<TrackData1> |
getTrckData() |
Gets the value of the trckData property.
|
javax.xml.datatype.XMLGregorianCalendar |
getXpryDt() |
Gets the value of the xpryDt property.
|
void |
setCardSctyCd(CardSecurityInformation1 value) |
Sets the value of the cardSctyCd property.
|
void |
setCardSeqNb(java.lang.String value) |
Sets the value of the cardSeqNb property.
|
void |
setFctvDt(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the fctvDt property.
|
void |
setPAN(java.lang.String value) |
Sets the value of the pan property.
|
void |
setSvcCd(java.lang.String value) |
Sets the value of the svcCd property.
|
void |
setXpryDt(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the xpryDt property.
|
protected java.lang.String pan
protected java.lang.String cardSeqNb
protected javax.xml.datatype.XMLGregorianCalendar fctvDt
protected javax.xml.datatype.XMLGregorianCalendar xpryDt
protected java.lang.String svcCd
protected java.util.List<TrackData1> trckData
protected CardSecurityInformation1 cardSctyCd
public java.lang.String getPAN()
String
public void setPAN(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCardSeqNb()
String
public void setCardSeqNb(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getFctvDt()
XMLGregorianCalendar
public void setFctvDt(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getXpryDt()
XMLGregorianCalendar
public void setXpryDt(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getSvcCd()
String
public void setSvcCd(java.lang.String value)
value
- allowed object is
String
public java.util.List<TrackData1> getTrckData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the trckData property.
For example, to add a new item, do as follows:
getTrckData().add(newItem);
Objects of the following type(s) are allowed in the list
TrackData1
public CardSecurityInformation1 getCardSctyCd()
CardSecurityInformation1
public void setCardSctyCd(CardSecurityInformation1 value)
value
- allowed object is
CardSecurityInformation1
Copyright © 2018. All rights reserved.