Class MAPUpdateGprsLocationArg
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPUpdateGprsLocationArg
-
- All Implemented Interfaces:
DataObject,Serializable
public class MAPUpdateGprsLocationArg extends AbstractFieldsObject
API for MAP-MS-DataTypes.UpdateGprsLocationArg. Generated from the following ASN.1 type definition.UpdateGprsLocationArg ::= SEQUENCE { imsi IMSI, sgsn-Number ISDN-AddressString, sgsn-Address GSN-Address, extensionContainer ExtensionContainer OPTIONAL, ... sgsn-Capability SGSN-Capability OPTIONAL, -- Added in R98. informPreviousNetworkEntity NULL OPTIONAL, -- Added in R99. ps-LCS-NotSupportedByUE NULL OPTIONAL, -- Added in release 5. v-gmlc-Address GSN-Address OPTIONAL, -- Added in release 6. add-info ADD-Info OPTIONAL, -- Added in release 6. eps-info EPS-Info OPTIONAL, -- Added in release 8. servingNodeTypeIndicator NULL OPTIONAL, -- Added in release 8. skipSubscriberDataUpdate NULL OPTIONAL, -- Added in release 8. usedRAT-Type Used-RAT-Type OPTIONAL, -- Added in release 8. gprsSubscriptionDataNotNeeded NULL OPTIONAL, -- Added in release 8. nodeTypeIndicator NULL OPTIONAL, -- Added in release 8. areaRestricted NULL OPTIONAL, -- Added in release 9. ue-reachableIndicator NULL OPTIONAL, -- Added in release 9. epsSubscriptionDataNotNeeded NULL OPTIONAL -- Added in release 9. }Added in R97.Used as argument type by
MAPOperations.updateGprsLocation.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPUpdateGprsLocationArg()Constructs an object with uninitialised state.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPUpdateGprsLocationArgclone()Constructs a copy of this object and everything reachable from it.static MAPUpdateGprsLocationArgcopyOf(MAPUpdateGprsLocationArg 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.MAPADD_InfogetAdd_info()Gets the value of the field add-info.MAPEPS_InfogetEps_info()Gets the value of the field eps-info.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.IMSIAddressgetImsi()Gets the value of the field imsi.GSNAddressgetSgsn_Address()Gets the value of the field sgsn-Address.MAPSGSN_CapabilitygetSgsn_Capability()Gets the value of the field sgsn-Capability.AddressStringgetSgsn_Number()Gets the value of the field sgsn-Number.MAPUsed_RAT_TypegetUsedRAT_Type()Gets the value of the field usedRAT-Type.GSNAddressgetV_gmlc_Address()Gets the value of the field v-gmlc-Address.booleanhasAdd_info()Tests whether the field add-info has a value.booleanhasAreaRestricted()Tests whether the field areaRestricted is present.booleanhasEps_info()Tests whether the field eps-info has a value.booleanhasEpsSubscriptionDataNotNeeded()Tests whether the field epsSubscriptionDataNotNeeded is present.booleanhasExtensionContainer()Tests whether the field extensionContainer has a value.booleanhasGprsSubscriptionDataNotNeeded()Tests whether the field gprsSubscriptionDataNotNeeded is present.booleanhasImsi()Tests whether the field imsi has a value.booleanhasInformPreviousNetworkEntity()Tests whether the field informPreviousNetworkEntity is present.booleanhasNodeTypeIndicator()Tests whether the field nodeTypeIndicator is present.booleanhasPs_LCS_NotSupportedByUE()Tests whether the field ps-LCS-NotSupportedByUE is present.booleanhasServingNodeTypeIndicator()Tests whether the field servingNodeTypeIndicator is present.booleanhasSgsn_Address()Tests whether the field sgsn-Address has a value.booleanhasSgsn_Capability()Tests whether the field sgsn-Capability has a value.booleanhasSgsn_Number()Tests whether the field sgsn-Number has a value.booleanhasSkipSubscriberDataUpdate()Tests whether the field skipSubscriberDataUpdate is present.booleanhasUe_reachableIndicator()Tests whether the field ue-reachableIndicator is present.booleanhasUsedRAT_Type()Tests whether the field usedRAT-Type has a value.booleanhasV_gmlc_Address()Tests whether the field v-gmlc-Address has a value.MAPUpdateGprsLocationArgsetAdd_info(MAPADD_Info value)Sets the value of the field add-info.MAPUpdateGprsLocationArgsetAreaRestrictedPresent(boolean flag)Sets the presence or absence of the optional field areaRestricted.MAPUpdateGprsLocationArgsetEps_info(MAPEPS_Info value)Sets the value of the field eps-info.MAPUpdateGprsLocationArgsetEpsSubscriptionDataNotNeededPresent(boolean flag)Sets the presence or absence of the optional field epsSubscriptionDataNotNeeded.MAPUpdateGprsLocationArgsetExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPUpdateGprsLocationArgsetGprsSubscriptionDataNotNeededPresent(boolean flag)Sets the presence or absence of the optional field gprsSubscriptionDataNotNeeded.MAPUpdateGprsLocationArgsetImsi(IMSIAddress value)Sets the value of the field imsi.MAPUpdateGprsLocationArgsetInformPreviousNetworkEntityPresent(boolean flag)Sets the presence or absence of the optional field informPreviousNetworkEntity.MAPUpdateGprsLocationArgsetNodeTypeIndicatorPresent(boolean flag)Sets the presence or absence of the optional field nodeTypeIndicator.MAPUpdateGprsLocationArgsetPs_LCS_NotSupportedByUEPresent(boolean flag)Sets the presence or absence of the optional field ps-LCS-NotSupportedByUE.voidsetReadOnly()Sets this and all its fields to be immutable.MAPUpdateGprsLocationArgsetServingNodeTypeIndicatorPresent(boolean flag)Sets the presence or absence of the optional field servingNodeTypeIndicator.MAPUpdateGprsLocationArgsetSgsn_Address(GSNAddress value)Sets the value of the field sgsn-Address.MAPUpdateGprsLocationArgsetSgsn_Capability(MAPSGSN_Capability value)Sets the value of the field sgsn-Capability.MAPUpdateGprsLocationArgsetSgsn_Number(AddressString value)Sets the value of the field sgsn-Number.MAPUpdateGprsLocationArgsetSkipSubscriberDataUpdatePresent(boolean flag)Sets the presence or absence of the optional field skipSubscriberDataUpdate.MAPUpdateGprsLocationArgsetUe_reachableIndicatorPresent(boolean flag)Sets the presence or absence of the optional field ue-reachableIndicator.MAPUpdateGprsLocationArgsetUsedRAT_Type(MAPUsed_RAT_Type value)Sets the value of the field usedRAT-Type.MAPUpdateGprsLocationArgsetV_gmlc_Address(GSNAddress value)Sets the value of the field v-gmlc-Address.-
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 MAPUpdateGprsLocationArg 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 MAPUpdateGprsLocationArg copyOf(MAPUpdateGprsLocationArg 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:
- MAPUpdateGprsLocationArg
-
getAdd_info
public MAPADD_Info getAdd_info()
Gets the value of the field add-info.- Returns:
- value of field add-info, or null if not present
-
getEps_info
public MAPEPS_Info getEps_info()
Gets the value of the field eps-info.- Returns:
- value of field eps-info, 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
-
getImsi
public IMSIAddress getImsi()
Gets the value of the field imsi.- Returns:
- value of field imsi, or null if not present
-
getSgsn_Address
public GSNAddress getSgsn_Address()
Gets the value of the field sgsn-Address.- Returns:
- value of field sgsn-Address, or null if not present
-
getSgsn_Capability
public MAPSGSN_Capability getSgsn_Capability()
Gets the value of the field sgsn-Capability.- Returns:
- value of field sgsn-Capability, or null if not present
-
getSgsn_Number
public AddressString getSgsn_Number()
Gets the value of the field sgsn-Number.- Returns:
- value of field sgsn-Number, or null if not present
-
getUsedRAT_Type
public MAPUsed_RAT_Type getUsedRAT_Type()
Gets the value of the field usedRAT-Type.- Returns:
- value of field usedRAT-Type, or null if not present
-
getV_gmlc_Address
public GSNAddress getV_gmlc_Address()
Gets the value of the field v-gmlc-Address.- Returns:
- value of field v-gmlc-Address, or null if not present
-
hasAdd_info
public boolean hasAdd_info()
Tests whether the field add-info has a value.- Returns:
- whether the field add-info has a value
-
hasAreaRestricted
public boolean hasAreaRestricted()
Tests whether the field areaRestricted is present.- Returns:
- whether the field areaRestricted is present
-
hasEpsSubscriptionDataNotNeeded
public boolean hasEpsSubscriptionDataNotNeeded()
Tests whether the field epsSubscriptionDataNotNeeded is present.- Returns:
- whether the field epsSubscriptionDataNotNeeded is present
-
hasEps_info
public boolean hasEps_info()
Tests whether the field eps-info has a value.- Returns:
- whether the field eps-info has a value
-
hasExtensionContainer
public boolean hasExtensionContainer()
Tests whether the field extensionContainer has a value.- Returns:
- whether the field extensionContainer has a value
-
hasGprsSubscriptionDataNotNeeded
public boolean hasGprsSubscriptionDataNotNeeded()
Tests whether the field gprsSubscriptionDataNotNeeded is present.- Returns:
- whether the field gprsSubscriptionDataNotNeeded is present
-
hasImsi
public boolean hasImsi()
Tests whether the field imsi has a value.- Returns:
- whether the field imsi has a value
-
hasInformPreviousNetworkEntity
public boolean hasInformPreviousNetworkEntity()
Tests whether the field informPreviousNetworkEntity is present.- Returns:
- whether the field informPreviousNetworkEntity is present
-
hasNodeTypeIndicator
public boolean hasNodeTypeIndicator()
Tests whether the field nodeTypeIndicator is present.- Returns:
- whether the field nodeTypeIndicator is present
-
hasPs_LCS_NotSupportedByUE
public boolean hasPs_LCS_NotSupportedByUE()
Tests whether the field ps-LCS-NotSupportedByUE is present.- Returns:
- whether the field ps-LCS-NotSupportedByUE is present
-
hasServingNodeTypeIndicator
public boolean hasServingNodeTypeIndicator()
Tests whether the field servingNodeTypeIndicator is present.- Returns:
- whether the field servingNodeTypeIndicator is present
-
hasSgsn_Address
public boolean hasSgsn_Address()
Tests whether the field sgsn-Address has a value.- Returns:
- whether the field sgsn-Address has a value
-
hasSgsn_Capability
public boolean hasSgsn_Capability()
Tests whether the field sgsn-Capability has a value.- Returns:
- whether the field sgsn-Capability has a value
-
hasSgsn_Number
public boolean hasSgsn_Number()
Tests whether the field sgsn-Number has a value.- Returns:
- whether the field sgsn-Number has a value
-
hasSkipSubscriberDataUpdate
public boolean hasSkipSubscriberDataUpdate()
Tests whether the field skipSubscriberDataUpdate is present.- Returns:
- whether the field skipSubscriberDataUpdate is present
-
hasUe_reachableIndicator
public boolean hasUe_reachableIndicator()
Tests whether the field ue-reachableIndicator is present.- Returns:
- whether the field ue-reachableIndicator is present
-
hasUsedRAT_Type
public boolean hasUsedRAT_Type()
Tests whether the field usedRAT-Type has a value.- Returns:
- whether the field usedRAT-Type has a value
-
hasV_gmlc_Address
public boolean hasV_gmlc_Address()
Tests whether the field v-gmlc-Address has a value.- Returns:
- whether the field v-gmlc-Address has a value
-
setAdd_info
public MAPUpdateGprsLocationArg setAdd_info(MAPADD_Info value) throws IllegalStateException
Sets the value of the field add-info. 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
-
setAreaRestrictedPresent
public MAPUpdateGprsLocationArg setAreaRestrictedPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field areaRestricted.- 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
-
setEpsSubscriptionDataNotNeededPresent
public MAPUpdateGprsLocationArg setEpsSubscriptionDataNotNeededPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field epsSubscriptionDataNotNeeded.- 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
-
setEps_info
public MAPUpdateGprsLocationArg setEps_info(MAPEPS_Info value) throws IllegalStateException
Sets the value of the field eps-info. 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
-
setExtensionContainer
public MAPUpdateGprsLocationArg 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
-
setGprsSubscriptionDataNotNeededPresent
public MAPUpdateGprsLocationArg setGprsSubscriptionDataNotNeededPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field gprsSubscriptionDataNotNeeded.- 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
-
setImsi
public MAPUpdateGprsLocationArg setImsi(IMSIAddress value) throws IllegalStateException
Sets the value of the field imsi.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setInformPreviousNetworkEntityPresent
public MAPUpdateGprsLocationArg setInformPreviousNetworkEntityPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field informPreviousNetworkEntity.- 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
-
setNodeTypeIndicatorPresent
public MAPUpdateGprsLocationArg setNodeTypeIndicatorPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field nodeTypeIndicator.- 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
-
setPs_LCS_NotSupportedByUEPresent
public MAPUpdateGprsLocationArg setPs_LCS_NotSupportedByUEPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field ps-LCS-NotSupportedByUE.- 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
-
setServingNodeTypeIndicatorPresent
public MAPUpdateGprsLocationArg setServingNodeTypeIndicatorPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field servingNodeTypeIndicator.- 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
-
setSgsn_Address
public MAPUpdateGprsLocationArg setSgsn_Address(GSNAddress value) throws IllegalStateException
Sets the value of the field sgsn-Address.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setSgsn_Capability
public MAPUpdateGprsLocationArg setSgsn_Capability(MAPSGSN_Capability value) throws IllegalStateException
Sets the value of the field sgsn-Capability. 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
-
setSgsn_Number
public MAPUpdateGprsLocationArg setSgsn_Number(AddressString value) throws IllegalStateException
Sets the value of the field sgsn-Number.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setSkipSubscriberDataUpdatePresent
public MAPUpdateGprsLocationArg setSkipSubscriberDataUpdatePresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field skipSubscriberDataUpdate.- 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
-
setUe_reachableIndicatorPresent
public MAPUpdateGprsLocationArg setUe_reachableIndicatorPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field ue-reachableIndicator.- 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
-
setUsedRAT_Type
public MAPUpdateGprsLocationArg setUsedRAT_Type(MAPUsed_RAT_Type value) throws IllegalStateException
Sets the value of the field usedRAT-Type. 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
-
setV_gmlc_Address
public MAPUpdateGprsLocationArg setV_gmlc_Address(GSNAddress value) throws IllegalStateException
Sets the value of the field v-gmlc-Address. 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
-
-