public class MAPEPS_QoS_Subscribed extends AbstractFieldsObject
EPS-QoS-Subscribed ::=
SEQUENCE {
qos-Class-Identifier QoS-Class-Identifier,
allocation-Retention-Priority Allocation-Retention-Priority,
extensionContainer ExtensionContainer OPTIONAL,
...
}
Added in release 8.
Used as field type by MAPAPN_Configuration.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPEPS_QoS_Subscribed()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPEPS_QoS_Subscribed |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPEPS_QoS_Subscribed |
copyOf(MAPEPS_QoS_Subscribed 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.
|
MAPAllocation_Retention_Priority |
getAllocation_Retention_Priority()
Gets the value of the field allocation-Retention-Priority.
|
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.
|
int |
getQos_Class_Identifier()
Gets the value of the field qos-Class-Identifier.
|
boolean |
hasAllocation_Retention_Priority()
Tests whether the field allocation-Retention-Priority has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasQos_Class_Identifier()
Tests whether the field qos-Class-Identifier has a value.
|
MAPEPS_QoS_Subscribed |
setAllocation_Retention_Priority(MAPAllocation_Retention_Priority value)
Sets the value of the field allocation-Retention-Priority.
|
MAPEPS_QoS_Subscribed |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPEPS_QoS_Subscribed |
setQos_Class_Identifier(int value)
Sets the value of the field qos-Class-Identifier and marks the field as present.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPEPS_QoS_Subscribed()
public MAPEPS_QoS_Subscribed clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPEPS_QoS_Subscribed copyOf(MAPEPS_QoS_Subscribed from)
from - the object from which to copypublic MAPAllocation_Retention_Priority getAllocation_Retention_Priority()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic int getQos_Class_Identifier()
public boolean hasAllocation_Retention_Priority()
public boolean hasExtensionContainer()
public boolean hasQos_Class_Identifier()
public MAPEPS_QoS_Subscribed setAllocation_Retention_Priority(MAPAllocation_Retention_Priority value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPEPS_QoS_Subscribed setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPEPS_QoS_Subscribed setQos_Class_Identifier(int 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 AbstractDataObject