public class MAPLCS_QoS extends AbstractFieldsObject
LCS-QoS ::=
SEQUENCE {
horizontal-accuracy Horizontal-Accuracy OPTIONAL,
verticalCoordinateRequest NULL OPTIONAL,
vertical-accuracy Vertical-Accuracy OPTIONAL,
responseTime ResponseTime OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL,
...
velocityRequest NULL OPTIONAL -- Added in release 7.
}
Added in R98.
Used as field type by MAPProvideSubscriberLocation_Arg.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPLCS_QoS()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPLCS_QoS |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLCS_QoS |
copyOf(MAPLCS_QoS 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.
|
byte[] |
getHorizontal_accuracy()
Gets the value of the field horizontal-accuracy.
|
MAPResponseTime |
getResponseTime()
Gets the value of the field responseTime.
|
byte[] |
getVertical_accuracy()
Gets the value of the field vertical-accuracy.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasHorizontal_accuracy()
Tests whether the field horizontal-accuracy has a value.
|
boolean |
hasResponseTime()
Tests whether the field responseTime has a value.
|
boolean |
hasVelocityRequest()
Tests whether the field velocityRequest is present.
|
boolean |
hasVertical_accuracy()
Tests whether the field vertical-accuracy has a value.
|
boolean |
hasVerticalCoordinateRequest()
Tests whether the field verticalCoordinateRequest is present.
|
MAPLCS_QoS |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPLCS_QoS |
setHorizontal_accuracy(byte[] value)
Sets the value of the field horizontal-accuracy.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPLCS_QoS |
setResponseTime(MAPResponseTime value)
Sets the value of the field responseTime.
|
MAPLCS_QoS |
setVelocityRequestPresent(boolean flag)
Sets the presence or absence of the optional field velocityRequest.
|
MAPLCS_QoS |
setVertical_accuracy(byte[] value)
Sets the value of the field vertical-accuracy.
|
MAPLCS_QoS |
setVerticalCoordinateRequestPresent(boolean flag)
Sets the presence or absence of the optional field verticalCoordinateRequest.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPLCS_QoS clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPLCS_QoS copyOf(MAPLCS_QoS from)
from - the object from which to copypublic MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic byte[] getHorizontal_accuracy()
public MAPResponseTime getResponseTime()
public byte[] getVertical_accuracy()
public boolean hasExtensionContainer()
public boolean hasHorizontal_accuracy()
public boolean hasResponseTime()
public boolean hasVelocityRequest()
public boolean hasVerticalCoordinateRequest()
public boolean hasVertical_accuracy()
public MAPLCS_QoS setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPLCS_QoS setHorizontal_accuracy(byte[] 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 MAPLCS_QoS setResponseTime(MAPResponseTime value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPLCS_QoS setVelocityRequestPresent(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-onlypublic MAPLCS_QoS setVerticalCoordinateRequestPresent(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-onlypublic MAPLCS_QoS setVertical_accuracy(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only