Class MAPSuppressMTSS

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPSuppressMTSS
    extends BitStringWithNamedBits
    API for MAP-CH-DataTypes.SuppressMTSS. Generated from the following ASN.1 type definition.
     SuppressMTSS ::=
         BIT STRING (SIZE (2..16)) {
             suppressCUG(0),
             suppressCCBS(1)
         }
     
    Added in release 7. Other bits than are named here shall be discarded.

    Used as field type by MAPSendRoutingInfoArg.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPSuppressMTSS

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

        public MAPSuppressMTSS​(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

      • clearSuppressCCBS

        public MAPSuppressMTSS clearSuppressCCBS()
        Clears the bit for suppressCCBS to false.
        Returns:
        this
      • clearSuppressCUG

        public MAPSuppressMTSS clearSuppressCUG()
        Clears the bit for suppressCUG to false.
        Returns:
        this
      • copyOf

        public static MAPSuppressMTSS 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:
        MAPSuppressMTSS
      • getSuppressCCBS

        public boolean getSuppressCCBS()
        Gets whether the bit for suppressCCBS is set or not.
        Returns:
        the named bit's value
      • getSuppressCUG

        public boolean getSuppressCUG()
        Gets whether the bit for suppressCUG is set or not.
        Returns:
        the named bit's value
      • setSuppressCCBS

        public MAPSuppressMTSS setSuppressCCBS()
        Sets the bit for suppressCCBS to true.
        Returns:
        this
      • setSuppressCUG

        public MAPSuppressMTSS setSuppressCUG()
        Sets the bit for suppressCUG 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