public class MAPSLR_ArgExtensionContainer extends AbstractFieldsObject
SLR-ArgExtensionContainer ::= SEQUENCE { privateExtensionList PrivateExtensionList OPTIONAL, slr-Arg-PCS-Extensions SLR-Arg-PCS-Extensions OPTIONAL, ... }Added in R99.
Used as field type by MAPSubscriberLocationReport_Arg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPSLR_ArgExtensionContainer()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPSLR_ArgExtensionContainer |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSLR_ArgExtensionContainer |
copyOf(MAPSLR_ArgExtensionContainer 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.
|
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.
|
MAPPrivateExtension[] |
getPrivateExtensionList()
Gets the value of the field privateExtensionList.
|
MAPSLR_Arg_PCS_Extensions |
getSlr_Arg_PCS_Extensions()
Gets the value of the field slr-Arg-PCS-Extensions.
|
boolean |
hasPrivateExtensionList()
Tests whether the field privateExtensionList has a value.
|
boolean |
hasSlr_Arg_PCS_Extensions()
Tests whether the field slr-Arg-PCS-Extensions has a value.
|
MAPSLR_ArgExtensionContainer |
setPrivateExtensionList(MAPPrivateExtension[] value)
Sets the value of the field privateExtensionList.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPSLR_ArgExtensionContainer |
setSlr_Arg_PCS_Extensions(MAPSLR_Arg_PCS_Extensions value)
Sets the value of the field slr-Arg-PCS-Extensions.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPSLR_ArgExtensionContainer()
public MAPSLR_ArgExtensionContainer clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPSLR_ArgExtensionContainer copyOf(MAPSLR_ArgExtensionContainer from)
from
- the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic MAPPrivateExtension[] getPrivateExtensionList()
public MAPSLR_Arg_PCS_Extensions getSlr_Arg_PCS_Extensions()
public boolean hasPrivateExtensionList()
public boolean hasSlr_Arg_PCS_Extensions()
public MAPSLR_ArgExtensionContainer setPrivateExtensionList(MAPPrivateExtension[] 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 MAPSLR_ArgExtensionContainer setSlr_Arg_PCS_Extensions(MAPSLR_Arg_PCS_Extensions value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only