public class MAPRe_synchronisationInfo extends AbstractFieldsObject
Re-synchronisationInfo ::=
SEQUENCE {
rand RAND,
auts AUTS,
...
}
Added in R99.
Used as field type by MAPSendAuthenticationInfoArg_v3.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPRe_synchronisationInfo()
Constructs an object with uninitialised state.
|
MAPRe_synchronisationInfo(byte[] Rand_param,
byte[] Auts_param)
Constructs an object from given values for all fields.
|
| Modifier and Type | Method and Description |
|---|---|
MAPRe_synchronisationInfo |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRe_synchronisationInfo |
copyOf(MAPRe_synchronisationInfo 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[] |
getAuts()
Gets the value of the field auts.
|
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[] |
getRand()
Gets the value of the field rand.
|
boolean |
hasAuts()
Tests whether the field auts has a value.
|
boolean |
hasRand()
Tests whether the field rand has a value.
|
MAPRe_synchronisationInfo |
setAuts(byte[] value)
Sets the value of the field auts.
|
MAPRe_synchronisationInfo |
setRand(byte[] value)
Sets the value of the field rand.
|
equals, hashCode, toStringcheckModify, isReadOnly, setReadOnlypublic MAPRe_synchronisationInfo()
public MAPRe_synchronisationInfo(byte[] Rand_param,
byte[] Auts_param)
Rand_param - value for that fieldAuts_param - value for that fieldpublic MAPRe_synchronisationInfo clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPRe_synchronisationInfo copyOf(MAPRe_synchronisationInfo from)
from - the object from which to copypublic byte[] getAuts()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic byte[] getRand()
public boolean hasAuts()
public boolean hasRand()
public MAPRe_synchronisationInfo setAuts(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPRe_synchronisationInfo setRand(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only