public class DirectionVectorType extends Object
Java class for DirectionVectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DirectionVectorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="horizontalAngle">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>double">
<attribute name="uom" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="deg" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="verticalAngle" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>double">
<attribute name="uom" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="deg" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DirectionVectorType.HorizontalAngle
Java class for anonymous complex type.
|
static class |
DirectionVectorType.VerticalAngle
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected DirectionVectorType.HorizontalAngle |
horizontalAngle |
protected DirectionVectorType.VerticalAngle |
verticalAngle |
| Constructor and Description |
|---|
DirectionVectorType() |
| Modifier and Type | Method and Description |
|---|---|
DirectionVectorType.HorizontalAngle |
getHorizontalAngle()
Gets the value of the horizontalAngle property.
|
DirectionVectorType.VerticalAngle |
getVerticalAngle()
Gets the value of the verticalAngle property.
|
void |
setHorizontalAngle(DirectionVectorType.HorizontalAngle value)
Sets the value of the horizontalAngle property.
|
void |
setVerticalAngle(DirectionVectorType.VerticalAngle value)
Sets the value of the verticalAngle property.
|
protected DirectionVectorType.HorizontalAngle horizontalAngle
protected DirectionVectorType.VerticalAngle verticalAngle
public DirectionVectorType.HorizontalAngle getHorizontalAngle()
DirectionVectorType.HorizontalAnglepublic void setHorizontalAngle(DirectionVectorType.HorizontalAngle value)
value - allowed object is
DirectionVectorType.HorizontalAnglepublic DirectionVectorType.VerticalAngle getVerticalAngle()
DirectionVectorType.VerticalAnglepublic void setVerticalAngle(DirectionVectorType.VerticalAngle value)
value - allowed object is
DirectionVectorType.VerticalAngleCopyright © 2020 Tethys. All rights reserved.