public class MAPDeactivateTraceModeArg extends AbstractFieldsObject
DeactivateTraceModeArg ::= SEQUENCE { imsi IMSI OPTIONAL, traceReference TraceReference, extensionContainer ExtensionContainer OPTIONAL, -- Added in R96. ... traceReference2 TraceReference2 OPTIONAL -- Added in release 6. }Present in ph1.
Used as argument type by MAPOperations.deactivateTraceMode
.
Used as argument type by MAPOperations.deactivateTraceMode_v3
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPDeactivateTraceModeArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPDeactivateTraceModeArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPDeactivateTraceModeArg |
copyOf(MAPDeactivateTraceModeArg 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.
|
byte[] |
getTraceReference()
Gets the value of the field traceReference.
|
byte[] |
getTraceReference2()
Gets the value of the field traceReference2.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasImsi()
Tests whether the field imsi has a value.
|
boolean |
hasTraceReference()
Tests whether the field traceReference has a value.
|
boolean |
hasTraceReference2()
Tests whether the field traceReference2 has a value.
|
MAPDeactivateTraceModeArg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPDeactivateTraceModeArg |
setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPDeactivateTraceModeArg |
setTraceReference(byte[] value)
Sets the value of the field traceReference.
|
MAPDeactivateTraceModeArg |
setTraceReference2(byte[] value)
Sets the value of the field traceReference2.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPDeactivateTraceModeArg()
public MAPDeactivateTraceModeArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPDeactivateTraceModeArg copyOf(MAPDeactivateTraceModeArg 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 byte[] getTraceReference()
public byte[] getTraceReference2()
public boolean hasExtensionContainer()
public boolean hasImsi()
public boolean hasTraceReference()
public boolean hasTraceReference2()
public MAPDeactivateTraceModeArg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPDeactivateTraceModeArg setImsi(IMSIAddress 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 MAPDeactivateTraceModeArg setTraceReference(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPDeactivateTraceModeArg setTraceReference2(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only