Class MAPSendGroupCallInfoArg

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPSendGroupCallInfoArg
    extends AbstractFieldsObject
    API for MAP-GR-DataTypes.SendGroupCallInfoArg. Generated from the following ASN.1 type definition.
     SendGroupCallInfoArg ::=
         SEQUENCE {
             requestedInfo      RequestedInfo,
             groupId            Long-GroupId,
             teleservice        Ext-TeleserviceCode,
             cellId             GlobalCellId OPTIONAL,
             imsi               IMSI OPTIONAL,
             tmsi               TMSI OPTIONAL,
             additionalInfo     AdditionalInfo OPTIONAL,
             talkerPriority     TalkerPriority OPTIONAL,
             cksn               Cksn OPTIONAL,
             extensionContainer ExtensionContainer OPTIONAL,
             ...
         }
     
    Added in release 7. Exception handling: an unrecognized value shall be rejected by the receiver with a return error cause of unexpected data value.

    Used as argument type by MAPOperations.sendGroupCallInfo.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPSendGroupCallInfoArg

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

      • copyOf

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

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

        public CellGlobalId getCellId()
        Gets the value of the field cellId.
        Returns:
        value of field cellId, or null if not present
      • getCksn

        public Cksn getCksn()
        Gets the value of the field cksn.
        Returns:
        value of field cksn, 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
      • getGroupId

        public byte[] getGroupId()
        Gets the value of the field groupId.
        Returns:
        value of field groupId, or null if not present
      • getImsi

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

        public MAPGroupRequestedInfo getRequestedInfo()
        Gets the value of the field requestedInfo.
        Returns:
        value of field requestedInfo, 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
      • getTeleservice

        public byte[] getTeleservice()
        Gets the value of the field teleservice.
        Returns:
        value of field teleservice, or null if not present
      • getTmsi

        public byte[] getTmsi()
        Gets the value of the field tmsi.
        Returns:
        value of field tmsi, 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
      • hasCellId

        public boolean hasCellId()
        Tests whether the field cellId has a value.
        Returns:
        whether the field cellId has a value
      • hasCksn

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

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

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

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

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

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

        public boolean hasTeleservice()
        Tests whether the field teleservice has a value.
        Returns:
        whether the field teleservice has a value
      • hasTmsi

        public boolean hasTmsi()
        Tests whether the field tmsi has a value.
        Returns:
        whether the field tmsi has a value