Class MAPSLR_ArgExtensionContainer
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPSLR_ArgExtensionContainer
-
- All Implemented Interfaces:
DataObject
,Serializable
public class MAPSLR_ArgExtensionContainer extends AbstractFieldsObject
API for MAP-ExtensionDataTypes.SLR-ArgExtensionContainer. Generated from the following ASN.1 type definition.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
.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPSLR_ArgExtensionContainer()
Constructs an object with uninitialised state.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.util.AbstractFieldsObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly
-
-
-
-
Method Detail
-
clone
public MAPSLR_ArgExtensionContainer clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Specified by:
clone
in classAbstractDataObject
- Returns:
- copy of object
-
copyOf
public 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.- Parameters:
from
- the object from which to copy- Returns:
- MAPSLR_ArgExtensionContainer
-
getFieldAccessors
public static FieldAccessor[] getFieldAccessors()
Gets a new array of the accessors for fields of this type.- Returns:
- FieldAccessor[]
-
getFieldsMap
public Map<String,Object> getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value. For a field of primitive type, the field-value is boxed. For an absent optional field, the field-value is AbstractFieldsObject.FIELD_ABSENT. For an unitialised mandatory field, the field-value is AbstractFieldsObject.FIELD_UNINITIALISED.- Specified by:
getFieldsMap
in classAbstractFieldsObject
- Parameters:
withAbsents
- whether to put absent optional fields into Map- Returns:
- Map from field-name to field-value
-
getPrivateExtensionList
public MAPPrivateExtension[] getPrivateExtensionList()
Gets the value of the field privateExtensionList.- Returns:
- value of field privateExtensionList, or null if not present
-
getSlr_Arg_PCS_Extensions
public MAPSLR_Arg_PCS_Extensions getSlr_Arg_PCS_Extensions()
Gets the value of the field slr-Arg-PCS-Extensions.- Returns:
- value of field slr-Arg-PCS-Extensions, or null if not present
-
hasPrivateExtensionList
public boolean hasPrivateExtensionList()
Tests whether the field privateExtensionList has a value.- Returns:
- whether the field privateExtensionList has a value
-
hasSlr_Arg_PCS_Extensions
public boolean hasSlr_Arg_PCS_Extensions()
Tests whether the field slr-Arg-PCS-Extensions has a value.- Returns:
- whether the field slr-Arg-PCS-Extensions has a value
-
setPrivateExtensionList
public MAPSLR_ArgExtensionContainer setPrivateExtensionList(MAPPrivateExtension[] value) throws IllegalStateException
Sets the value of the field privateExtensionList. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setReadOnly
public void setReadOnly()
Sets this and all its fields to be immutable.- Specified by:
setReadOnly
in interfaceDataObject
- Overrides:
setReadOnly
in classAbstractDataObject
-
setSlr_Arg_PCS_Extensions
public MAPSLR_ArgExtensionContainer setSlr_Arg_PCS_Extensions(MAPSLR_Arg_PCS_Extensions value) throws IllegalStateException
Sets the value of the field slr-Arg-PCS-Extensions. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
-