public class MAPCellGlobalIdOrServiceAreaIdOrLAI extends AbstractFieldsObject
CellGlobalIdOrServiceAreaIdOrLAI ::=
CHOICE {
cellGlobalIdOrServiceAreaIdFixedLength CellGlobalIdOrServiceAreaIdFixedLength,
laiFixedLength LAIFixedLength
}
Added in R96. Renamed from CellIdOrLAI between R98 and R99.
Used as field type by MAPLocationInformation.
Used as field type by MAPLocationInformationGPRS.
Used as field type by MAPSubscriberLocationReport_Arg.
Used as field type by MAPProvideSubscriberLocation_Res.
| Modifier and Type | Class and Description |
|---|---|
static class |
MAPCellGlobalIdOrServiceAreaIdOrLAI.Choice
API for MAP-CommonDataTypes.CellGlobalIdOrServiceAreaIdOrLAI.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPCellGlobalIdOrServiceAreaIdOrLAI() |
| Modifier and Type | Method and Description |
|---|---|
MAPCellGlobalIdOrServiceAreaIdOrLAI |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCellGlobalIdOrServiceAreaIdOrLAI |
copyOf(MAPCellGlobalIdOrServiceAreaIdOrLAI 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.
|
CellGlobalId |
getCellGlobalIdOrServiceAreaIdFixedLength()
Gets the value of the cellGlobalIdOrServiceAreaIdFixedLength choice.
|
MAPCellGlobalIdOrServiceAreaIdOrLAI.Choice |
getChoice()
Gets the discriminant of the current choice.
|
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 :discriminant-name to associated-value.
|
LocationAreaId |
getLaiFixedLength()
Gets the value of the laiFixedLength choice.
|
boolean |
isCellGlobalIdOrServiceAreaIdFixedLengthChosen()
Tests whether the choice is cellGlobalIdOrServiceAreaIdFixedLength.
|
boolean |
isLaiFixedLengthChosen()
Tests whether the choice is laiFixedLength.
|
MAPCellGlobalIdOrServiceAreaIdOrLAI |
setCellGlobalIdOrServiceAreaIdFixedLength(CellGlobalId value)
Sets the value of the cellGlobalIdOrServiceAreaIdFixedLength choice.
|
MAPCellGlobalIdOrServiceAreaIdOrLAI |
setLaiFixedLength(LocationAreaId value)
Sets the value of the laiFixedLength choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPCellGlobalIdOrServiceAreaIdOrLAI clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPCellGlobalIdOrServiceAreaIdOrLAI copyOf(MAPCellGlobalIdOrServiceAreaIdOrLAI from)
from - the object from which to copypublic CellGlobalId getCellGlobalIdOrServiceAreaIdFixedLength()
public MAPCellGlobalIdOrServiceAreaIdOrLAI.Choice getChoice()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - ignored, as value cannot be optionalpublic LocationAreaId getLaiFixedLength()
public boolean isCellGlobalIdOrServiceAreaIdFixedLengthChosen()
public boolean isLaiFixedLengthChosen()
public MAPCellGlobalIdOrServiceAreaIdOrLAI setCellGlobalIdOrServiceAreaIdFixedLength(CellGlobalId value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic MAPCellGlobalIdOrServiceAreaIdOrLAI setLaiFixedLength(LocationAreaId value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObject