public class SensitiveCardData extends Object
Java class for SensitiveCardData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SensitiveCardData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TrackData" type="{}TrackData" maxOccurs="4" minOccurs="0"/>
</sequence>
<attribute name="PAN" type="{}PAN" />
<attribute name="CardSeqNumb" type="{}CardSeqNumb" />
<attribute name="ExpiryDate" type="{}ExpiryDate" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cardSeqNumb
The Card seq numb.
|
protected String |
expiryDate
The Expiry date.
|
protected String |
pan
The Pan.
|
protected List<TrackData> |
trackData
The Track data.
|
| Constructor and Description |
|---|
SensitiveCardData() |
| 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<TrackData> |
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 String pan
protected String cardSeqNumb
protected String expiryDate
public List<TrackData> 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
TrackData
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 © 2022. All rights reserved.