com.pax.dal.entity
Class IccPara
- java.lang.Object
-
- com.pax.dal.entity.IccPara
-
public class IccPara extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description IccPara()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description bytegetApdu_format_val()apdu格式控制变量。The apdu format control variable.bytegetApdu_format_w()apdu格式写入允许。The apdu format is write enable.bytegetProtocol_type_val()bytegetProtocol_type_w()byte[]getReserved()保留字节,用于将来扩展。Preserve the bytes for future expansion.voidsetApdu_format_val(byte apdu_format_val)apdu格式控制变量。The apdu format control variable.voidsetApdu_format_w(byte apdu_format_w)apdu格式写入允许。The apdu format is write enable.voidsetProtocol_type_val(byte protocol_type_val)voidsetProtocol_type_w(byte protocol_type_w)voidsetReserved(byte[] reserved)保留字节,用于将来扩展。Preserve the bytes for future expansion.
-
-
-
Constructor Detail
-
IccPara
public IccPara()
-
-
Method Detail
-
getApdu_format_w
public byte getApdu_format_w()
apdu格式写入允许。The apdu format is write enable.- Returns:
- 1 -- 允许
- 其它 -- 不允许
- 1 -- allowed
- Others -- not allowed
-
setApdu_format_w
public void setApdu_format_w(byte apdu_format_w)
apdu格式写入允许。The apdu format is write enable.- Parameters:
apdu_format_w-- 1 -- 允许
- 其它 -- 不允许
- 1 -- allowed
- Others -- not allowed
-
getApdu_format_val
public byte getApdu_format_val()
apdu格式控制变量。The apdu format control variable.- Returns:
-
setApdu_format_val
public void setApdu_format_val(byte apdu_format_val)
apdu格式控制变量。The apdu format control variable.- Parameters:
apdu_format_val-
-
getReserved
public byte[] getReserved()
保留字节,用于将来扩展。Preserve the bytes for future expansion.- Returns:
-
setReserved
public void setReserved(byte[] reserved)
保留字节,用于将来扩展。Preserve the bytes for future expansion.- Parameters:
reserved-
-
getProtocol_type_w
public byte getProtocol_type_w()
-
setProtocol_type_w
public void setProtocol_type_w(byte protocol_type_w)
-
getProtocol_type_val
public byte getProtocol_type_val()
-
setProtocol_type_val
public void setProtocol_type_val(byte protocol_type_val)
-
-