Class MAPForwardGroupCallSignallingArg

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPForwardGroupCallSignallingArg
    extends AbstractFieldsObject
    API for MAP-GR-DataTypes.ForwardGroupCallSignallingArg. Generated from the following ASN.1 type definition.
     ForwardGroupCallSignallingArg ::=
         SEQUENCE {
             imsi                          IMSI OPTIONAL,
             uplinkRequestAck              NULL OPTIONAL,
             uplinkReleaseIndication       NULL OPTIONAL,
             uplinkRejectCommand           NULL OPTIONAL,
             uplinkSeizedCommand           NULL OPTIONAL,
             uplinkReleaseCommand          NULL OPTIONAL,
             extensionContainer            ExtensionContainer OPTIONAL,
             ...
             stateAttributes               StateAttributes OPTIONAL,        -- Added in R99.
             talkerPriority                TalkerPriority OPTIONAL,         -- Added in release 7.
             additionalInfo                AdditionalInfo OPTIONAL,         -- Added in release 7.
             emergencyModeResetCommandFlag NULL OPTIONAL,                   -- Added in release 7.
             sm-RP-UI                      SignalInfo OPTIONAL,             -- Added in release 7.
             an-APDU                       AccessNetworkSignalInfo OPTIONAL -- Added in release 8.
         }
     
    Added in R97.

    Used as argument type by MAPOperations.forwardGroupCallSignalling.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPForwardGroupCallSignallingArg

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

      • copyOf

        public static MAPForwardGroupCallSignallingArg copyOf​(MAPForwardGroupCallSignallingArg 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:
        MAPForwardGroupCallSignallingArg
      • getAdditionalInfo

        public BitString getAdditionalInfo()
        Gets the value of the field additionalInfo.
        Returns:
        value of field additionalInfo, or null if not present
      • getAn_APDU

        public MAPAccessNetworkSignalInfo getAn_APDU()
        Gets the value of the field an-APDU.
        Returns:
        value of field an-APDU, 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
      • getImsi

        public IMSIAddress getImsi()
        Gets the value of the field imsi.
        Returns:
        value of field imsi, or null if not present
      • getSm_RP_UI

        public byte[] getSm_RP_UI()
        Gets the value of the field sm-RP-UI.
        Returns:
        value of field sm-RP-UI, or null if not present
      • getStateAttributes

        public MAPStateAttributes getStateAttributes()
        Gets the value of the field stateAttributes.
        Returns:
        value of field stateAttributes, or null if not present
      • getTalkerPriority

        public MAPTalkerPriority getTalkerPriority()
        Gets the value of the field talkerPriority.
        Returns:
        value of field talkerPriority, or null if not present
      • hasAdditionalInfo

        public boolean hasAdditionalInfo()
        Tests whether the field additionalInfo has a value.
        Returns:
        whether the field additionalInfo has a value
      • hasAn_APDU

        public boolean hasAn_APDU()
        Tests whether the field an-APDU has a value.
        Returns:
        whether the field an-APDU has a value
      • hasEmergencyModeResetCommandFlag

        public boolean hasEmergencyModeResetCommandFlag()
        Tests whether the field emergencyModeResetCommandFlag is present.
        Returns:
        whether the field emergencyModeResetCommandFlag is present
      • hasExtensionContainer

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

        public boolean hasImsi()
        Tests whether the field imsi has a value.
        Returns:
        whether the field imsi has a value
      • hasSm_RP_UI

        public boolean hasSm_RP_UI()
        Tests whether the field sm-RP-UI has a value.
        Returns:
        whether the field sm-RP-UI has a value
      • hasStateAttributes

        public boolean hasStateAttributes()
        Tests whether the field stateAttributes has a value.
        Returns:
        whether the field stateAttributes has a value
      • hasTalkerPriority

        public boolean hasTalkerPriority()
        Tests whether the field talkerPriority has a value.
        Returns:
        whether the field talkerPriority has a value
      • hasUplinkRejectCommand

        public boolean hasUplinkRejectCommand()
        Tests whether the field uplinkRejectCommand is present.
        Returns:
        whether the field uplinkRejectCommand is present
      • hasUplinkReleaseCommand

        public boolean hasUplinkReleaseCommand()
        Tests whether the field uplinkReleaseCommand is present.
        Returns:
        whether the field uplinkReleaseCommand is present
      • hasUplinkReleaseIndication

        public boolean hasUplinkReleaseIndication()
        Tests whether the field uplinkReleaseIndication is present.
        Returns:
        whether the field uplinkReleaseIndication is present
      • hasUplinkRequestAck

        public boolean hasUplinkRequestAck()
        Tests whether the field uplinkRequestAck is present.
        Returns:
        whether the field uplinkRequestAck is present
      • hasUplinkSeizedCommand

        public boolean hasUplinkSeizedCommand()
        Tests whether the field uplinkSeizedCommand is present.
        Returns:
        whether the field uplinkSeizedCommand is present
      • setEmergencyModeResetCommandFlagPresent

        public MAPForwardGroupCallSignallingArg setEmergencyModeResetCommandFlagPresent​(boolean flag)
                                                                                 throws IllegalStateException
        Sets the presence or absence of the optional field emergencyModeResetCommandFlag.
        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
      • setUplinkRejectCommandPresent

        public MAPForwardGroupCallSignallingArg setUplinkRejectCommandPresent​(boolean flag)
                                                                       throws IllegalStateException
        Sets the presence or absence of the optional field uplinkRejectCommand.
        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
      • setUplinkReleaseCommandPresent

        public MAPForwardGroupCallSignallingArg setUplinkReleaseCommandPresent​(boolean flag)
                                                                        throws IllegalStateException
        Sets the presence or absence of the optional field uplinkReleaseCommand.
        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
      • setUplinkReleaseIndicationPresent

        public MAPForwardGroupCallSignallingArg setUplinkReleaseIndicationPresent​(boolean flag)
                                                                           throws IllegalStateException
        Sets the presence or absence of the optional field uplinkReleaseIndication.
        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
      • setUplinkRequestAckPresent

        public MAPForwardGroupCallSignallingArg setUplinkRequestAckPresent​(boolean flag)
                                                                    throws IllegalStateException
        Sets the presence or absence of the optional field uplinkRequestAck.
        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
      • setUplinkSeizedCommandPresent

        public MAPForwardGroupCallSignallingArg setUplinkSeizedCommandPresent​(boolean flag)
                                                                       throws IllegalStateException
        Sets the presence or absence of the optional field uplinkSeizedCommand.
        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