Class MAPRequestedEquipmentInfo

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPRequestedEquipmentInfo
    extends BitStringWithNamedBits
    API for MAP-MS-DataTypes.RequestedEquipmentInfo. Generated from the following ASN.1 type definition.
     RequestedEquipmentInfo ::=
         BIT STRING (SIZE (2..8)) {
             equipmentStatus(0),
             bmuef(1)
         }
     
    Added in release 5. Exception handling: reception of unknown bit assignments in the RequestedEquipmentInfo data type shall be discarded by the receiver.

    Used as field type by MAPCheckIMEI_Arg.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPRequestedEquipmentInfo

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

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

      • clearEquipmentStatus

        public MAPRequestedEquipmentInfo clearEquipmentStatus()
        Clears the bit for equipmentStatus to false.
        Returns:
        this
      • copyOf

        public static MAPRequestedEquipmentInfo 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:
        MAPRequestedEquipmentInfo
      • getBmuef

        public boolean getBmuef()
        Gets whether the bit for bmuef is set or not.
        Returns:
        the named bit's value
      • getEquipmentStatus

        public boolean getEquipmentStatus()
        Gets whether the bit for equipmentStatus is set or not.
        Returns:
        the named bit's value
      • setEquipmentStatus

        public MAPRequestedEquipmentInfo setEquipmentStatus()
        Sets the bit for equipmentStatus 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