public class CardReaderInitResponseType extends Object
Java class for CardReaderInitResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardReaderInitResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}ResponseType"/>
<element name="TrackData" type="{}TrackDataType" maxOccurs="4" minOccurs="0"/>
<element name="ICCResetData" type="{}ICCResetDataType" minOccurs="0"/>
</sequence>
<attribute name="EntryMode" type="{}EntryModeType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
entryMode |
protected ICCResetDataType |
iccResetData |
protected ResponseType |
response |
protected List<TrackDataType> |
trackData |
| Constructor and Description |
|---|
CardReaderInitResponseType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEntryMode()
Gets the value of the entryMode property.
|
ICCResetDataType |
getICCResetData()
Gets the value of the iccResetData property.
|
ResponseType |
getResponse()
Gets the value of the response property.
|
List<TrackDataType> |
getTrackData()
Gets the value of the trackData property.
|
void |
setICCResetData(ICCResetDataType value)
Sets the value of the iccResetData property.
|
void |
setResponse(ResponseType value)
Sets the value of the response property.
|
protected ResponseType response
protected List<TrackDataType> trackData
protected ICCResetDataType iccResetData
public ResponseType getResponse()
ResponseTypepublic void setResponse(ResponseType value)
value - allowed object is
ResponseTypepublic 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 ICCResetDataType getICCResetData()
ICCResetDataTypepublic void setICCResetData(ICCResetDataType value)
value - allowed object is
ICCResetDataTypepublic List<String> 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
String
Copyright © 2018. All rights reserved.