public class DirectionWErrorType extends DirectionVectorType
Java class for DirectionWErrorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DirectionWErrorType"> <complexContent> <extension base="{http://tethys.sdsu.edu/schema/1.0}DirectionVectorType"> <sequence> <element name="StdError" type="{http://tethys.sdsu.edu/schema/1.0}DirectionVectorType"/> </sequence> </extension> </complexContent> </complexType>
DirectionVectorType.HorizontalAngle, DirectionVectorType.VerticalAngle
Modifier and Type | Field and Description |
---|---|
protected DirectionVectorType |
stdError |
horizontalAngle, verticalAngle
Constructor and Description |
---|
DirectionWErrorType() |
Modifier and Type | Method and Description |
---|---|
DirectionVectorType |
getStdError()
Gets the value of the stdError property.
|
void |
setStdError(DirectionVectorType value)
Sets the value of the stdError property.
|
getHorizontalAngle, getVerticalAngle, setHorizontalAngle, setVerticalAngle
protected DirectionVectorType stdError
public DirectionVectorType getStdError()
DirectionVectorType
public void setStdError(DirectionVectorType value)
value
- allowed object is
DirectionVectorType
Copyright © 2020 Tethys. All rights reserved.