public class MAPCallBarringFeature extends AbstractFieldsObject
CallBarringFeature ::= SEQUENCE { basicService BasicServiceCode OPTIONAL, ss-Status SS-Status OPTIONAL, -- Changed from mandatory to optional between ph1 and ph2. ... }Present in ph1.
Used in array as field type by MAPCallBarringInfo
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPCallBarringFeature()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPCallBarringFeature |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCallBarringFeature |
copyOf(MAPCallBarringFeature 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.
|
MAPBasicServiceCode |
getBasicService()
Gets the value of the field basicService.
|
static FieldAccessor[] |
getFieldAccessors()
Gets a new array of the accessors for fields of this type.
|
Map<String,Object> |
getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value.
|
byte[] |
getSs_Status()
Gets the value of the field ss-Status.
|
boolean |
hasBasicService()
Tests whether the field basicService has a value.
|
boolean |
hasSs_Status()
Tests whether the field ss-Status has a value.
|
MAPCallBarringFeature |
setBasicService(MAPBasicServiceCode value)
Sets the value of the field basicService.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPCallBarringFeature |
setSs_Status(byte[] value)
Sets the value of the field ss-Status.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPCallBarringFeature()
public MAPCallBarringFeature clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPCallBarringFeature copyOf(MAPCallBarringFeature from)
from
- the object from which to copypublic MAPBasicServiceCode getBasicService()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic byte[] getSs_Status()
public boolean hasBasicService()
public boolean hasSs_Status()
public MAPCallBarringFeature setBasicService(MAPBasicServiceCode value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject
public MAPCallBarringFeature setSs_Status(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only