Class MAPVLR_Capability
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPVLR_Capability
-
- All Implemented Interfaces:
DataObject,Serializable
public class MAPVLR_Capability extends AbstractFieldsObject
API for MAP-MS-DataTypes.VLR-Capability. Generated from the following ASN.1 type definition.VLR-Capability ::= SEQUENCE { supportedCamelPhases SupportedCamelPhases OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... solsaSupportIndicator NULL OPTIONAL, istSupportIndicator IST-SupportIndicator OPTIONAL, -- Added in R99. superChargerSupportedInServingNetworkEntity SuperChargerInfo OPTIONAL, -- Added in R99. longFTN-Supported NULL OPTIONAL, -- Added in R99. supportedLCS-CapabilitySets SupportedLCS-CapabilitySets OPTIONAL, -- Added in release 4. offeredCamel4CSIs OfferedCamel4CSIs OPTIONAL, -- Added in release 5. supportedRAT-TypesIndicator SupportedRAT-Types OPTIONAL, -- Added in release 7. longGroupID-Supported NULL OPTIONAL -- Added in release 7. }Added in R97.Used as field type by
MAPUpdateLocationArg.Used as field type by
MAPRestoreDataArg.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPVLR_Capability()Constructs an object with uninitialised state.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPVLR_Capabilityclone()Constructs a copy of this object and everything reachable from it.static MAPVLR_CapabilitycopyOf(MAPVLR_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.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.MAPIST_SupportIndicatorgetIstSupportIndicator()Gets the value of the field istSupportIndicator.MAPOfferedCamel4CSIsgetOfferedCamel4CSIs()Gets the value of the field offeredCamel4CSIs.MAPSuperChargerInfogetSuperChargerSupportedInServingNetworkEntity()Gets the value of the field superChargerSupportedInServingNetworkEntity.MAPSupportedCamelPhasesgetSupportedCamelPhases()Gets the value of the field supportedCamelPhases.MAPSupportedLCS_CapabilitySetsgetSupportedLCS_CapabilitySets()Gets the value of the field supportedLCS-CapabilitySets.MAPSupportedRAT_TypesgetSupportedRAT_TypesIndicator()Gets the value of the field supportedRAT-TypesIndicator.booleanhasExtensionContainer()Tests whether the field extensionContainer has a value.booleanhasIstSupportIndicator()Tests whether the field istSupportIndicator has a value.booleanhasLongFTN_Supported()Tests whether the field longFTN-Supported is present.booleanhasLongGroupID_Supported()Tests whether the field longGroupID-Supported is present.booleanhasOfferedCamel4CSIs()Tests whether the field offeredCamel4CSIs has a value.booleanhasSolsaSupportIndicator()Tests whether the field solsaSupportIndicator is present.booleanhasSuperChargerSupportedInServingNetworkEntity()Tests whether the field superChargerSupportedInServingNetworkEntity has a value.booleanhasSupportedCamelPhases()Tests whether the field supportedCamelPhases has a value.booleanhasSupportedLCS_CapabilitySets()Tests whether the field supportedLCS-CapabilitySets has a value.booleanhasSupportedRAT_TypesIndicator()Tests whether the field supportedRAT-TypesIndicator has a value.MAPVLR_CapabilitysetExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPVLR_CapabilitysetIstSupportIndicator(MAPIST_SupportIndicator value)Sets the value of the field istSupportIndicator.MAPVLR_CapabilitysetLongFTN_SupportedPresent(boolean flag)Sets the presence or absence of the optional field longFTN-Supported.MAPVLR_CapabilitysetLongGroupID_SupportedPresent(boolean flag)Sets the presence or absence of the optional field longGroupID-Supported.MAPVLR_CapabilitysetOfferedCamel4CSIs(MAPOfferedCamel4CSIs value)Sets the value of the field offeredCamel4CSIs.voidsetReadOnly()Sets this and all its fields to be immutable.MAPVLR_CapabilitysetSolsaSupportIndicatorPresent(boolean flag)Sets the presence or absence of the optional field solsaSupportIndicator.MAPVLR_CapabilitysetSuperChargerSupportedInServingNetworkEntity(MAPSuperChargerInfo value)Sets the value of the field superChargerSupportedInServingNetworkEntity.MAPVLR_CapabilitysetSupportedCamelPhases(MAPSupportedCamelPhases value)Sets the value of the field supportedCamelPhases.MAPVLR_CapabilitysetSupportedLCS_CapabilitySets(MAPSupportedLCS_CapabilitySets value)Sets the value of the field supportedLCS-CapabilitySets.MAPVLR_CapabilitysetSupportedRAT_TypesIndicator(MAPSupportedRAT_Types value)Sets the value of the field supportedRAT-TypesIndicator.-
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 MAPVLR_Capability 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 MAPVLR_Capability copyOf(MAPVLR_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:
- MAPVLR_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:
getFieldsMapin classAbstractFieldsObject- Parameters:
withAbsents- whether to put absent optional fields into Map- Returns:
- Map from field-name to field-value
-
getIstSupportIndicator
public MAPIST_SupportIndicator getIstSupportIndicator()
Gets the value of the field istSupportIndicator.- Returns:
- value of field istSupportIndicator, or null if not present
-
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
-
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
-
hasIstSupportIndicator
public boolean hasIstSupportIndicator()
Tests whether the field istSupportIndicator has a value.- Returns:
- whether the field istSupportIndicator has a value
-
hasLongFTN_Supported
public boolean hasLongFTN_Supported()
Tests whether the field longFTN-Supported is present.- Returns:
- whether the field longFTN-Supported is present
-
hasLongGroupID_Supported
public boolean hasLongGroupID_Supported()
Tests whether the field longGroupID-Supported is present.- Returns:
- whether the field longGroupID-Supported is present
-
hasOfferedCamel4CSIs
public boolean hasOfferedCamel4CSIs()
Tests whether the field offeredCamel4CSIs has a value.- Returns:
- whether the field offeredCamel4CSIs has a value
-
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
-
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
-
setExtensionContainer
public MAPVLR_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
-
setIstSupportIndicator
public MAPVLR_Capability setIstSupportIndicator(MAPIST_SupportIndicator value) throws IllegalStateException
Sets the value of the field istSupportIndicator. 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
-
setLongFTN_SupportedPresent
public MAPVLR_Capability setLongFTN_SupportedPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field longFTN-Supported.- 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
-
setLongGroupID_SupportedPresent
public MAPVLR_Capability setLongGroupID_SupportedPresent(boolean flag) throws IllegalStateException
Sets the presence or absence of the optional field longGroupID-Supported.- 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 MAPVLR_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:
setReadOnlyin interfaceDataObject- Overrides:
setReadOnlyin classAbstractDataObject
-
setSolsaSupportIndicatorPresent
public MAPVLR_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 MAPVLR_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 MAPVLR_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
-
setSupportedLCS_CapabilitySets
public MAPVLR_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 MAPVLR_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
-
-