public class VerticalAngleType extends Object
Java class for VerticalAngleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VerticalAngleType"> <simpleContent> <extension base="<http://tethys.sdsu.edu/schema/1.0>VerticalAngleRestriction"> <attribute name="uom" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="deg" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
uom |
protected double |
value |
Constructor and Description |
---|
VerticalAngleType() |
Modifier and Type | Method and Description |
---|---|
String |
getUom()
Gets the value of the uom property.
|
double |
getValue()
Gets the value of the value property.
|
void |
setUom(String value)
Sets the value of the uom property.
|
void |
setValue(double value)
Sets the value of the value property.
|
protected double value
protected String uom
Copyright © 2024 Tethys. All rights reserved.