Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
MAPRequestedEquipmentInfo |
MAPRequestedEquipmentInfo.clearBmuef()
Clears the bit for bmuef to false.
|
MAPRequestedEquipmentInfo |
MAPRequestedEquipmentInfo.clearEquipmentStatus()
Clears the bit for equipmentStatus to false.
|
MAPRequestedEquipmentInfo |
MAPRequestedEquipmentInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRequestedEquipmentInfo |
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.
|
MAPRequestedEquipmentInfo |
MAPCheckIMEI_Arg.getRequestedEquipmentInfo()
Gets the value of the field requestedEquipmentInfo.
|
MAPRequestedEquipmentInfo |
MAPRequestedEquipmentInfo.setBmuef()
Sets the bit for bmuef to true.
|
MAPRequestedEquipmentInfo |
MAPRequestedEquipmentInfo.setEquipmentStatus()
Sets the bit for equipmentStatus to true.
|
Modifier and Type | Method and Description |
---|---|
MAPCheckIMEI_Arg |
MAPCheckIMEI_Arg.setRequestedEquipmentInfo(MAPRequestedEquipmentInfo value)
Sets the value of the field requestedEquipmentInfo.
|