Class MAPBMSC_EventList

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPBMSC_EventList
    extends BitStringWithNamedBits
    API for MAP-OM-DataTypes.BMSC-EventList. Generated from the following ASN.1 type definition.
     BMSC-EventList ::=
         BIT STRING (SIZE (1..8)) {
             mbmsMulticastServiceActivation(0)
         }
     
    Added in release 6. Other bits than are named here shall be discarded.

    Used as field type by MAPTraceEventList.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPBMSC_EventList

        public MAPBMSC_EventList()
        Constructs an object that has no bits set.
      • MAPBMSC_EventList

        public MAPBMSC_EventList​(int nbits)
        Constructs an object that has no bits set, initialised to accommodate the given number of bits.
        Parameters:
        nbits - initial number of bits
    • Method Detail

      • clearMbmsMulticastServiceActivation

        public MAPBMSC_EventList clearMbmsMulticastServiceActivation()
        Clears the bit for mbmsMulticastServiceActivation to false.
        Returns:
        this
      • copyOf

        public static MAPBMSC_EventList copyOf​(BitString 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:
        MAPBMSC_EventList
      • getMbmsMulticastServiceActivation

        public boolean getMbmsMulticastServiceActivation()
        Gets whether the bit for mbmsMulticastServiceActivation is set or not.
        Returns:
        the named bit's value
      • setMbmsMulticastServiceActivation

        public MAPBMSC_EventList setMbmsMulticastServiceActivation()
        Sets the bit for mbmsMulticastServiceActivation to true.
        Returns:
        this
      • staticGetNamedBits

        public static BitStringWithNamedBits.NamedBit[] staticGetNamedBits()
        Gets the names of all bits of this type (not just the bits set in this value).
        Returns:
        array of NamedBit