public class MAPRequestedEquipmentInfo extends BitStringWithNamedBits
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
.
BitStringWithNamedBits.NamedBit
Constructor and Description |
---|
MAPRequestedEquipmentInfo()
Constructs an object that has no bits set.
|
MAPRequestedEquipmentInfo(int nbits)
Constructs an object that has no bits set, initialised to accommodate the given number of bits.
|
Modifier and Type | Method and Description |
---|---|
MAPRequestedEquipmentInfo |
clearBmuef()
Clears the bit for bmuef to false.
|
MAPRequestedEquipmentInfo |
clearEquipmentStatus()
Clears the bit for equipmentStatus to false.
|
MAPRequestedEquipmentInfo |
clone()
Constructs a copy of this object and everything reachable from it.
|
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.
|
boolean |
getBmuef()
Gets whether the bit for bmuef is set or not.
|
boolean |
getEquipmentStatus()
Gets whether the bit for equipmentStatus is set or not.
|
BitStringWithNamedBits.NamedBit[] |
getNamedBits()
Gets the names of all bits of this type (not just the bits set in this value).
|
MAPRequestedEquipmentInfo |
setBmuef()
Sets the bit for bmuef to true.
|
MAPRequestedEquipmentInfo |
setEquipmentStatus()
Sets the bit for equipmentStatus to true.
|
static BitStringWithNamedBits.NamedBit[] |
staticGetNamedBits()
Gets the names of all bits of this type (not just the bits set in this value).
|
toString
checkModify, isReadOnly, setReadOnly
public MAPRequestedEquipmentInfo()
public MAPRequestedEquipmentInfo(int nbits)
nbits
- initial number of bitspublic MAPRequestedEquipmentInfo clearBmuef()
public MAPRequestedEquipmentInfo clearEquipmentStatus()
public MAPRequestedEquipmentInfo clone()
clone
in interface DataObject
clone
in class BitString
public static MAPRequestedEquipmentInfo copyOf(BitString from)
from
- the object from which to copypublic boolean getBmuef()
public boolean getEquipmentStatus()
public BitStringWithNamedBits.NamedBit[] getNamedBits()
BitStringWithNamedBits
getNamedBits
in class BitStringWithNamedBits
public MAPRequestedEquipmentInfo setBmuef()
public MAPRequestedEquipmentInfo setEquipmentStatus()
public static BitStringWithNamedBits.NamedBit[] staticGetNamedBits()