public class MAPMW_Status extends BitStringWithNamedBits
MW-Status ::= BIT STRING (SIZE (6..16)) { sc-AddressNotIncluded(0), mnrf-Set(1), mcef-Set(2), mnrg-Set(3) -- Added in R97. }Added in ph2. SIZE changed from (6..6) between ph2 and R96. Exception handling: bits 4 to 15 shall be ignored if received and not understood.
Used as field type by MAPInformServiceCentreArg
.
BitStringWithNamedBits.NamedBit
Constructor and Description |
---|
MAPMW_Status()
Constructs an object that has no bits set.
|
MAPMW_Status(int nbits)
Constructs an object that has no bits set, initialised to accommodate the given number of bits.
|
Modifier and Type | Method and Description |
---|---|
MAPMW_Status |
clearMcef_Set()
Clears the bit for mcef_Set to false.
|
MAPMW_Status |
clearMnrf_Set()
Clears the bit for mnrf_Set to false.
|
MAPMW_Status |
clearMnrg_Set()
Clears the bit for mnrg_Set to false.
|
MAPMW_Status |
clearSc_AddressNotIncluded()
Clears the bit for sc_AddressNotIncluded to false.
|
MAPMW_Status |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPMW_Status |
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 |
getMcef_Set()
Gets whether the bit for mcef_Set is set or not.
|
boolean |
getMnrf_Set()
Gets whether the bit for mnrf_Set is set or not.
|
boolean |
getMnrg_Set()
Gets whether the bit for mnrg_Set is set or not.
|
BitStringWithNamedBits.NamedBit[] |
getNamedBits()
Gets the names of all bits of this type (not just the bits set in this value).
|
boolean |
getSc_AddressNotIncluded()
Gets whether the bit for sc_AddressNotIncluded is set or not.
|
MAPMW_Status |
setMcef_Set()
Sets the bit for mcef_Set to true.
|
MAPMW_Status |
setMnrf_Set()
Sets the bit for mnrf_Set to true.
|
MAPMW_Status |
setMnrg_Set()
Sets the bit for mnrg_Set to true.
|
MAPMW_Status |
setSc_AddressNotIncluded()
Sets the bit for sc_AddressNotIncluded 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 MAPMW_Status()
public MAPMW_Status(int nbits)
nbits
- initial number of bitspublic MAPMW_Status clearMcef_Set()
public MAPMW_Status clearMnrf_Set()
public MAPMW_Status clearMnrg_Set()
public MAPMW_Status clearSc_AddressNotIncluded()
public MAPMW_Status clone()
clone
in interface DataObject
clone
in class BitString
public static MAPMW_Status copyOf(BitString from)
from
- the object from which to copypublic boolean getMcef_Set()
public boolean getMnrf_Set()
public boolean getMnrg_Set()
public BitStringWithNamedBits.NamedBit[] getNamedBits()
BitStringWithNamedBits
getNamedBits
in class BitStringWithNamedBits
public boolean getSc_AddressNotIncluded()
public MAPMW_Status setMcef_Set()
public MAPMW_Status setMnrf_Set()
public MAPMW_Status setMnrg_Set()
public MAPMW_Status setSc_AddressNotIncluded()
public static BitStringWithNamedBits.NamedBit[] staticGetNamedBits()