public class MAPLocationInformationEPS extends AbstractFieldsObject
LocationInformationEPS ::= SEQUENCE { e-utranCellGlobalIdentity OCTET STRING (SIZE (7)) OPTIONAL, trackingAreaIdentity OCTET STRING (SIZE (5)) OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, geographicalInformation GeographicalInformation OPTIONAL, geodeticInformation GeodeticInformation OPTIONAL, currentLocationRetrieved NULL OPTIONAL, ageOfLocationInformation AgeOfLocationInformation OPTIONAL, ... }Added in release 9. currentLocationRetrieved shall be present if the location information was retrieved after successful paging.
Used as field type by MAPLocationInformation
.
Used as field type by MAPSubscriberInfo
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPLocationInformationEPS()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPLocationInformationEPS |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLocationInformationEPS |
copyOf(MAPLocationInformationEPS 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.
|
int |
getAgeOfLocationInformation()
Gets the value of the field ageOfLocationInformation.
|
byte[] |
getE_utranCellGlobalIdentity()
Gets the value of the field e-utranCellGlobalIdentity.
|
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[] |
getGeodeticInformation()
Gets the value of the field geodeticInformation.
|
byte[] |
getGeographicalInformation()
Gets the value of the field geographicalInformation.
|
byte[] |
getTrackingAreaIdentity()
Gets the value of the field trackingAreaIdentity.
|
boolean |
hasAgeOfLocationInformation()
Tests whether the field ageOfLocationInformation has a value.
|
boolean |
hasCurrentLocationRetrieved()
Tests whether the field currentLocationRetrieved is present.
|
boolean |
hasE_utranCellGlobalIdentity()
Tests whether the field e-utranCellGlobalIdentity has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasGeodeticInformation()
Tests whether the field geodeticInformation has a value.
|
boolean |
hasGeographicalInformation()
Tests whether the field geographicalInformation has a value.
|
boolean |
hasTrackingAreaIdentity()
Tests whether the field trackingAreaIdentity has a value.
|
MAPLocationInformationEPS |
setAgeOfLocationInformation(int value)
Sets the value of the field ageOfLocationInformation and marks the field as present.
|
MAPLocationInformationEPS |
setAgeOfLocationInformationPresent(boolean flag)
Sets the presence or absence of the optional field ageOfLocationInformation.
|
MAPLocationInformationEPS |
setCurrentLocationRetrievedPresent(boolean flag)
Sets the presence or absence of the optional field currentLocationRetrieved.
|
MAPLocationInformationEPS |
setE_utranCellGlobalIdentity(byte[] value)
Sets the value of the field e-utranCellGlobalIdentity.
|
MAPLocationInformationEPS |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPLocationInformationEPS |
setGeodeticInformation(byte[] value)
Sets the value of the field geodeticInformation.
|
MAPLocationInformationEPS |
setGeographicalInformation(byte[] value)
Sets the value of the field geographicalInformation.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPLocationInformationEPS |
setTrackingAreaIdentity(byte[] value)
Sets the value of the field trackingAreaIdentity.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPLocationInformationEPS()
public MAPLocationInformationEPS clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPLocationInformationEPS copyOf(MAPLocationInformationEPS from)
from
- the object from which to copypublic int getAgeOfLocationInformation()
public byte[] getE_utranCellGlobalIdentity()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic byte[] getGeodeticInformation()
public byte[] getGeographicalInformation()
public byte[] getTrackingAreaIdentity()
public boolean hasAgeOfLocationInformation()
public boolean hasCurrentLocationRetrieved()
public boolean hasE_utranCellGlobalIdentity()
public boolean hasExtensionContainer()
public boolean hasGeodeticInformation()
public boolean hasGeographicalInformation()
public boolean hasTrackingAreaIdentity()
public MAPLocationInformationEPS setAgeOfLocationInformation(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPLocationInformationEPS setAgeOfLocationInformationPresent(boolean flag) throws IllegalStateException
flag
- either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException
- if this instance has been marked as read-onlypublic MAPLocationInformationEPS setCurrentLocationRetrievedPresent(boolean flag) throws IllegalStateException
flag
- either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException
- if this instance has been marked as read-onlypublic MAPLocationInformationEPS setE_utranCellGlobalIdentity(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPLocationInformationEPS setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPLocationInformationEPS setGeodeticInformation(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPLocationInformationEPS setGeographicalInformation(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 DataObject
setReadOnly
in class AbstractDataObject
public MAPLocationInformationEPS setTrackingAreaIdentity(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only