public class MAPTraceDepthList extends AbstractFieldsObject
TraceDepthList ::=
SEQUENCE {
msc-s-TraceDepth TraceDepth OPTIONAL,
mgw-TraceDepth TraceDepth OPTIONAL,
sgsn-TraceDepth TraceDepth OPTIONAL,
ggsn-TraceDepth TraceDepth OPTIONAL,
rnc-TraceDepth TraceDepth OPTIONAL,
bmsc-TraceDepth TraceDepth OPTIONAL,
...
mme-TraceDepth TraceDepth OPTIONAL, -- Added in release 8.
sgw-TraceDepth TraceDepth OPTIONAL, -- Added in release 8.
pgw-TraceDepth TraceDepth OPTIONAL, -- Added in release 8.
eNB-TraceDepth TraceDepth OPTIONAL -- Added in release 8.
}
Added in release 6.
Used as field type by MAPActivateTraceModeArg.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPTraceDepthList()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPTraceDepthList |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPTraceDepthList |
copyOf(MAPTraceDepthList 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.
|
MAPTraceDepth |
getBmsc_TraceDepth()
Gets the value of the field bmsc-TraceDepth.
|
MAPTraceDepth |
getENB_TraceDepth()
Gets the value of the field eNB-TraceDepth.
|
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.
|
MAPTraceDepth |
getGgsn_TraceDepth()
Gets the value of the field ggsn-TraceDepth.
|
MAPTraceDepth |
getMgw_TraceDepth()
Gets the value of the field mgw-TraceDepth.
|
MAPTraceDepth |
getMme_TraceDepth()
Gets the value of the field mme-TraceDepth.
|
MAPTraceDepth |
getMsc_s_TraceDepth()
Gets the value of the field msc-s-TraceDepth.
|
MAPTraceDepth |
getPgw_TraceDepth()
Gets the value of the field pgw-TraceDepth.
|
MAPTraceDepth |
getRnc_TraceDepth()
Gets the value of the field rnc-TraceDepth.
|
MAPTraceDepth |
getSgsn_TraceDepth()
Gets the value of the field sgsn-TraceDepth.
|
MAPTraceDepth |
getSgw_TraceDepth()
Gets the value of the field sgw-TraceDepth.
|
boolean |
hasBmsc_TraceDepth()
Tests whether the field bmsc-TraceDepth has a value.
|
boolean |
hasENB_TraceDepth()
Tests whether the field eNB-TraceDepth has a value.
|
boolean |
hasGgsn_TraceDepth()
Tests whether the field ggsn-TraceDepth has a value.
|
boolean |
hasMgw_TraceDepth()
Tests whether the field mgw-TraceDepth has a value.
|
boolean |
hasMme_TraceDepth()
Tests whether the field mme-TraceDepth has a value.
|
boolean |
hasMsc_s_TraceDepth()
Tests whether the field msc-s-TraceDepth has a value.
|
boolean |
hasPgw_TraceDepth()
Tests whether the field pgw-TraceDepth has a value.
|
boolean |
hasRnc_TraceDepth()
Tests whether the field rnc-TraceDepth has a value.
|
boolean |
hasSgsn_TraceDepth()
Tests whether the field sgsn-TraceDepth has a value.
|
boolean |
hasSgw_TraceDepth()
Tests whether the field sgw-TraceDepth has a value.
|
MAPTraceDepthList |
setBmsc_TraceDepth(MAPTraceDepth value)
Sets the value of the field bmsc-TraceDepth.
|
MAPTraceDepthList |
setENB_TraceDepth(MAPTraceDepth value)
Sets the value of the field eNB-TraceDepth.
|
MAPTraceDepthList |
setGgsn_TraceDepth(MAPTraceDepth value)
Sets the value of the field ggsn-TraceDepth.
|
MAPTraceDepthList |
setMgw_TraceDepth(MAPTraceDepth value)
Sets the value of the field mgw-TraceDepth.
|
MAPTraceDepthList |
setMme_TraceDepth(MAPTraceDepth value)
Sets the value of the field mme-TraceDepth.
|
MAPTraceDepthList |
setMsc_s_TraceDepth(MAPTraceDepth value)
Sets the value of the field msc-s-TraceDepth.
|
MAPTraceDepthList |
setPgw_TraceDepth(MAPTraceDepth value)
Sets the value of the field pgw-TraceDepth.
|
MAPTraceDepthList |
setRnc_TraceDepth(MAPTraceDepth value)
Sets the value of the field rnc-TraceDepth.
|
MAPTraceDepthList |
setSgsn_TraceDepth(MAPTraceDepth value)
Sets the value of the field sgsn-TraceDepth.
|
MAPTraceDepthList |
setSgw_TraceDepth(MAPTraceDepth value)
Sets the value of the field sgw-TraceDepth.
|
equals, hashCode, toStringcheckModify, isReadOnly, setReadOnlypublic MAPTraceDepthList()
public MAPTraceDepthList clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPTraceDepthList copyOf(MAPTraceDepthList from)
from - the object from which to copypublic MAPTraceDepth getBmsc_TraceDepth()
public MAPTraceDepth getENB_TraceDepth()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic MAPTraceDepth getGgsn_TraceDepth()
public MAPTraceDepth getMgw_TraceDepth()
public MAPTraceDepth getMme_TraceDepth()
public MAPTraceDepth getMsc_s_TraceDepth()
public MAPTraceDepth getPgw_TraceDepth()
public MAPTraceDepth getRnc_TraceDepth()
public MAPTraceDepth getSgsn_TraceDepth()
public MAPTraceDepth getSgw_TraceDepth()
public boolean hasBmsc_TraceDepth()
public boolean hasENB_TraceDepth()
public boolean hasGgsn_TraceDepth()
public boolean hasMgw_TraceDepth()
public boolean hasMme_TraceDepth()
public boolean hasMsc_s_TraceDepth()
public boolean hasPgw_TraceDepth()
public boolean hasRnc_TraceDepth()
public boolean hasSgsn_TraceDepth()
public boolean hasSgw_TraceDepth()
public MAPTraceDepthList setBmsc_TraceDepth(MAPTraceDepth value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTraceDepthList setENB_TraceDepth(MAPTraceDepth value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTraceDepthList setGgsn_TraceDepth(MAPTraceDepth value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTraceDepthList setMgw_TraceDepth(MAPTraceDepth value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTraceDepthList setMme_TraceDepth(MAPTraceDepth value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTraceDepthList setMsc_s_TraceDepth(MAPTraceDepth value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTraceDepthList setPgw_TraceDepth(MAPTraceDepth value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTraceDepthList setRnc_TraceDepth(MAPTraceDepth value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTraceDepthList setSgsn_TraceDepth(MAPTraceDepth value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTraceDepthList setSgw_TraceDepth(MAPTraceDepth value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only