public class CardReaderAPDURequestType extends Object
Java class for CardReaderAPDURequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardReaderAPDURequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="APDUData" type="{}APDUDataType" minOccurs="0"/>
</sequence>
<attribute name="APDUClass" use="required" type="{}APDUClassType" />
<attribute name="APDUInstruction" use="required" type="{}APDUInstructionType" />
<attribute name="APDUPar1" use="required" type="{}APDUPar1Type" />
<attribute name="APDUPar2" use="required" type="{}APDUPar2Type" />
<attribute name="APDUExpectedLength" type="{}APDUExpectedLengthType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
apduClass |
protected byte[] |
apduData |
protected byte[] |
apduExpectedLength |
protected byte[] |
apduInstruction |
protected byte[] |
apduPar1 |
protected byte[] |
apduPar2 |
| Constructor and Description |
|---|
CardReaderAPDURequestType() |
| 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 © 2018. All rights reserved.