Class MAPSLR_ArgExtensionContainer

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPSLR_ArgExtensionContainer
    extends AbstractFieldsObject
    API for MAP-ExtensionDataTypes.SLR-ArgExtensionContainer. Generated from the following ASN.1 type definition.
     SLR-ArgExtensionContainer ::=
         SEQUENCE {
             privateExtensionList   PrivateExtensionList OPTIONAL,
             slr-Arg-PCS-Extensions SLR-Arg-PCS-Extensions OPTIONAL,
             ...
         }
     
    Added in R99.

    Used as field type by MAPSubscriberLocationReport_Arg.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPSLR_ArgExtensionContainer

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

      • copyOf

        public static MAPSLR_ArgExtensionContainer copyOf​(MAPSLR_ArgExtensionContainer 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:
        MAPSLR_ArgExtensionContainer
      • 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
      • getPrivateExtensionList

        public MAPPrivateExtension[] getPrivateExtensionList()
        Gets the value of the field privateExtensionList.
        Returns:
        value of field privateExtensionList, or null if not present
      • getSlr_Arg_PCS_Extensions

        public MAPSLR_Arg_PCS_Extensions getSlr_Arg_PCS_Extensions()
        Gets the value of the field slr-Arg-PCS-Extensions.
        Returns:
        value of field slr-Arg-PCS-Extensions, or null if not present
      • hasPrivateExtensionList

        public boolean hasPrivateExtensionList()
        Tests whether the field privateExtensionList has a value.
        Returns:
        whether the field privateExtensionList has a value
      • hasSlr_Arg_PCS_Extensions

        public boolean hasSlr_Arg_PCS_Extensions()
        Tests whether the field slr-Arg-PCS-Extensions has a value.
        Returns:
        whether the field slr-Arg-PCS-Extensions has a value