Class MAPSendGroupCallInfoRes

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPSendGroupCallInfoRes
    extends AbstractFieldsObject
    API for MAP-GR-DataTypes.SendGroupCallInfoRes. Generated from the following ASN.1 type definition.
     SendGroupCallInfoRes ::=
         SEQUENCE {
             anchorMSC-Address       ISDN-AddressString OPTIONAL,
             asciCallReference       ASCI-CallReference OPTIONAL,
             imsi                    IMSI OPTIONAL,
             additionalInfo          AdditionalInfo OPTIONAL,
             additionalSubscriptions AdditionalSubscriptions OPTIONAL,
             kc                      Kc OPTIONAL,
             extensionContainer      ExtensionContainer OPTIONAL,
             ...
         }
     
    Added in release 7.

    Used as result type by MAPOperations.sendGroupCallInfo.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPSendGroupCallInfoRes

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

      • copyOf

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

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

        public MAPAdditionalSubscriptions getAdditionalSubscriptions()
        Gets the value of the field additionalSubscriptions.
        Returns:
        value of field additionalSubscriptions, or null if not present
      • getAnchorMSC_Address

        public AddressString getAnchorMSC_Address()
        Gets the value of the field anchorMSC-Address.
        Returns:
        value of field anchorMSC-Address, or null if not present
      • getAsciCallReference

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

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

        public boolean hasAdditionalSubscriptions()
        Tests whether the field additionalSubscriptions has a value.
        Returns:
        whether the field additionalSubscriptions has a value
      • hasAnchorMSC_Address

        public boolean hasAnchorMSC_Address()
        Tests whether the field anchorMSC-Address has a value.
        Returns:
        whether the field anchorMSC-Address has a value
      • hasAsciCallReference

        public boolean hasAsciCallReference()
        Tests whether the field asciCallReference has a value.
        Returns:
        whether the field asciCallReference has a value
      • 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
      • hasKc

        public boolean hasKc()
        Tests whether the field kc has a value.
        Returns:
        whether the field kc has a value
      • setAsciCallReference

        public MAPSendGroupCallInfoRes setAsciCallReference​(byte[] value)
                                                     throws IllegalStateException
        Sets the value of the field asciCallReference. If null, marks the field as absent.
        Parameters:
        value - the new value for the field
        Returns:
        this
        Throws:
        IllegalStateException - if this instance has been marked as read-only