public class MAPUserCSGInformation extends AbstractFieldsObject
UserCSGInformation ::= SEQUENCE { csg-Id CSG-Id, extensionContainer ExtensionContainer OPTIONAL, ... accessMode OCTET STRING (SIZE (1)) OPTIONAL, cmi OCTET STRING (SIZE (1)) OPTIONAL }Added in release 9.
Used as field type by MAPLocationInformation
.
Used as field type by MAPLocationInformationGPRS
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPUserCSGInformation()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPUserCSGInformation |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPUserCSGInformation |
copyOf(MAPUserCSGInformation 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.
|
byte[] |
getAccessMode()
Gets the value of the field accessMode.
|
byte[] |
getCmi()
Gets the value of the field cmi.
|
BitString |
getCsg_Id()
Gets the value of the field csg-Id.
|
MAPExtensionContainer |
getExtensionContainer()
Gets the value of the field extensionContainer.
|
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.
|
boolean |
hasAccessMode()
Tests whether the field accessMode has a value.
|
boolean |
hasCmi()
Tests whether the field cmi has a value.
|
boolean |
hasCsg_Id()
Tests whether the field csg-Id has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
MAPUserCSGInformation |
setAccessMode(byte[] value)
Sets the value of the field accessMode.
|
MAPUserCSGInformation |
setCmi(byte[] value)
Sets the value of the field cmi.
|
MAPUserCSGInformation |
setCsg_Id(BitString value)
Sets the value of the field csg-Id.
|
MAPUserCSGInformation |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPUserCSGInformation()
public MAPUserCSGInformation clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPUserCSGInformation copyOf(MAPUserCSGInformation from)
from
- the object from which to copypublic byte[] getAccessMode()
public byte[] getCmi()
public BitString getCsg_Id()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic boolean hasAccessMode()
public boolean hasCmi()
public boolean hasCsg_Id()
public boolean hasExtensionContainer()
public MAPUserCSGInformation setAccessMode(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPUserCSGInformation setCmi(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPUserCSGInformation setCsg_Id(BitString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPUserCSGInformation setExtensionContainer(MAPExtensionContainer 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