Class MAPSupportedCodecsList
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPSupportedCodecsList
-
- All Implemented Interfaces:
DataObject
,Serializable
public class MAPSupportedCodecsList extends AbstractFieldsObject
API for MAP-MS-DataTypes.SupportedCodecsList. Generated from the following ASN.1 type definition.SupportedCodecsList ::= SEQUENCE { utranCodecList CodecList OPTIONAL, geranCodecList CodecList OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... }
Added in release 5.Used as field type by
MAPForwardAccessSignalling_Arg_v3
.Used as field type by
MAPPrepareHO_Arg_v3
.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPSupportedCodecsList()
Constructs an object with uninitialised state.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPSupportedCodecsList
clone()
Constructs a copy of this object and everything reachable from it.static MAPSupportedCodecsList
copyOf(MAPSupportedCodecsList 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.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.MAPCodecList
getGeranCodecList()
Gets the value of the field geranCodecList.MAPCodecList
getUtranCodecList()
Gets the value of the field utranCodecList.boolean
hasExtensionContainer()
Tests whether the field extensionContainer has a value.boolean
hasGeranCodecList()
Tests whether the field geranCodecList has a value.boolean
hasUtranCodecList()
Tests whether the field utranCodecList has a value.MAPSupportedCodecsList
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPSupportedCodecsList
setGeranCodecList(MAPCodecList value)
Sets the value of the field geranCodecList.void
setReadOnly()
Sets this and all its fields to be immutable.MAPSupportedCodecsList
setUtranCodecList(MAPCodecList value)
Sets the value of the field utranCodecList.-
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 MAPSupportedCodecsList 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 MAPSupportedCodecsList copyOf(MAPSupportedCodecsList 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:
- MAPSupportedCodecsList
-
getExtensionContainer
public MAPExtensionContainer getExtensionContainer()
Gets the value of the field extensionContainer.- Returns:
- value of field extensionContainer, or null if not present
-
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
-
getGeranCodecList
public MAPCodecList getGeranCodecList()
Gets the value of the field geranCodecList.- Returns:
- value of field geranCodecList, or null if not present
-
getUtranCodecList
public MAPCodecList getUtranCodecList()
Gets the value of the field utranCodecList.- Returns:
- value of field utranCodecList, or null if not present
-
hasExtensionContainer
public boolean hasExtensionContainer()
Tests whether the field extensionContainer has a value.- Returns:
- whether the field extensionContainer has a value
-
hasGeranCodecList
public boolean hasGeranCodecList()
Tests whether the field geranCodecList has a value.- Returns:
- whether the field geranCodecList has a value
-
hasUtranCodecList
public boolean hasUtranCodecList()
Tests whether the field utranCodecList has a value.- Returns:
- whether the field utranCodecList has a value
-
setExtensionContainer
public MAPSupportedCodecsList setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
Sets the value of the field extensionContainer. 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
-
setGeranCodecList
public MAPSupportedCodecsList setGeranCodecList(MAPCodecList value) throws IllegalStateException
Sets the value of the field geranCodecList. 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
-
setUtranCodecList
public MAPSupportedCodecsList setUtranCodecList(MAPCodecList value) throws IllegalStateException
Sets the value of the field utranCodecList. 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
-
-