public class MAPEPC_AV extends AbstractFieldsObject
EPC-AV ::=
SEQUENCE {
rand RAND,
xres XRES,
autn AUTN,
kasme KASME,
extensionContainer ExtensionContainer OPTIONAL,
...
}
Added in release 8.
Used in array as field type by MAPSendAuthenticationInfoRes_v3.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPEPC_AV()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPEPC_AV |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPEPC_AV |
copyOf(MAPEPC_AV from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
byte[] |
getAutn()
Gets the value of the field autn.
|
MAPExtensionContainer |
getExtensionContainer()
Gets the value of the field extensionContainer.
|
static FieldAccessor[] |
getFieldAccessors()
Gets a new array of the accessors for fields of this type.
|
Map<String,Object> |
getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value.
|
byte[] |
getKasme()
Gets the value of the field kasme.
|
byte[] |
getRand()
Gets the value of the field rand.
|
byte[] |
getXres()
Gets the value of the field xres.
|
boolean |
hasAutn()
Tests whether the field autn has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasKasme()
Tests whether the field kasme has a value.
|
boolean |
hasRand()
Tests whether the field rand has a value.
|
boolean |
hasXres()
Tests whether the field xres has a value.
|
MAPEPC_AV |
setAutn(byte[] value)
Sets the value of the field autn.
|
MAPEPC_AV |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPEPC_AV |
setKasme(byte[] value)
Sets the value of the field kasme.
|
MAPEPC_AV |
setRand(byte[] value)
Sets the value of the field rand.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPEPC_AV |
setXres(byte[] value)
Sets the value of the field xres.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPEPC_AV clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPEPC_AV copyOf(MAPEPC_AV from)
from - the object from which to copypublic byte[] getAutn()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic byte[] getKasme()
public byte[] getRand()
public byte[] getXres()
public boolean hasAutn()
public boolean hasExtensionContainer()
public boolean hasKasme()
public boolean hasRand()
public boolean hasXres()
public MAPEPC_AV setAutn(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPEPC_AV setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPEPC_AV setKasme(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPEPC_AV setRand(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObjectpublic MAPEPC_AV setXres(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only