public class SensitiveCardDataType extends Object
Java class for SensitiveCardDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SensitiveCardDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TrackData" type="{}TrackDataType" maxOccurs="4" minOccurs="0"/>
</sequence>
<attribute name="PAN" type="{}PANType" />
<attribute name="CardSeqNumb" type="{}CardSeqNumbType" />
<attribute name="ExpiryDate" type="{}ExpiryDateType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cardSeqNumb |
protected String |
expiryDate |
protected String |
pan |
protected List<TrackDataType> |
trackData |
| Constructor and Description |
|---|
SensitiveCardDataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardSeqNumb()
Gets the value of the cardSeqNumb property.
|
String |
getExpiryDate()
Gets the value of the expiryDate property.
|
String |
getPAN()
Gets the value of the pan property.
|
List<TrackDataType> |
getTrackData()
Gets the value of the trackData property.
|
void |
setCardSeqNumb(String value)
Sets the value of the cardSeqNumb property.
|
void |
setExpiryDate(String value)
Sets the value of the expiryDate property.
|
void |
setPAN(String value)
Sets the value of the pan property.
|
protected List<TrackDataType> trackData
protected String pan
protected String cardSeqNumb
protected String expiryDate
public List<TrackDataType> getTrackData()
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 trackData property.
For example, to add a new item, do as follows:
getTrackData().add(newItem);
Objects of the following type(s) are allowed in the list
TrackDataType
public String getPAN()
Stringpublic void setPAN(String value)
value - allowed object is
Stringpublic String getCardSeqNumb()
Stringpublic void setCardSeqNumb(String value)
value - allowed object is
Stringpublic String getExpiryDate()
StringCopyright © 2018. All rights reserved.