Class MAPSendIdentificationRes_v3

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPSendIdentificationRes_v3
    extends MAPSendIdentificationRes
    API for MAP-MS-DataTypes.SendIdentificationRes-v3. Generated from the following ASN.1 type definition and the adaptations below.
     SendIdentificationRes-v3 ::=
         SEQUENCE {
             imsi                   IMSI OPTIONAL,                     -- IMSI shall be present in the first (or only) service response of a dialogue.  If multiple service requests are present in a dialogue then IMSI shall not be present in any service response other than the first one.
             authenticationSetList  AuthenticationSetList-v3 OPTIONAL,
             currentSecurityContext CurrentSecurityContext OPTIONAL,   -- Added in R99.
             extensionContainer     ExtensionContainer OPTIONAL,       -- Added in R99.
             ...
         }
     MAP-MS-DataTypes {
         SendIdentificationRes-v3 {
             @parentASN1Type MAP-MS-DataTypes-R98.SendIdentificationRes
         }
     }
     
    Extended in R99.

    Used as result type by MAPOperations.sendIdentification_v3.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPSendIdentificationRes_v3

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

      • copyOf

        public static MAPSendIdentificationRes_v3 copyOf​(MAPSendIdentificationRes 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:
        MAPSendIdentificationRes_v3
      • getAuthenticationSetList

        public MAPAuthenticationSetList_v3 getAuthenticationSetList()
        Gets the value of the field authenticationSetList.
        Returns:
        value of field authenticationSetList, or null if not present
      • getCurrentSecurityContext

        public MAPCurrentSecurityContext getCurrentSecurityContext()
        Gets the value of the field currentSecurityContext.
        Returns:
        value of field currentSecurityContext, 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.
        Overrides:
        getFieldsMap in class MAPSendIdentificationRes
        Parameters:
        withAbsents - whether to put absent optional fields into Map
        Returns:
        Map from field-name to field-value
      • hasAuthenticationSetList

        public boolean hasAuthenticationSetList()
        Tests whether the field authenticationSetList has a value.
        Returns:
        whether the field authenticationSetList has a value
      • hasCurrentSecurityContext

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

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