public class MAPCallBarringInfo extends AbstractFieldsObject
CallBarringInfo ::=
SEQUENCE {
ss-Code SS-Code OPTIONAL, -- Changed from mandatory to optional between ph1 and ph2.
callBarringFeatureList CallBarringFeatureList,
...
}
Present in ph1.
Used as field type by MAPSS_Information.
Used as field type by MAPSS_Info.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPCallBarringInfo()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPCallBarringInfo |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCallBarringInfo |
copyOf(MAPCallBarringInfo 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.
|
MAPCallBarringFeature[] |
getCallBarringFeatureList()
Gets the value of the field callBarringFeatureList.
|
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.
|
SSCode |
getSs_Code()
Gets the value of the field ss-Code.
|
boolean |
hasCallBarringFeatureList()
Tests whether the field callBarringFeatureList has a value.
|
boolean |
hasSs_Code()
Tests whether the field ss-Code has a value.
|
MAPCallBarringInfo |
setCallBarringFeatureList(MAPCallBarringFeature[] value)
Sets the value of the field callBarringFeatureList.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPCallBarringInfo |
setSs_Code(SSCode value)
Sets the value of the field ss-Code.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPCallBarringInfo()
public MAPCallBarringInfo clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPCallBarringInfo copyOf(MAPCallBarringInfo from)
from - the object from which to copypublic MAPCallBarringFeature[] getCallBarringFeatureList()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic SSCode getSs_Code()
public boolean hasCallBarringFeatureList()
public boolean hasSs_Code()
public MAPCallBarringInfo setCallBarringFeatureList(MAPCallBarringFeature[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObjectpublic MAPCallBarringInfo setSs_Code(SSCode value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only