public class ICCResetData extends Object
Java class for ICCResetData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ICCResetData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ATRValue" type="{}ATRValue" />
<attribute name="CardStatusWords" type="{}CardStatusWords" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
atrValue
The Atr value.
|
protected byte[] |
cardStatusWords
The Card status words.
|
| Constructor and Description |
|---|
ICCResetData() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getATRValue()
Gets the value of the atrValue property.
|
byte[] |
getCardStatusWords()
Gets the value of the cardStatusWords property.
|
void |
setATRValue(byte[] value)
Sets the value of the atrValue property.
|
void |
setCardStatusWords(byte[] value)
Sets the value of the cardStatusWords property.
|
protected byte[] atrValue
protected byte[] cardStatusWords
public byte[] getATRValue()
public void setATRValue(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.