public class MAPDeferredmt_lrData extends AbstractFieldsObject
Deferredmt-lrData ::=
SEQUENCE {
deferredLocationEventType DeferredLocationEventType,
terminationCause TerminationCause OPTIONAL,
lcsLocationInfo LCSLocationInfo OPTIONAL,
...
}
Added in release 4. lcsLocationInfo may be included only if a terminationCause is present indicating mt-lrRestart.
Used as field type by MAPSubscriberLocationReport_Arg.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPDeferredmt_lrData()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPDeferredmt_lrData |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPDeferredmt_lrData |
copyOf(MAPDeferredmt_lrData 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.
|
MAPDeferredLocationEventType |
getDeferredLocationEventType()
Gets the value of the field deferredLocationEventType.
|
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.
|
MAPLCSLocationInfo |
getLcsLocationInfo()
Gets the value of the field lcsLocationInfo.
|
MAPTerminationCause |
getTerminationCause()
Gets the value of the field terminationCause.
|
boolean |
hasDeferredLocationEventType()
Tests whether the field deferredLocationEventType has a value.
|
boolean |
hasLcsLocationInfo()
Tests whether the field lcsLocationInfo has a value.
|
boolean |
hasTerminationCause()
Tests whether the field terminationCause has a value.
|
MAPDeferredmt_lrData |
setDeferredLocationEventType(MAPDeferredLocationEventType value)
Sets the value of the field deferredLocationEventType.
|
MAPDeferredmt_lrData |
setLcsLocationInfo(MAPLCSLocationInfo value)
Sets the value of the field lcsLocationInfo.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPDeferredmt_lrData |
setTerminationCause(MAPTerminationCause value)
Sets the value of the field terminationCause.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPDeferredmt_lrData()
public MAPDeferredmt_lrData clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPDeferredmt_lrData copyOf(MAPDeferredmt_lrData from)
from - the object from which to copypublic MAPDeferredLocationEventType getDeferredLocationEventType()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic MAPLCSLocationInfo getLcsLocationInfo()
public MAPTerminationCause getTerminationCause()
public boolean hasDeferredLocationEventType()
public boolean hasLcsLocationInfo()
public boolean hasTerminationCause()
public MAPDeferredmt_lrData setDeferredLocationEventType(MAPDeferredLocationEventType value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPDeferredmt_lrData setLcsLocationInfo(MAPLCSLocationInfo 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 MAPDeferredmt_lrData setTerminationCause(MAPTerminationCause value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only