public class CardReaderAPDURequest extends Object
Java class for CardReaderAPDURequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardReaderAPDURequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="APDUData" type="{}APDUData" minOccurs="0"/>
</sequence>
<attribute name="APDUClass" use="required" type="{}APDUClass" />
<attribute name="APDUInstruction" use="required" type="{}APDUInstruction" />
<attribute name="APDUPar1" use="required" type="{}APDUPar1" />
<attribute name="APDUPar2" use="required" type="{}APDUPar2" />
<attribute name="APDUExpectedLength" type="{}APDUExpectedLength" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
apduClass
The Apdu class.
|
protected byte[] |
apduData
The Apdu data.
|
protected byte[] |
apduExpectedLength
The Apdu expected length.
|
protected byte[] |
apduInstruction
The Apdu instruction.
|
protected byte[] |
apduPar1
The Apdu par 1.
|
protected byte[] |
apduPar2
The Apdu par 2.
|
| Constructor and Description |
|---|
CardReaderAPDURequest() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAPDUClass()
Gets the value of the apduClass property.
|
byte[] |
getAPDUData()
Gets the value of the apduData property.
|
byte[] |
getAPDUExpectedLength()
Gets the value of the apduExpectedLength property.
|
byte[] |
getAPDUInstruction()
Gets the value of the apduInstruction property.
|
byte[] |
getAPDUPar1()
Gets the value of the apduPar1 property.
|
byte[] |
getAPDUPar2()
Gets the value of the apduPar2 property.
|
void |
setAPDUClass(byte[] value)
Sets the value of the apduClass property.
|
void |
setAPDUData(byte[] value)
Sets the value of the apduData property.
|
void |
setAPDUExpectedLength(byte[] value)
Sets the value of the apduExpectedLength property.
|
void |
setAPDUInstruction(byte[] value)
Sets the value of the apduInstruction property.
|
void |
setAPDUPar1(byte[] value)
Sets the value of the apduPar1 property.
|
void |
setAPDUPar2(byte[] value)
Sets the value of the apduPar2 property.
|
protected byte[] apduData
protected byte[] apduClass
protected byte[] apduInstruction
protected byte[] apduPar1
protected byte[] apduPar2
protected byte[] apduExpectedLength
public byte[] getAPDUData()
public void setAPDUData(byte[] value)
value - allowed object is byte[]public byte[] getAPDUClass()
public void setAPDUClass(byte[] value)
value - allowed object is byte[]public byte[] getAPDUInstruction()
public void setAPDUInstruction(byte[] value)
value - allowed object is byte[]public byte[] getAPDUPar1()
public void setAPDUPar1(byte[] value)
value - allowed object is byte[]public byte[] getAPDUPar2()
public void setAPDUPar2(byte[] value)
value - allowed object is byte[]public byte[] getAPDUExpectedLength()
public void setAPDUExpectedLength(byte[] value)
value - allowed object is byte[]Copyright © 2022. All rights reserved.