public class EMVApplication
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<EMVApplication> |
CREATOR |
Constructor and Description |
---|
EMVApplication() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.lang.String |
getCardAID() |
int |
getCodeTableIndex() |
java.lang.String |
getDfName() |
int |
getIndex() |
java.lang.String |
getLabel() |
java.lang.String |
getPreferredName() |
byte[] |
getPreferredNameBytes() |
byte[] |
getTerminalCapabilities() |
boolean |
isConfirmationRequired() |
void |
setCardAID(java.lang.String cardAID) |
void |
setCodeTableIndex(int codeTableIndex) |
void |
setConfirmationRequired(boolean confirmationRequired) |
void |
setDfName(java.lang.String dfName) |
void |
setIndex(int index) |
void |
setLabel(java.lang.String label) |
void |
setPreferredName(java.lang.String preferredName) |
void |
setPreferredNameBytes(byte[] preferredNameBytes) |
void |
setTerminalCapabilities(byte[] terminalCapabilities) |
void |
writeToParcel(android.os.Parcel parcel,
int flags) |
public static final android.os.Parcelable.Creator<EMVApplication> CREATOR
public void writeToParcel(android.os.Parcel parcel, int flags)
writeToParcel
in interface android.os.Parcelable
public int describeContents()
describeContents
in interface android.os.Parcelable
public java.lang.String getCardAID()
public void setCardAID(java.lang.String cardAID)
public boolean isConfirmationRequired()
public void setConfirmationRequired(boolean confirmationRequired)
public int getIndex()
public void setIndex(int index)
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public java.lang.String getPreferredName()
public void setPreferredName(java.lang.String preferredName)
public byte[] getPreferredNameBytes()
public void setPreferredNameBytes(byte[] preferredNameBytes)
public java.lang.String getDfName()
public void setDfName(java.lang.String dfName)
public int getCodeTableIndex()
public void setCodeTableIndex(int codeTableIndex)
public byte[] getTerminalCapabilities()
public void setTerminalCapabilities(byte[] terminalCapabilities)