public class MAPIMSI_WithLMSI extends AbstractFieldsObject
IMSI-WithLMSI ::=
SEQUENCE {
imsi IMSI,
lmsi LMSI, -- A special value 00000000 indicates that the LMSI is not in use.
...
}
Present in ph1 (anonymous before ph2). Moved from MAP-MS-DataTypes between R97 and R98.
Used as field type by MAPIdentity.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPIMSI_WithLMSI()
Constructs an object with uninitialised state.
|
MAPIMSI_WithLMSI(IMSIAddress Imsi_param,
LMSIAddress Lmsi_param)
Constructs an object from given values for all fields.
|
| Modifier and Type | Method and Description |
|---|---|
MAPIMSI_WithLMSI |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPIMSI_WithLMSI |
copyOf(MAPIMSI_WithLMSI 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.
|
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.
|
IMSIAddress |
getImsi()
Gets the value of the field imsi.
|
LMSIAddress |
getLmsi()
Gets the value of the field lmsi.
|
boolean |
hasImsi()
Tests whether the field imsi has a value.
|
boolean |
hasLmsi()
Tests whether the field lmsi has a value.
|
MAPIMSI_WithLMSI |
setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPIMSI_WithLMSI |
setLmsi(LMSIAddress value)
Sets the value of the field lmsi.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPIMSI_WithLMSI()
public MAPIMSI_WithLMSI(IMSIAddress Imsi_param, LMSIAddress Lmsi_param)
Imsi_param - value for that fieldLmsi_param - value for that fieldpublic MAPIMSI_WithLMSI clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPIMSI_WithLMSI copyOf(MAPIMSI_WithLMSI from)
from - the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic IMSIAddress getImsi()
public LMSIAddress getLmsi()
public boolean hasImsi()
public boolean hasLmsi()
public MAPIMSI_WithLMSI setImsi(IMSIAddress value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPIMSI_WithLMSI setLmsi(LMSIAddress 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 AbstractDataObject