public class BearingType extends Object
Java class for BearingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BearingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Angle1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0"/>
<maxExclusive value="360"/>
</restriction>
</simpleType>
</element>
<element name="Angle2" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="-90"/>
<maxInclusive value="90"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
angle1 |
protected Double |
angle2 |
| Constructor and Description |
|---|
BearingType() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAngle1()
Gets the value of the angle1 property.
|
Double |
getAngle2()
Gets the value of the angle2 property.
|
void |
setAngle1(double value)
Sets the value of the angle1 property.
|
void |
setAngle2(Double value)
Sets the value of the angle2 property.
|
protected double angle1
protected Double angle2
Copyright © 2024 Tethys. All rights reserved.