Class 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
    • Constructor Detail

      • MAPVLR_Capability

        public MAPVLR_Capability()
        Constructs an object with uninitialised state.
    • Method Detail

      • 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:
        getFieldsMap in class AbstractFieldsObject
        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
      • 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
      • 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