public class CardReaderAPDUResponse extends Object
Java class for CardReaderAPDUResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardReaderAPDUResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}Response"/>
<element name="APDUData" type="{}APDUData" minOccurs="0"/>
</sequence>
<attribute name="CardStatusWords" use="required" type="{}CardStatusWords" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
apduData
The Apdu data.
|
protected byte[] |
cardStatusWords
The Card status words.
|
protected Response |
response
The Response.
|
| Constructor and Description |
|---|
CardReaderAPDUResponse() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAPDUData()
Gets the value of the apduData property.
|
byte[] |
getCardStatusWords()
Gets the value of the cardStatusWords property.
|
Response |
getResponse()
Gets the value of the response property.
|
void |
setAPDUData(byte[] value)
Sets the value of the apduData property.
|
void |
setCardStatusWords(byte[] value)
Sets the value of the cardStatusWords property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
protected Response response
protected byte[] apduData
protected byte[] cardStatusWords
public Response getResponse()
Responsepublic void setResponse(Response value)
value - allowed object is Responsepublic byte[] getAPDUData()
public void setAPDUData(byte[] value)
value - allowed object is byte[]public byte[] getCardStatusWords()
public void setCardStatusWords(byte[] value)
value - allowed object is byte[]Copyright © 2022. All rights reserved.