public class MAPActivateTraceModeArg extends AbstractFieldsObject
ActivateTraceModeArg ::= SEQUENCE { imsi IMSI OPTIONAL, traceReference TraceReference, traceType TraceType, omc-Id AddressString OPTIONAL, -- Renamed from omcId between ph1 and ph2. extensionContainer ExtensionContainer OPTIONAL, -- Added in R96. ... traceReference2 TraceReference2 OPTIONAL, -- Added in release 6. traceDepthList TraceDepthList OPTIONAL, -- Added in release 6. traceNE-TypeList TraceNE-TypeList OPTIONAL, -- Added in release 6. traceInterfaceList TraceInterfaceList OPTIONAL, -- Added in release 6. traceEventList TraceEventList OPTIONAL, -- Added in release 6. traceCollectionEntity GSN-Address OPTIONAL -- Added in release 8. }Present in ph1.
Used as argument type by MAPOperations.activateTraceMode
.
Used as argument type by MAPOperations.activateTraceMode_v3
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPActivateTraceModeArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPActivateTraceModeArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPActivateTraceModeArg |
copyOf(MAPActivateTraceModeArg 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.
|
IMSIAddress |
getImsi()
Gets the value of the field imsi.
|
AddressString |
getOmc_Id()
Gets the value of the field omc-Id.
|
GSNAddress |
getTraceCollectionEntity()
Gets the value of the field traceCollectionEntity.
|
MAPTraceDepthList |
getTraceDepthList()
Gets the value of the field traceDepthList.
|
MAPTraceEventList |
getTraceEventList()
Gets the value of the field traceEventList.
|
MAPTraceInterfaceList |
getTraceInterfaceList()
Gets the value of the field traceInterfaceList.
|
MAPTraceNE_TypeList |
getTraceNE_TypeList()
Gets the value of the field traceNE-TypeList.
|
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 |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasImsi()
Tests whether the field imsi has a value.
|
boolean |
hasOmc_Id()
Tests whether the field omc-Id has a value.
|
boolean |
hasTraceCollectionEntity()
Tests whether the field traceCollectionEntity has a value.
|
boolean |
hasTraceDepthList()
Tests whether the field traceDepthList has a value.
|
boolean |
hasTraceEventList()
Tests whether the field traceEventList has a value.
|
boolean |
hasTraceInterfaceList()
Tests whether the field traceInterfaceList has a value.
|
boolean |
hasTraceNE_TypeList()
Tests whether the field traceNE-TypeList 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.
|
MAPActivateTraceModeArg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPActivateTraceModeArg |
setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPActivateTraceModeArg |
setOmc_Id(AddressString value)
Sets the value of the field omc-Id.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPActivateTraceModeArg |
setTraceCollectionEntity(GSNAddress value)
Sets the value of the field traceCollectionEntity.
|
MAPActivateTraceModeArg |
setTraceDepthList(MAPTraceDepthList value)
Sets the value of the field traceDepthList.
|
MAPActivateTraceModeArg |
setTraceEventList(MAPTraceEventList value)
Sets the value of the field traceEventList.
|
MAPActivateTraceModeArg |
setTraceInterfaceList(MAPTraceInterfaceList value)
Sets the value of the field traceInterfaceList.
|
MAPActivateTraceModeArg |
setTraceNE_TypeList(MAPTraceNE_TypeList value)
Sets the value of the field traceNE-TypeList.
|
MAPActivateTraceModeArg |
setTraceReference(byte[] value)
Sets the value of the field traceReference.
|
MAPActivateTraceModeArg |
setTraceReference2(byte[] value)
Sets the value of the field traceReference2.
|
MAPActivateTraceModeArg |
setTraceType(int value)
Sets the value of the field traceType and marks the field as present.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPActivateTraceModeArg()
public MAPActivateTraceModeArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPActivateTraceModeArg copyOf(MAPActivateTraceModeArg from)
from
- the object from which to copypublic MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic IMSIAddress getImsi()
public AddressString getOmc_Id()
public GSNAddress getTraceCollectionEntity()
public MAPTraceDepthList getTraceDepthList()
public MAPTraceEventList getTraceEventList()
public MAPTraceInterfaceList getTraceInterfaceList()
public MAPTraceNE_TypeList getTraceNE_TypeList()
public byte[] getTraceReference()
public byte[] getTraceReference2()
public int getTraceType()
public boolean hasExtensionContainer()
public boolean hasImsi()
public boolean hasOmc_Id()
public boolean hasTraceCollectionEntity()
public boolean hasTraceDepthList()
public boolean hasTraceEventList()
public boolean hasTraceInterfaceList()
public boolean hasTraceNE_TypeList()
public boolean hasTraceReference()
public boolean hasTraceReference2()
public boolean hasTraceType()
public MAPActivateTraceModeArg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPActivateTraceModeArg setImsi(IMSIAddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPActivateTraceModeArg setOmc_Id(AddressString 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 MAPActivateTraceModeArg setTraceCollectionEntity(GSNAddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPActivateTraceModeArg setTraceDepthList(MAPTraceDepthList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPActivateTraceModeArg setTraceEventList(MAPTraceEventList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPActivateTraceModeArg setTraceInterfaceList(MAPTraceInterfaceList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPActivateTraceModeArg setTraceNE_TypeList(MAPTraceNE_TypeList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPActivateTraceModeArg setTraceReference(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPActivateTraceModeArg setTraceReference2(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPActivateTraceModeArg setTraceType(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only