public class CardReaderInitResponse extends Object
Java class for CardReaderInitResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardReaderInitResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}Response"/>
<element name="TrackData" type="{}TrackData" maxOccurs="4" minOccurs="0"/>
<element name="ICCResetData" type="{}ICCResetData" minOccurs="0"/>
</sequence>
<attribute name="EntryMode" type="{}EntryMode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EntryModeType> |
entryMode
The Entry mode.
|
protected ICCResetData |
iccResetData
The Icc reset data.
|
protected Response |
response
The Response.
|
protected List<TrackData> |
trackData
The Track data.
|
| Constructor and Description |
|---|
CardReaderInitResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<EntryModeType> |
getEntryMode()
Gets the value of the entryMode property.
|
ICCResetData |
getICCResetData()
Gets the value of the iccResetData property.
|
Response |
getResponse()
Gets the value of the response property.
|
List<TrackData> |
getTrackData()
Gets the value of the trackData property.
|
void |
setICCResetData(ICCResetData value)
Sets the value of the iccResetData property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
protected Response response
protected ICCResetData iccResetData
protected List<EntryModeType> entryMode
public Response getResponse()
Responsepublic void setResponse(Response value)
value - allowed object is Responsepublic 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 ICCResetData getICCResetData()
ICCResetDatapublic void setICCResetData(ICCResetData value)
value - allowed object is ICCResetDatapublic List<EntryModeType> getEntryMode()
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 entryMode property.
For example, to add a new item, do as follows:
getEntryMode().add(newItem);
Objects of the following type(s) are allowed in the list
EntryModeType
Copyright © 2022. All rights reserved.