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