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