Class MAPSGSN_Capability
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPSGSN_Capability
-
- All Implemented Interfaces:
DataObject
,Serializable
public class MAPSGSN_Capability extends AbstractFieldsObject
API for MAP-MS-DataTypes.SGSN-Capability. Generated from the following ASN.1 type definition.SGSN-Capability ::= SEQUENCE { solsaSupportIndicator NULL OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... superChargerSupportedInServingNetworkEntity SuperChargerInfo OPTIONAL, -- Added in R99. gprsEnhancementsSupportIndicator NULL OPTIONAL, -- Added in R99. supportedCamelPhases SupportedCamelPhases OPTIONAL, -- Added in R99. supportedLCS-CapabilitySets SupportedLCS-CapabilitySets OPTIONAL, -- Added in release 4. offeredCamel4CSIs OfferedCamel4CSIs OPTIONAL, -- Added in release 5. smsCallBarringSupportIndicator NULL OPTIONAL, -- Added in release 6. supportedRAT-TypesIndicator SupportedRAT-Types OPTIONAL, -- Added in release 7. supportedFeatures SupportedFeatures OPTIONAL, -- Added in release 8. t-adsDataRetrieval NULL OPTIONAL, -- Added in release 9. homogeneousSupportOfIMSVoiceOverPSSessions BOOLEAN OPTIONAL -- Added in release 9. 'true' indicates homogeneous support, 'false' indicates homogeneous non-support in the complete SGSN area. }
Added in R98.Used as field type by
MAPUpdateGprsLocationArg
.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPSGSN_Capability()
Constructs an object with uninitialised state.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPSGSN_Capability
clone()
Constructs a copy of this object and everything reachable from it.static MAPSGSN_Capability
copyOf(MAPSGSN_Capability 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.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.boolean
getHomogeneousSupportOfIMSVoiceOverPSSessions()
Gets the value of the field homogeneousSupportOfIMSVoiceOverPSSessions.MAPOfferedCamel4CSIs
getOfferedCamel4CSIs()
Gets the value of the field offeredCamel4CSIs.MAPSuperChargerInfo
getSuperChargerSupportedInServingNetworkEntity()
Gets the value of the field superChargerSupportedInServingNetworkEntity.MAPSupportedCamelPhases
getSupportedCamelPhases()
Gets the value of the field supportedCamelPhases.MAPSupportedFeatures
getSupportedFeatures()
Gets the value of the field supportedFeatures.MAPSupportedLCS_CapabilitySets
getSupportedLCS_CapabilitySets()
Gets the value of the field supportedLCS-CapabilitySets.MAPSupportedRAT_Types
getSupportedRAT_TypesIndicator()
Gets the value of the field supportedRAT-TypesIndicator.boolean
hasExtensionContainer()
Tests whether the field extensionContainer has a value.boolean
hasGprsEnhancementsSupportIndicator()
Tests whether the field gprsEnhancementsSupportIndicator is present.boolean
hasHomogeneousSupportOfIMSVoiceOverPSSessions()
Tests whether the field homogeneousSupportOfIMSVoiceOverPSSessions has a value.boolean
hasOfferedCamel4CSIs()
Tests whether the field offeredCamel4CSIs has a value.boolean
hasSmsCallBarringSupportIndicator()
Tests whether the field smsCallBarringSupportIndicator is present.boolean
hasSolsaSupportIndicator()
Tests whether the field solsaSupportIndicator is present.boolean
hasSuperChargerSupportedInServingNetworkEntity()
Tests whether the field superChargerSupportedInServingNetworkEntity has a value.boolean
hasSupportedCamelPhases()
Tests whether the field supportedCamelPhases has a value.boolean
hasSupportedFeatures()
Tests whether the field supportedFeatures has a value.boolean
hasSupportedLCS_CapabilitySets()
Tests whether the field supportedLCS-CapabilitySets has a value.boolean
hasSupportedRAT_TypesIndicator()
Tests whether the field supportedRAT-TypesIndicator has a value.boolean
hasT_adsDataRetrieval()
Tests whether the field t-adsDataRetrieval is present.MAPSGSN_Capability
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPSGSN_Capability
setGprsEnhancementsSupportIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field gprsEnhancementsSupportIndicator.MAPSGSN_Capability
setHomogeneousSupportOfIMSVoiceOverPSSessions(boolean value)
Sets the value of the field homogeneousSupportOfIMSVoiceOverPSSessions and marks the field as present.MAPSGSN_Capability
setHomogeneousSupportOfIMSVoiceOverPSSessionsPresent(boolean flag)
Sets the presence or absence of the optional field homogeneousSupportOfIMSVoiceOverPSSessions.MAPSGSN_Capability
setOfferedCamel4CSIs(MAPOfferedCamel4CSIs value)
Sets the value of the field offeredCamel4CSIs.void
setReadOnly()
Sets this and all its fields to be immutable.MAPSGSN_Capability
setSmsCallBarringSupportIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field smsCallBarringSupportIndicator.MAPSGSN_Capability
setSolsaSupportIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field solsaSupportIndicator.MAPSGSN_Capability
setSuperChargerSupportedInServingNetworkEntity(MAPSuperChargerInfo value)
Sets the value of the field superChargerSupportedInServingNetworkEntity.MAPSGSN_Capability
setSupportedCamelPhases(MAPSupportedCamelPhases value)
Sets the value of the field supportedCamelPhases.MAPSGSN_Capability
setSupportedFeatures(MAPSupportedFeatures value)
Sets the value of the field supportedFeatures.MAPSGSN_Capability
setSupportedLCS_CapabilitySets(MAPSupportedLCS_CapabilitySets value)
Sets the value of the field supportedLCS-CapabilitySets.MAPSGSN_Capability
setSupportedRAT_TypesIndicator(MAPSupportedRAT_Types value)
Sets the value of the field supportedRAT-TypesIndicator.MAPSGSN_Capability
setT_adsDataRetrievalPresent(boolean flag)
Sets the presence or absence of the optional field t-adsDataRetrieval.-
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 MAPSGSN_Capability clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Specified by:
clone
in classAbstractDataObject
- Returns:
- copy of object
-
copyOf
public static MAPSGSN_Capability copyOf(MAPSGSN_Capability 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:
- MAPSGSN_Capability
-
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:
getFieldsMap
in classAbstractFieldsObject
- Parameters:
withAbsents
- whether to put absent optional fields into Map- Returns:
- Map from field-name to field-value
-
getHomogeneousSupportOfIMSVoiceOverPSSessions
public boolean getHomogeneousSupportOfIMSVoiceOverPSSessions()
Gets the value of the field homogeneousSupportOfIMSVoiceOverPSSessions.- Returns:
- value of field homogeneousSupportOfIMSVoiceOverPSSessions
-
getOfferedCamel4CSIs
public MAPOfferedCamel4CSIs getOfferedCamel4CSIs()
Gets the value of the field offeredCamel4CSIs.- Returns:
- value of field offeredCamel4CSIs, or null if not present
-
getSuperChargerSupportedInServingNetworkEntity
public MAPSuperChargerInfo getSuperChargerSupportedInServingNetworkEntity()
Gets the value of the field superChargerSupportedInServingNetworkEntity.- Returns:
- value of field superChargerSupportedInServingNetworkEntity, or null if not present
-
getSupportedCamelPhases
public MAPSupportedCamelPhases getSupportedCamelPhases()
Gets the value of the field supportedCamelPhases.- Returns:
- value of field supportedCamelPhases, or null if not present
-
getSupportedFeatures
public MAPSupportedFeatures getSupportedFeatures()
Gets the value of the field supportedFeatures.- Returns:
- value of field supportedFeatures, or null if not present
-
getSupportedLCS_CapabilitySets
public MAPSupportedLCS_CapabilitySets getSupportedLCS_CapabilitySets()
Gets the value of the field supportedLCS-CapabilitySets.- Returns:
- value of field supportedLCS-CapabilitySets, or null if not present
-
getSupportedRAT_TypesIndicator
public MAPSupportedRAT_Types getSupportedRAT_TypesIndicator()
Gets the value of the field supportedRAT-TypesIndicator.- Returns:
- value of field supportedRAT-TypesIndicator, or null if not present
-
hasExtensionContainer
public boolean hasExtensionContainer()
Tests whether the field extensionContainer has a value.- Returns:
- whether the field extensionContainer has a value
-
hasGprsEnhancementsSupportIndicator
public boolean hasGprsEnhancementsSupportIndicator()
Tests whether the field gprsEnhancementsSupportIndicator is present.- Returns:
- whether the field gprsEnhancementsSupportIndicator is present
-
hasHomogeneousSupportOfIMSVoiceOverPSSessions
public boolean hasHomogeneousSupportOfIMSVoiceOverPSSessions()
Tests whether the field homogeneousSupportOfIMSVoiceOverPSSessions has a value.- Returns:
- whether the field homogeneousSupportOfIMSVoiceOverPSSessions has a value
-
hasOfferedCamel4CSIs
public boolean hasOfferedCamel4CSIs()
Tests whether the field offeredCamel4CSIs has a value.- Returns:
- whether the field offeredCamel4CSIs has a value
-
hasSmsCallBarringSupportIndicator
public boolean hasSmsCallBarringSupportIndicator()
Tests whether the field smsCallBarringSupportIndicator is present.- Returns:
- whether the field smsCallBarringSupportIndicator is present
-
hasSolsaSupportIndicator
public boolean hasSolsaSupportIndicator()
Tests whether the field solsaSupportIndicator is present.- Returns:
- whether the field solsaSupportIndicator is present
-
hasSuperChargerSupportedInServingNetworkEntity
public boolean hasSuperChargerSupportedInServingNetworkEntity()
Tests whether the field superChargerSupportedInServingNetworkEntity has a value.- Returns:
- whether the field superChargerSupportedInServingNetworkEntity has a value
-
hasSupportedCamelPhases
public boolean hasSupportedCamelPhases()
Tests whether the field supportedCamelPhases has a value.- Returns:
- whether the field supportedCamelPhases has a value
-
hasSupportedFeatures
public boolean hasSupportedFeatures()
Tests whether the field supportedFeatures has a value.- Returns:
- whether the field supportedFeatures has a value
-
hasSupportedLCS_CapabilitySets
public boolean hasSupportedLCS_CapabilitySets()
Tests whether the field supportedLCS-CapabilitySets has a value.- Returns:
- whether the field supportedLCS-CapabilitySets has a value
-
hasSupportedRAT_TypesIndicator
public boolean hasSupportedRAT_TypesIndicator()
Tests whether the field supportedRAT-TypesIndicator has a value.- Returns:
- whether the field supportedRAT-TypesIndicator has a value
-
hasT_adsDataRetrieval
public boolean hasT_adsDataRetrieval()
Tests whether the field t-adsDataRetrieval is present.- Returns:
- whether the field t-adsDataRetrieval is present
-
setExtensionContainer
public MAPSGSN_Capability 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
-
setGprsEnhancementsSupportIndicatorPresent
public MAPSGSN_Capability setGprsEnhancementsSupportIndicatorPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field gprsEnhancementsSupportIndicator.- 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
-
setHomogeneousSupportOfIMSVoiceOverPSSessions
public MAPSGSN_Capability setHomogeneousSupportOfIMSVoiceOverPSSessions(boolean value) throws IllegalStateException
Sets the value of the field homogeneousSupportOfIMSVoiceOverPSSessions 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
-
setHomogeneousSupportOfIMSVoiceOverPSSessionsPresent
public MAPSGSN_Capability setHomogeneousSupportOfIMSVoiceOverPSSessionsPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field homogeneousSupportOfIMSVoiceOverPSSessions.- 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
-
setOfferedCamel4CSIs
public MAPSGSN_Capability setOfferedCamel4CSIs(MAPOfferedCamel4CSIs value) throws IllegalStateException
Sets the value of the field offeredCamel4CSIs. 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
-
setReadOnly
public void setReadOnly()
Sets this and all its fields to be immutable.- Specified by:
setReadOnly
in interfaceDataObject
- Overrides:
setReadOnly
in classAbstractDataObject
-
setSmsCallBarringSupportIndicatorPresent
public MAPSGSN_Capability setSmsCallBarringSupportIndicatorPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field smsCallBarringSupportIndicator.- 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
-
setSolsaSupportIndicatorPresent
public MAPSGSN_Capability setSolsaSupportIndicatorPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field solsaSupportIndicator.- 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
-
setSuperChargerSupportedInServingNetworkEntity
public MAPSGSN_Capability setSuperChargerSupportedInServingNetworkEntity(MAPSuperChargerInfo value) throws IllegalStateException
Sets the value of the field superChargerSupportedInServingNetworkEntity. 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
-
setSupportedCamelPhases
public MAPSGSN_Capability setSupportedCamelPhases(MAPSupportedCamelPhases value) throws IllegalStateException
Sets the value of the field supportedCamelPhases. 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
-
setSupportedFeatures
public MAPSGSN_Capability setSupportedFeatures(MAPSupportedFeatures value) throws IllegalStateException
Sets the value of the field supportedFeatures. 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
-
setSupportedLCS_CapabilitySets
public MAPSGSN_Capability setSupportedLCS_CapabilitySets(MAPSupportedLCS_CapabilitySets value) throws IllegalStateException
Sets the value of the field supportedLCS-CapabilitySets. 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
-
setSupportedRAT_TypesIndicator
public MAPSGSN_Capability setSupportedRAT_TypesIndicator(MAPSupportedRAT_Types value) throws IllegalStateException
Sets the value of the field supportedRAT-TypesIndicator. 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
-
setT_adsDataRetrievalPresent
public MAPSGSN_Capability setT_adsDataRetrievalPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field t-adsDataRetrieval.- 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
-
-