Class MAPProvideSubscriberLocation_Res
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPProvideSubscriberLocation_Res
-
- All Implemented Interfaces:
DataObject,Serializable
public class MAPProvideSubscriberLocation_Res extends AbstractFieldsObject
API for MAP-LCS-DataTypes.ProvideSubscriberLocation-Res. Generated from the following ASN.1 type definition.ProvideSubscriberLocation-Res ::= SEQUENCE { locationEstimate Ext-GeographicalInformation, ageOfLocationEstimate AgeOfLocationInformation OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... add-LocationEstimate Add-GeographicalInformation OPTIONAL, deferredmt-lrResponseIndicator NULL OPTIONAL, -- Added in release 4. geranPositioningData PositioningDataInformation OPTIONAL, -- Added in release 5. utranPositioningData UtranPositioningDataInfo OPTIONAL, -- Added in release 5. cellIdOrSai CellGlobalIdOrServiceAreaIdOrLAI OPTIONAL, -- Added in release 6. sai-Present NULL OPTIONAL, -- Added in release 6. accuracyFulfilmentIndicator AccuracyFulfilmentIndicator OPTIONAL, -- Added in release 6. velocityEstimate VelocityEstimate OPTIONAL, -- Added in release 7. mo-lrShortCircuitIndicator NULL OPTIONAL, -- Added in release 7. geranGANSSpositioningData GeranGANSSpositioningData OPTIONAL, -- Added in release 7. Deleted in release 8. Added in release 9. utranGANSSpositioningData UtranGANSSpositioningData OPTIONAL, -- Added in release 7. Deleted in release 8. Added in release 9. targetServingNodeForHandover ServingNodeAddress OPTIONAL -- Added in release 9. }Added in R98. If deferredmt-lrResponseIndicator is set, locationEstimate is ignored. The add-LocationEstimate parameter shall not be sent to a node that did not indicate the geographic shapes supported in the ProvideSubscriberLocation-Arg. The locationEstimate and the add-locationEstimate parameters shall not be sent if the supportedGADShapes parameter has been received in ProvideSubscriberLocation-Arg and the shape encoded in locationEstimate or add-LocationEstimate is not marked as supported in supportedGADShapes. In such a case ProvideSubscriberLocation shall be rejected with error FacilityNotSupported with additional indication shapeOfLocationEstimateNotSupported. sai-Present indicates that the cellIdOrSai parameter contains a Service Area Identity.Used as result type by
MAPOperations.provideSubscriberLocation.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPProvideSubscriberLocation_Res()Constructs an object with uninitialised state.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPProvideSubscriberLocation_Resclone()Constructs a copy of this object and everything reachable from it.static MAPProvideSubscriberLocation_RescopyOf(MAPProvideSubscriberLocation_Res 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.MAPAccuracyFulfilmentIndicatorgetAccuracyFulfilmentIndicator()Gets the value of the field accuracyFulfilmentIndicator.byte[]getAdd_LocationEstimate()Gets the value of the field add-LocationEstimate.intgetAgeOfLocationEstimate()Gets the value of the field ageOfLocationEstimate.MAPCellGlobalIdOrServiceAreaIdOrLAIgetCellIdOrSai()Gets the value of the field cellIdOrSai.MAPExtensionContainergetExtensionContainer()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[]getGeranGANSSpositioningData()Gets the value of the field geranGANSSpositioningData.byte[]getGeranPositioningData()Gets the value of the field geranPositioningData.byte[]getLocationEstimate()Gets the value of the field locationEstimate.MAPServingNodeAddressgetTargetServingNodeForHandover()Gets the value of the field targetServingNodeForHandover.byte[]getUtranGANSSpositioningData()Gets the value of the field utranGANSSpositioningData.byte[]getUtranPositioningData()Gets the value of the field utranPositioningData.byte[]getVelocityEstimate()Gets the value of the field velocityEstimate.booleanhasAccuracyFulfilmentIndicator()Tests whether the field accuracyFulfilmentIndicator has a value.booleanhasAdd_LocationEstimate()Tests whether the field add-LocationEstimate has a value.booleanhasAgeOfLocationEstimate()Tests whether the field ageOfLocationEstimate has a value.booleanhasCellIdOrSai()Tests whether the field cellIdOrSai has a value.booleanhasDeferredmt_lrResponseIndicator()Tests whether the field deferredmt-lrResponseIndicator is present.booleanhasExtensionContainer()Tests whether the field extensionContainer has a value.booleanhasGeranGANSSpositioningData()Tests whether the field geranGANSSpositioningData has a value.booleanhasGeranPositioningData()Tests whether the field geranPositioningData has a value.booleanhasLocationEstimate()Tests whether the field locationEstimate has a value.booleanhasMo_lrShortCircuitIndicator()Tests whether the field mo-lrShortCircuitIndicator is present.booleanhasSai_Present()Tests whether the field sai-Present is present.booleanhasTargetServingNodeForHandover()Tests whether the field targetServingNodeForHandover has a value.booleanhasUtranGANSSpositioningData()Tests whether the field utranGANSSpositioningData has a value.booleanhasUtranPositioningData()Tests whether the field utranPositioningData has a value.booleanhasVelocityEstimate()Tests whether the field velocityEstimate has a value.MAPProvideSubscriberLocation_RessetAccuracyFulfilmentIndicator(MAPAccuracyFulfilmentIndicator value)Sets the value of the field accuracyFulfilmentIndicator.MAPProvideSubscriberLocation_RessetAdd_LocationEstimate(byte[] value)Sets the value of the field add-LocationEstimate.MAPProvideSubscriberLocation_RessetAgeOfLocationEstimate(int value)Sets the value of the field ageOfLocationEstimate and marks the field as present.MAPProvideSubscriberLocation_RessetAgeOfLocationEstimatePresent(boolean flag)Sets the presence or absence of the optional field ageOfLocationEstimate.MAPProvideSubscriberLocation_RessetCellIdOrSai(MAPCellGlobalIdOrServiceAreaIdOrLAI value)Sets the value of the field cellIdOrSai.MAPProvideSubscriberLocation_RessetDeferredmt_lrResponseIndicatorPresent(boolean flag)Sets the presence or absence of the optional field deferredmt-lrResponseIndicator.MAPProvideSubscriberLocation_RessetExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPProvideSubscriberLocation_RessetGeranGANSSpositioningData(byte[] value)Sets the value of the field geranGANSSpositioningData.MAPProvideSubscriberLocation_RessetGeranPositioningData(byte[] value)Sets the value of the field geranPositioningData.MAPProvideSubscriberLocation_RessetLocationEstimate(byte[] value)Sets the value of the field locationEstimate.MAPProvideSubscriberLocation_RessetMo_lrShortCircuitIndicatorPresent(boolean flag)Sets the presence or absence of the optional field mo-lrShortCircuitIndicator.voidsetReadOnly()Sets this and all its fields to be immutable.MAPProvideSubscriberLocation_RessetSai_PresentPresent(boolean flag)Sets the presence or absence of the optional field sai-Present.MAPProvideSubscriberLocation_RessetTargetServingNodeForHandover(MAPServingNodeAddress value)Sets the value of the field targetServingNodeForHandover.MAPProvideSubscriberLocation_RessetUtranGANSSpositioningData(byte[] value)Sets the value of the field utranGANSSpositioningData.MAPProvideSubscriberLocation_RessetUtranPositioningData(byte[] value)Sets the value of the field utranPositioningData.MAPProvideSubscriberLocation_RessetVelocityEstimate(byte[] value)Sets the value of the field velocityEstimate.-
Methods inherited from class com.opencloud.util.AbstractFieldsObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly
-
-
-
-
Method Detail
-
clone
public MAPProvideSubscriberLocation_Res clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clonein interfaceDataObject- Specified by:
clonein classAbstractDataObject- Returns:
- copy of object
-
copyOf
public static MAPProvideSubscriberLocation_Res copyOf(MAPProvideSubscriberLocation_Res 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.- Parameters:
from- the object from which to copy- Returns:
- MAPProvideSubscriberLocation_Res
-
getAccuracyFulfilmentIndicator
public MAPAccuracyFulfilmentIndicator getAccuracyFulfilmentIndicator()
Gets the value of the field accuracyFulfilmentIndicator.- Returns:
- value of field accuracyFulfilmentIndicator, or null if not present
-
getAdd_LocationEstimate
public byte[] getAdd_LocationEstimate()
Gets the value of the field add-LocationEstimate.- Returns:
- value of field add-LocationEstimate, or null if not present
-
getAgeOfLocationEstimate
public int getAgeOfLocationEstimate()
Gets the value of the field ageOfLocationEstimate.- Returns:
- value of field ageOfLocationEstimate
-
getCellIdOrSai
public MAPCellGlobalIdOrServiceAreaIdOrLAI getCellIdOrSai()
Gets the value of the field cellIdOrSai.- Returns:
- value of field cellIdOrSai, or null if not present
-
getExtensionContainer
public MAPExtensionContainer getExtensionContainer()
Gets the value of the field extensionContainer.- Returns:
- value of field extensionContainer, or null if not present
-
getFieldAccessors
public static FieldAccessor[] getFieldAccessors()
Gets a new array of the accessors for fields of this type.- Returns:
- FieldAccessor[]
-
getFieldsMap
public Map<String,Object> getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value. For a field of primitive type, the field-value is boxed. For an absent optional field, the field-value is AbstractFieldsObject.FIELD_ABSENT. For an unitialised mandatory field, the field-value is AbstractFieldsObject.FIELD_UNINITIALISED.- Specified by:
getFieldsMapin classAbstractFieldsObject- Parameters:
withAbsents- whether to put absent optional fields into Map- Returns:
- Map from field-name to field-value
-
getGeranGANSSpositioningData
public byte[] getGeranGANSSpositioningData()
Gets the value of the field geranGANSSpositioningData.- Returns:
- value of field geranGANSSpositioningData, or null if not present
-
getGeranPositioningData
public byte[] getGeranPositioningData()
Gets the value of the field geranPositioningData.- Returns:
- value of field geranPositioningData, or null if not present
-
getLocationEstimate
public byte[] getLocationEstimate()
Gets the value of the field locationEstimate.- Returns:
- value of field locationEstimate, or null if not present
-
getTargetServingNodeForHandover
public MAPServingNodeAddress getTargetServingNodeForHandover()
Gets the value of the field targetServingNodeForHandover.- Returns:
- value of field targetServingNodeForHandover, or null if not present
-
getUtranGANSSpositioningData
public byte[] getUtranGANSSpositioningData()
Gets the value of the field utranGANSSpositioningData.- Returns:
- value of field utranGANSSpositioningData, or null if not present
-
getUtranPositioningData
public byte[] getUtranPositioningData()
Gets the value of the field utranPositioningData.- Returns:
- value of field utranPositioningData, or null if not present
-
getVelocityEstimate
public byte[] getVelocityEstimate()
Gets the value of the field velocityEstimate.- Returns:
- value of field velocityEstimate, or null if not present
-
hasAccuracyFulfilmentIndicator
public boolean hasAccuracyFulfilmentIndicator()
Tests whether the field accuracyFulfilmentIndicator has a value.- Returns:
- whether the field accuracyFulfilmentIndicator has a value
-
hasAdd_LocationEstimate
public boolean hasAdd_LocationEstimate()
Tests whether the field add-LocationEstimate has a value.- Returns:
- whether the field add-LocationEstimate has a value
-
hasAgeOfLocationEstimate
public boolean hasAgeOfLocationEstimate()
Tests whether the field ageOfLocationEstimate has a value.- Returns:
- whether the field ageOfLocationEstimate has a value
-
hasCellIdOrSai
public boolean hasCellIdOrSai()
Tests whether the field cellIdOrSai has a value.- Returns:
- whether the field cellIdOrSai has a value
-
hasDeferredmt_lrResponseIndicator
public boolean hasDeferredmt_lrResponseIndicator()
Tests whether the field deferredmt-lrResponseIndicator is present.- Returns:
- whether the field deferredmt-lrResponseIndicator is present
-
hasExtensionContainer
public boolean hasExtensionContainer()
Tests whether the field extensionContainer has a value.- Returns:
- whether the field extensionContainer has a value
-
hasGeranGANSSpositioningData
public boolean hasGeranGANSSpositioningData()
Tests whether the field geranGANSSpositioningData has a value.- Returns:
- whether the field geranGANSSpositioningData has a value
-
hasGeranPositioningData
public boolean hasGeranPositioningData()
Tests whether the field geranPositioningData has a value.- Returns:
- whether the field geranPositioningData has a value
-
hasLocationEstimate
public boolean hasLocationEstimate()
Tests whether the field locationEstimate has a value.- Returns:
- whether the field locationEstimate has a value
-
hasMo_lrShortCircuitIndicator
public boolean hasMo_lrShortCircuitIndicator()
Tests whether the field mo-lrShortCircuitIndicator is present.- Returns:
- whether the field mo-lrShortCircuitIndicator is present
-
hasSai_Present
public boolean hasSai_Present()
Tests whether the field sai-Present is present.- Returns:
- whether the field sai-Present is present
-
hasTargetServingNodeForHandover
public boolean hasTargetServingNodeForHandover()
Tests whether the field targetServingNodeForHandover has a value.- Returns:
- whether the field targetServingNodeForHandover has a value
-
hasUtranGANSSpositioningData
public boolean hasUtranGANSSpositioningData()
Tests whether the field utranGANSSpositioningData has a value.- Returns:
- whether the field utranGANSSpositioningData has a value
-
hasUtranPositioningData
public boolean hasUtranPositioningData()
Tests whether the field utranPositioningData has a value.- Returns:
- whether the field utranPositioningData has a value
-
hasVelocityEstimate
public boolean hasVelocityEstimate()
Tests whether the field velocityEstimate has a value.- Returns:
- whether the field velocityEstimate has a value
-
setAccuracyFulfilmentIndicator
public MAPProvideSubscriberLocation_Res setAccuracyFulfilmentIndicator(MAPAccuracyFulfilmentIndicator value) throws IllegalStateException
Sets the value of the field accuracyFulfilmentIndicator. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setAdd_LocationEstimate
public MAPProvideSubscriberLocation_Res setAdd_LocationEstimate(byte[] value) throws IllegalStateException
Sets the value of the field add-LocationEstimate. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setAgeOfLocationEstimate
public MAPProvideSubscriberLocation_Res setAgeOfLocationEstimate(int value) throws IllegalStateException
Sets the value of the field ageOfLocationEstimate and marks the field as present.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setAgeOfLocationEstimatePresent
public MAPProvideSubscriberLocation_Res setAgeOfLocationEstimatePresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field ageOfLocationEstimate.- Parameters:
flag- either true if the field should be marked as present or false if the field should be marked as absent- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setCellIdOrSai
public MAPProvideSubscriberLocation_Res setCellIdOrSai(MAPCellGlobalIdOrServiceAreaIdOrLAI value) throws IllegalStateException
Sets the value of the field cellIdOrSai. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setDeferredmt_lrResponseIndicatorPresent
public MAPProvideSubscriberLocation_Res setDeferredmt_lrResponseIndicatorPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field deferredmt-lrResponseIndicator.- Parameters:
flag- either true if the field should be marked as present or false if the field should be marked as absent- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setExtensionContainer
public MAPProvideSubscriberLocation_Res setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
Sets the value of the field extensionContainer. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setGeranGANSSpositioningData
public MAPProvideSubscriberLocation_Res setGeranGANSSpositioningData(byte[] value) throws IllegalStateException
Sets the value of the field geranGANSSpositioningData. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setGeranPositioningData
public MAPProvideSubscriberLocation_Res setGeranPositioningData(byte[] value) throws IllegalStateException
Sets the value of the field geranPositioningData. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setLocationEstimate
public MAPProvideSubscriberLocation_Res setLocationEstimate(byte[] value) throws IllegalStateException
Sets the value of the field locationEstimate.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setMo_lrShortCircuitIndicatorPresent
public MAPProvideSubscriberLocation_Res setMo_lrShortCircuitIndicatorPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field mo-lrShortCircuitIndicator.- Parameters:
flag- either true if the field should be marked as present or false if the field should be marked as absent- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setReadOnly
public void setReadOnly()
Sets this and all its fields to be immutable.- Specified by:
setReadOnlyin interfaceDataObject- Overrides:
setReadOnlyin classAbstractDataObject
-
setSai_PresentPresent
public MAPProvideSubscriberLocation_Res setSai_PresentPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field sai-Present.- Parameters:
flag- either true if the field should be marked as present or false if the field should be marked as absent- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setTargetServingNodeForHandover
public MAPProvideSubscriberLocation_Res setTargetServingNodeForHandover(MAPServingNodeAddress value) throws IllegalStateException
Sets the value of the field targetServingNodeForHandover. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setUtranGANSSpositioningData
public MAPProvideSubscriberLocation_Res setUtranGANSSpositioningData(byte[] value) throws IllegalStateException
Sets the value of the field utranGANSSpositioningData. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setUtranPositioningData
public MAPProvideSubscriberLocation_Res setUtranPositioningData(byte[] value) throws IllegalStateException
Sets the value of the field utranPositioningData. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setVelocityEstimate
public MAPProvideSubscriberLocation_Res setVelocityEstimate(byte[] value) throws IllegalStateException
Sets the value of the field velocityEstimate. If null, marks the field as absent.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
-