public class ICCApp
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static byte |
PARTIAL_MATCH_STRATEGY
部分匹配策略
|
static byte |
WHOLE_MATCH_STRATEGY
全匹配策略
|
Constructor and Description |
---|
ICCApp(java.lang.String label,
java.lang.String preferLabel,
byte[] aid,
byte aidLen,
byte matchStrategy,
byte forceConfirm,
byte[] version,
byte priority,
byte[] defaultDDOL,
byte[] defaultTDOL,
byte maxTargetPercentage,
byte rdTransSelection,
byte targetPercentage,
long threshold,
byte velocityChecking,
byte[] defaultTAC,
byte[] onlineTAC,
byte[] denialTAC,
long floorLimit,
byte onlinePin,
long eCTransLimit,
long cLOfflineFloorLimit,
long cLTransLimit,
long cLCvmLimit,
byte issuerCodeTableIndex) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getAid() |
byte |
getAidLen() |
long |
getCLCvmLimit() |
long |
getCLOfflineFloorLimit() |
long |
getCLTransLimit() |
byte[] |
getDefaultDDOL() |
byte[] |
getDefaultTAC() |
byte[] |
getDefaultTDOL() |
byte[] |
getDenialTAC() |
long |
getECTransLimit() |
long |
getFloorLimit() |
byte |
getForceConfirm() |
byte |
getIssuerCodeTableIndex() |
java.lang.String |
getLabel() |
byte |
getMatchStrategy() |
byte |
getMaxTargetPercentage() |
byte |
getOnlinePin() |
byte[] |
getOnlineTAC() |
java.lang.String |
getPreferLabel() |
byte |
getPriority() |
byte |
getRdTransSelection() |
byte |
getTargetPercentage() |
long |
getThreshold() |
byte |
getVelocityChecking() |
byte[] |
getVersion() |
void |
setAid(byte[] aid) |
void |
setAidLen(byte aidLen) |
void |
setCLCvmLimit(long cLCvmLimit) |
void |
setCLOfflineFloorLimit(long cLOfflineFloorLimit) |
void |
setCLTransLimit(long cLTransLimit) |
void |
setDefaultDDOL(byte[] defaultDDOL) |
void |
setDefaultTAC(byte[] defaultTAC) |
void |
setDefaultTDOL(byte[] defaultTDOL) |
void |
setDenialTAC(byte[] denialTAC) |
void |
setECTransLimit(long eCTransLimit) |
void |
setFloorLimit(long floorLimit) |
void |
setForceConfirm(byte forceConfirm) |
void |
setIssuerCodeTableIndex(byte issuerCodeTableIndex) |
void |
setLabel(java.lang.String label) |
void |
setMatchStrategy(byte matchStrategy) |
void |
setMaxTargetPercentage(byte maxTargetPercentage) |
void |
setOnlinePin(byte onlinePin) |
void |
setOnlineTAC(byte[] onlineTAC) |
void |
setPreferLabel(java.lang.String preferLabel) |
void |
setPriority(byte priority) |
void |
setRdTransSelection(byte rdTransSelection) |
void |
setTargetPercentage(byte targetPercentage) |
void |
setThreshold(long threshold) |
void |
setVelocityChecking(byte velocityChecking) |
void |
setVersion(byte[] version) |
public static final byte WHOLE_MATCH_STRATEGY
public static final byte PARTIAL_MATCH_STRATEGY
public ICCApp(java.lang.String label, java.lang.String preferLabel, byte[] aid, byte aidLen, byte matchStrategy, byte forceConfirm, byte[] version, byte priority, byte[] defaultDDOL, byte[] defaultTDOL, byte maxTargetPercentage, byte rdTransSelection, byte targetPercentage, long threshold, byte velocityChecking, byte[] defaultTAC, byte[] onlineTAC, byte[] denialTAC, long floorLimit, byte onlinePin, long eCTransLimit, long cLOfflineFloorLimit, long cLTransLimit, long cLCvmLimit, byte issuerCodeTableIndex)
label
- preferLabel
- aid
- aidLen
- matchStrategy
- forceConfirm
- version
- priority
- defaultDDOL
- defaultTDOL
- maxTargetPercentage
- rdTransSelection
- targetPercentage
- threshold
- velocityChecking
- defaultTAC
- onlineTAC
- denialTAC
- floorLimit
- onlinePin
- eCTransLimit
- cLOfflineFloorLimit
- cLTransLimit
- cLCvmLimit
- issuerCodeTableIndex
- public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the label to setpublic java.lang.String getPreferLabel()
public void setPreferLabel(java.lang.String preferLabel)
preferLabel
- the preferLabel to setpublic byte[] getAid()
public void setAid(byte[] aid)
aid
- the aid to setpublic byte getAidLen()
public void setAidLen(byte aidLen)
aidLen
- the aidLen to setpublic byte getMatchStrategy()
public void setMatchStrategy(byte matchStrategy)
matchStrategy
- the matchStrategy to setpublic byte getForceConfirm()
public void setForceConfirm(byte forceConfirm)
forceConfirm
- the forceConfirm to setpublic byte[] getVersion()
public void setVersion(byte[] version)
version
- the version to setpublic byte getPriority()
public void setPriority(byte priority)
priority
- the priority to setpublic byte[] getDefaultDDOL()
public void setDefaultDDOL(byte[] defaultDDOL)
defaultDDOL
- the defaultDDOL to setpublic byte[] getDefaultTDOL()
public void setDefaultTDOL(byte[] defaultTDOL)
defaultTDOL
- the defaultTDOL to setpublic byte getMaxTargetPercentage()
public void setMaxTargetPercentage(byte maxTargetPercentage)
maxTargetPercentage
- the maxTargetPercentage to setpublic byte getRdTransSelection()
public void setRdTransSelection(byte rdTransSelection)
rdTransSelection
- the rdTransSelection to setpublic byte getTargetPercentage()
public void setTargetPercentage(byte targetPercentage)
targetPercentage
- the targetPercentage to setpublic long getThreshold()
public void setThreshold(long threshold)
threshold
- the threshold to setpublic byte getVelocityChecking()
public void setVelocityChecking(byte velocityChecking)
velocityChecking
- the velocityChecking to setpublic byte[] getDefaultTAC()
public void setDefaultTAC(byte[] defaultTAC)
defaultTAC
- the defaultTAC to setpublic byte[] getOnlineTAC()
public void setOnlineTAC(byte[] onlineTAC)
onlineTAC
- the onlineTAC to setpublic byte[] getDenialTAC()
public void setDenialTAC(byte[] denialTAC)
denialTAC
- the denialTAC to setpublic long getFloorLimit()
public void setFloorLimit(long floorLimit)
floorLimit
- the floorLimit to setpublic byte getOnlinePin()
public void setOnlinePin(byte onlinePin)
onlinePin
- the onlinePin to setpublic long getECTransLimit()
public void setECTransLimit(long eCTransLimit)
eCTransLimit
- the eCTransLimit to setpublic long getCLOfflineFloorLimit()
public void setCLOfflineFloorLimit(long cLOfflineFloorLimit)
cLOfflineFloorLimit
- the cLOfflineFloorLimit to setpublic long getCLTransLimit()
public void setCLTransLimit(long cLTransLimit)
cLTransLimit
- the cLTransLimit to setpublic long getCLCvmLimit()
public void setCLCvmLimit(long cLCvmLimit)
cLCvmLimit
- the cLCvmLimit to setpublic byte getIssuerCodeTableIndex()
public void setIssuerCodeTableIndex(byte issuerCodeTableIndex)
issuerCodeTableIndex
- the issuerCodeTableIndex to set