public class MAPTraceEventList extends AbstractFieldsObject
TraceEventList ::= SEQUENCE { msc-s-List MSC-S-EventList OPTIONAL, mgw-List MGW-EventList OPTIONAL, sgsn-List SGSN-EventList OPTIONAL, ggsn-List GGSN-EventList OPTIONAL, bmsc-List BMSC-EventList OPTIONAL, ... mme-List MME-EventList OPTIONAL, -- Added in release 8. sgw-List SGW-EventList OPTIONAL, -- Added in release 8. pgw-List PGW-EventList OPTIONAL -- Added in release 8. }Added in release 6.
Used as field type by MAPActivateTraceModeArg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPTraceEventList()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPTraceEventList |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPTraceEventList |
copyOf(MAPTraceEventList 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.
|
MAPBMSC_EventList |
getBmsc_List()
Gets the value of the field bmsc-List.
|
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.
|
MAPGGSN_EventList |
getGgsn_List()
Gets the value of the field ggsn-List.
|
MAPMGW_EventList |
getMgw_List()
Gets the value of the field mgw-List.
|
MAPMME_EventList |
getMme_List()
Gets the value of the field mme-List.
|
MAPMSC_S_EventList |
getMsc_s_List()
Gets the value of the field msc-s-List.
|
MAPPGW_EventList |
getPgw_List()
Gets the value of the field pgw-List.
|
MAPSGSN_EventList |
getSgsn_List()
Gets the value of the field sgsn-List.
|
MAPSGW_EventList |
getSgw_List()
Gets the value of the field sgw-List.
|
boolean |
hasBmsc_List()
Tests whether the field bmsc-List has a value.
|
boolean |
hasGgsn_List()
Tests whether the field ggsn-List has a value.
|
boolean |
hasMgw_List()
Tests whether the field mgw-List has a value.
|
boolean |
hasMme_List()
Tests whether the field mme-List has a value.
|
boolean |
hasMsc_s_List()
Tests whether the field msc-s-List has a value.
|
boolean |
hasPgw_List()
Tests whether the field pgw-List has a value.
|
boolean |
hasSgsn_List()
Tests whether the field sgsn-List has a value.
|
boolean |
hasSgw_List()
Tests whether the field sgw-List has a value.
|
MAPTraceEventList |
setBmsc_List(MAPBMSC_EventList value)
Sets the value of the field bmsc-List.
|
MAPTraceEventList |
setGgsn_List(MAPGGSN_EventList value)
Sets the value of the field ggsn-List.
|
MAPTraceEventList |
setMgw_List(MAPMGW_EventList value)
Sets the value of the field mgw-List.
|
MAPTraceEventList |
setMme_List(MAPMME_EventList value)
Sets the value of the field mme-List.
|
MAPTraceEventList |
setMsc_s_List(MAPMSC_S_EventList value)
Sets the value of the field msc-s-List.
|
MAPTraceEventList |
setPgw_List(MAPPGW_EventList value)
Sets the value of the field pgw-List.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPTraceEventList |
setSgsn_List(MAPSGSN_EventList value)
Sets the value of the field sgsn-List.
|
MAPTraceEventList |
setSgw_List(MAPSGW_EventList value)
Sets the value of the field sgw-List.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPTraceEventList()
public MAPTraceEventList clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPTraceEventList copyOf(MAPTraceEventList from)
from
- the object from which to copypublic MAPBMSC_EventList getBmsc_List()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic MAPGGSN_EventList getGgsn_List()
public MAPMGW_EventList getMgw_List()
public MAPMME_EventList getMme_List()
public MAPMSC_S_EventList getMsc_s_List()
public MAPPGW_EventList getPgw_List()
public MAPSGSN_EventList getSgsn_List()
public MAPSGW_EventList getSgw_List()
public boolean hasBmsc_List()
public boolean hasGgsn_List()
public boolean hasMgw_List()
public boolean hasMme_List()
public boolean hasMsc_s_List()
public boolean hasPgw_List()
public boolean hasSgsn_List()
public boolean hasSgw_List()
public MAPTraceEventList setBmsc_List(MAPBMSC_EventList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPTraceEventList setGgsn_List(MAPGGSN_EventList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPTraceEventList setMgw_List(MAPMGW_EventList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPTraceEventList setMme_List(MAPMME_EventList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPTraceEventList setMsc_s_List(MAPMSC_S_EventList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPTraceEventList setPgw_List(MAPPGW_EventList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject
public MAPTraceEventList setSgsn_List(MAPSGSN_EventList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPTraceEventList setSgw_List(MAPSGW_EventList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only