public class MAPTracePropagationList extends AbstractFieldsObject
TracePropagationList ::=
SEQUENCE {
traceReference TraceReference OPTIONAL,
traceType TraceType OPTIONAL,
traceReference2 TraceReference2 OPTIONAL,
traceRecordingSessionReference TraceRecordingSessionReference OPTIONAL,
rnc-TraceDepth TraceDepth OPTIONAL,
rnc-InterfaceList RNC-InterfaceList OPTIONAL,
msc-s-TraceDepth TraceDepth OPTIONAL,
msc-s-InterfaceList MSC-S-InterfaceList OPTIONAL,
msc-s-EventList MSC-S-EventList OPTIONAL,
mgw-TraceDepth TraceDepth OPTIONAL,
mgw-InterfaceList MGW-InterfaceList OPTIONAL,
mgw-EventList MGW-EventList OPTIONAL,
...
}
Added in release 6.
Used as field type by MAPForwardAccessSignalling_Arg_v3.
Used as field type by MAPPrepareHO_Arg_v3.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPTracePropagationList()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPTracePropagationList |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPTracePropagationList |
copyOf(MAPTracePropagationList 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.
|
MAPMGW_EventList |
getMgw_EventList()
Gets the value of the field mgw-EventList.
|
MAPMGW_InterfaceList |
getMgw_InterfaceList()
Gets the value of the field mgw-InterfaceList.
|
MAPTraceDepth |
getMgw_TraceDepth()
Gets the value of the field mgw-TraceDepth.
|
MAPMSC_S_EventList |
getMsc_s_EventList()
Gets the value of the field msc-s-EventList.
|
MAPMSC_S_InterfaceList |
getMsc_s_InterfaceList()
Gets the value of the field msc-s-InterfaceList.
|
MAPTraceDepth |
getMsc_s_TraceDepth()
Gets the value of the field msc-s-TraceDepth.
|
MAPRNC_InterfaceList |
getRnc_InterfaceList()
Gets the value of the field rnc-InterfaceList.
|
MAPTraceDepth |
getRnc_TraceDepth()
Gets the value of the field rnc-TraceDepth.
|
byte[] |
getTraceRecordingSessionReference()
Gets the value of the field traceRecordingSessionReference.
|
byte[] |
getTraceReference()
Gets the value of the field traceReference.
|
byte[] |
getTraceReference2()
Gets the value of the field traceReference2.
|
int |
getTraceType()
Gets the value of the field traceType.
|
boolean |
hasMgw_EventList()
Tests whether the field mgw-EventList has a value.
|
boolean |
hasMgw_InterfaceList()
Tests whether the field mgw-InterfaceList has a value.
|
boolean |
hasMgw_TraceDepth()
Tests whether the field mgw-TraceDepth has a value.
|
boolean |
hasMsc_s_EventList()
Tests whether the field msc-s-EventList has a value.
|
boolean |
hasMsc_s_InterfaceList()
Tests whether the field msc-s-InterfaceList has a value.
|
boolean |
hasMsc_s_TraceDepth()
Tests whether the field msc-s-TraceDepth has a value.
|
boolean |
hasRnc_InterfaceList()
Tests whether the field rnc-InterfaceList has a value.
|
boolean |
hasRnc_TraceDepth()
Tests whether the field rnc-TraceDepth has a value.
|
boolean |
hasTraceRecordingSessionReference()
Tests whether the field traceRecordingSessionReference has a value.
|
boolean |
hasTraceReference()
Tests whether the field traceReference has a value.
|
boolean |
hasTraceReference2()
Tests whether the field traceReference2 has a value.
|
boolean |
hasTraceType()
Tests whether the field traceType has a value.
|
MAPTracePropagationList |
setMgw_EventList(MAPMGW_EventList value)
Sets the value of the field mgw-EventList.
|
MAPTracePropagationList |
setMgw_InterfaceList(MAPMGW_InterfaceList value)
Sets the value of the field mgw-InterfaceList.
|
MAPTracePropagationList |
setMgw_TraceDepth(MAPTraceDepth value)
Sets the value of the field mgw-TraceDepth.
|
MAPTracePropagationList |
setMsc_s_EventList(MAPMSC_S_EventList value)
Sets the value of the field msc-s-EventList.
|
MAPTracePropagationList |
setMsc_s_InterfaceList(MAPMSC_S_InterfaceList value)
Sets the value of the field msc-s-InterfaceList.
|
MAPTracePropagationList |
setMsc_s_TraceDepth(MAPTraceDepth value)
Sets the value of the field msc-s-TraceDepth.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPTracePropagationList |
setRnc_InterfaceList(MAPRNC_InterfaceList value)
Sets the value of the field rnc-InterfaceList.
|
MAPTracePropagationList |
setRnc_TraceDepth(MAPTraceDepth value)
Sets the value of the field rnc-TraceDepth.
|
MAPTracePropagationList |
setTraceRecordingSessionReference(byte[] value)
Sets the value of the field traceRecordingSessionReference.
|
MAPTracePropagationList |
setTraceReference(byte[] value)
Sets the value of the field traceReference.
|
MAPTracePropagationList |
setTraceReference2(byte[] value)
Sets the value of the field traceReference2.
|
MAPTracePropagationList |
setTraceType(int value)
Sets the value of the field traceType and marks the field as present.
|
MAPTracePropagationList |
setTraceTypePresent(boolean flag)
Sets the presence or absence of the optional field traceType.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPTracePropagationList()
public MAPTracePropagationList clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPTracePropagationList copyOf(MAPTracePropagationList from)
from - the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic MAPMGW_EventList getMgw_EventList()
public MAPMGW_InterfaceList getMgw_InterfaceList()
public MAPTraceDepth getMgw_TraceDepth()
public MAPMSC_S_EventList getMsc_s_EventList()
public MAPMSC_S_InterfaceList getMsc_s_InterfaceList()
public MAPTraceDepth getMsc_s_TraceDepth()
public MAPRNC_InterfaceList getRnc_InterfaceList()
public MAPTraceDepth getRnc_TraceDepth()
public byte[] getTraceRecordingSessionReference()
public byte[] getTraceReference()
public byte[] getTraceReference2()
public int getTraceType()
public boolean hasMgw_EventList()
public boolean hasMgw_InterfaceList()
public boolean hasMgw_TraceDepth()
public boolean hasMsc_s_EventList()
public boolean hasMsc_s_InterfaceList()
public boolean hasMsc_s_TraceDepth()
public boolean hasRnc_InterfaceList()
public boolean hasRnc_TraceDepth()
public boolean hasTraceRecordingSessionReference()
public boolean hasTraceReference()
public boolean hasTraceReference2()
public boolean hasTraceType()
public MAPTracePropagationList setMgw_EventList(MAPMGW_EventList value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTracePropagationList setMgw_InterfaceList(MAPMGW_InterfaceList value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTracePropagationList setMgw_TraceDepth(MAPTraceDepth value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTracePropagationList setMsc_s_EventList(MAPMSC_S_EventList value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTracePropagationList setMsc_s_InterfaceList(MAPMSC_S_InterfaceList value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTracePropagationList setMsc_s_TraceDepth(MAPTraceDepth 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 AbstractDataObjectpublic MAPTracePropagationList setRnc_InterfaceList(MAPRNC_InterfaceList value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTracePropagationList setRnc_TraceDepth(MAPTraceDepth value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTracePropagationList setTraceRecordingSessionReference(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTracePropagationList setTraceReference(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTracePropagationList setTraceReference2(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTracePropagationList setTraceType(int value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPTracePropagationList setTraceTypePresent(boolean flag) throws IllegalStateException
flag - either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException - if this instance has been marked as read-only