public static class EMVTagType.ProprietaryDataLength extends EMVTagType.DataLength
DATA_LENGTH_PROPRIETARY, DATA_LENGTH_VAR
Constructor and Description |
---|
ProprietaryDataLength() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxLength() |
int |
getMinLength() |
boolean |
isFixedLength() |
void |
setMaxLength(int maxLength) |
void |
setMinLength(int minLength) |
public int getMinLength()
getMinLength
in class EMVTagType.DataLength
public void setMinLength(int minLength)
setMinLength
in class EMVTagType.DataLength
public int getMaxLength()
getMaxLength
in class EMVTagType.DataLength
public void setMaxLength(int maxLength)
setMaxLength
in class EMVTagType.DataLength
public boolean isFixedLength()
isFixedLength
in class EMVTagType.DataLength