public class DirectionCompassValue extends DataValue
Java class for DirectionCompassValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DirectionCompassValue">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}DataValue">
<sequence>
<element name="directionCompass" type="{http://datex2.eu/schema/2/2_0}DirectionCompassEnum"/>
<element name="directionCompassValueExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DirectionCompassEnum |
directionCompass |
protected ExtensionType |
directionCompassValueExtension |
accuracy, computationalMethod, dataError, dataValueExtension, numberOfIncompleteInputs, numberOfInputValuesUsed, reasonForDataError, smoothingFactor, standardDeviation, supplierCalculatedDataQuality| Constructor and Description |
|---|
DirectionCompassValue() |
| Modifier and Type | Method and Description |
|---|---|
DirectionCompassEnum |
getDirectionCompass()
Gets the value of the directionCompass property.
|
ExtensionType |
getDirectionCompassValueExtension()
Gets the value of the directionCompassValueExtension property.
|
void |
setDirectionCompass(DirectionCompassEnum value)
Sets the value of the directionCompass property.
|
void |
setDirectionCompassValueExtension(ExtensionType value)
Sets the value of the directionCompassValueExtension property.
|
getAccuracy, getComputationalMethod, getDataValueExtension, getNumberOfIncompleteInputs, getNumberOfInputValuesUsed, getReasonForDataError, getSmoothingFactor, getStandardDeviation, getSupplierCalculatedDataQuality, isDataError, setAccuracy, setComputationalMethod, setDataError, setDataValueExtension, setNumberOfIncompleteInputs, setNumberOfInputValuesUsed, setReasonForDataError, setSmoothingFactor, setStandardDeviation, setSupplierCalculatedDataQualityprotected DirectionCompassEnum directionCompass
protected ExtensionType directionCompassValueExtension
public DirectionCompassEnum getDirectionCompass()
DirectionCompassEnumpublic void setDirectionCompass(DirectionCompassEnum value)
value - allowed object is
DirectionCompassEnumpublic ExtensionType getDirectionCompassValueExtension()
ExtensionTypepublic void setDirectionCompassValueExtension(ExtensionType value)
value - allowed object is
ExtensionType