Class MAPPS_SubscriberState

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPPS_SubscriberState
    extends AbstractFieldsObject
    API for MAP-MS-DataTypes.PS-SubscriberState. Generated from the following ASN.1 type definition.
     PS-SubscriberState ::=
         CHOICE {
             notProvidedFromSGSNorMME           NULL,                -- Renamed from notProvidedFromSGSN between releases 8 and 9.
             ps-Detached                        NULL,
             ps-AttachedNotReachableForPaging   NULL,
             ps-AttachedReachableForPaging      NULL,
             ps-PDP-ActiveNotReachableForPaging PDP-ContextInfoList,
             ps-PDP-ActiveReachableForPaging    PDP-ContextInfoList,
             netDetNotReachable                 NotReachableReason
         }
     
    Added in release 5.

    Used as field type by MAPSubscriberInfo.

    Used as field type by MAPSubscriberInfo.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPPS_SubscriberState

        public MAPPS_SubscriberState()
    • Method Detail

      • copyOf

        public static MAPPS_SubscriberState copyOf​(MAPPS_SubscriberState 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:
        MAPPS_SubscriberState
      • getChoice

        public MAPPS_SubscriberState.Choice getChoice()
        Gets the discriminant of the current choice.
        Returns:
        the current discriminant
      • 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 :discriminant-name to associated-value. For a value of primitive type, the value is boxed. If choice is not set, returns a map from : to AbstractFieldsObject.FIELD_UNINITIALISED.
        Specified by:
        getFieldsMap in class AbstractFieldsObject
        Parameters:
        withAbsents - ignored, as value cannot be optional
        Returns:
        Map from :discriminant-name to associated-value
      • getNetDetNotReachable

        public MAPNotReachableReason getNetDetNotReachable()
        Gets the value of the netDetNotReachable choice.
        Returns:
        value of the choice, if choice is netDetNotReachable, else null
      • getPs_PDP_ActiveNotReachableForPaging

        public MAPPDP_ContextInfo[] getPs_PDP_ActiveNotReachableForPaging()
        Gets the value of the ps-PDP-ActiveNotReachableForPaging choice.
        Returns:
        value of the choice, if choice is ps-PDP-ActiveNotReachableForPaging, else null
      • getPs_PDP_ActiveReachableForPaging

        public MAPPDP_ContextInfo[] getPs_PDP_ActiveReachableForPaging()
        Gets the value of the ps-PDP-ActiveReachableForPaging choice.
        Returns:
        value of the choice, if choice is ps-PDP-ActiveReachableForPaging, else null
      • isNetDetNotReachableChosen

        public boolean isNetDetNotReachableChosen()
        Tests whether the choice is netDetNotReachable.
        Returns:
        true if chosen, false if not
      • isNotProvidedFromSGSNorMMEChosen

        public boolean isNotProvidedFromSGSNorMMEChosen()
        Tests whether the choice is notProvidedFromSGSNorMME.
        Returns:
        true if chosen, false if not
      • isPs_AttachedNotReachableForPagingChosen

        public boolean isPs_AttachedNotReachableForPagingChosen()
        Tests whether the choice is ps-AttachedNotReachableForPaging.
        Returns:
        true if chosen, false if not
      • isPs_AttachedReachableForPagingChosen

        public boolean isPs_AttachedReachableForPagingChosen()
        Tests whether the choice is ps-AttachedReachableForPaging.
        Returns:
        true if chosen, false if not
      • isPs_DetachedChosen

        public boolean isPs_DetachedChosen()
        Tests whether the choice is ps-Detached.
        Returns:
        true if chosen, false if not
      • isPs_PDP_ActiveNotReachableForPagingChosen

        public boolean isPs_PDP_ActiveNotReachableForPagingChosen()
        Tests whether the choice is ps-PDP-ActiveNotReachableForPaging.
        Returns:
        true if chosen, false if not
      • isPs_PDP_ActiveReachableForPagingChosen

        public boolean isPs_PDP_ActiveReachableForPagingChosen()
        Tests whether the choice is ps-PDP-ActiveReachableForPaging.
        Returns:
        true if chosen, false if not