public class ICCResetDataType extends Object
Java class for ICCResetDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ICCResetDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ATRValue" type="{}ATRValueType" />
<attribute name="CardStatusWords" type="{}CardStatusWordsType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
atrValue |
protected byte[] |
cardStatusWords |
| Constructor and Description |
|---|
ICCResetDataType() |
| 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.
|
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 © 2018. All rights reserved.