Class MAPExternalClient

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPExternalClient
    extends AbstractFieldsObject
    API for MAP-MS-DataTypes.ExternalClient. Generated from the following ASN.1 type definition.
     ExternalClient ::=
         SEQUENCE {
             clientIdentity       LCSClientExternalID,
             gmlc-Restriction     GMLC-Restriction OPTIONAL,
             notificationToMSUser NotificationToMSUser OPTIONAL, -- If notificationToMSUser is not received, the default value according to 3GPP TS 23.271 shall be assumed.
             extensionContainer   ExtensionContainer OPTIONAL,
             ...
         }
     
    Added in R98.

    Used in array as field type by MAPLCS_PrivacyClass.

    Used in array as field type by MAPLCS_PrivacyClass.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPExternalClient

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

      • copyOf

        public static MAPExternalClient copyOf​(MAPExternalClient 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:
        MAPExternalClient
      • getClientIdentity

        public MAPLCSClientExternalID getClientIdentity()
        Gets the value of the field clientIdentity.
        Returns:
        value of field clientIdentity, 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:
        getFieldsMap in class AbstractFieldsObject
        Parameters:
        withAbsents - whether to put absent optional fields into Map
        Returns:
        Map from field-name to field-value
      • getGmlc_Restriction

        public MAPGMLC_Restriction getGmlc_Restriction()
        Gets the value of the field gmlc-Restriction.
        Returns:
        value of field gmlc-Restriction, or null if not present
      • getNotificationToMSUser

        public MAPNotificationToMSUser getNotificationToMSUser()
        Gets the value of the field notificationToMSUser.
        Returns:
        value of field notificationToMSUser, or null if not present
      • hasClientIdentity

        public boolean hasClientIdentity()
        Tests whether the field clientIdentity has a value.
        Returns:
        whether the field clientIdentity has a value
      • hasExtensionContainer

        public boolean hasExtensionContainer()
        Tests whether the field extensionContainer has a value.
        Returns:
        whether the field extensionContainer has a value
      • hasGmlc_Restriction

        public boolean hasGmlc_Restriction()
        Tests whether the field gmlc-Restriction has a value.
        Returns:
        whether the field gmlc-Restriction has a value
      • hasNotificationToMSUser

        public boolean hasNotificationToMSUser()
        Tests whether the field notificationToMSUser has a value.
        Returns:
        whether the field notificationToMSUser has a value