public class AreaRotationElementType extends Object
Java class for areaRotationElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="areaRotationElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" use="required" type="{}areaOrientationType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
value |
| Constructor and Description |
|---|
AreaRotationElementType() |
| Modifier and Type | Method and Description |
|---|---|
double |
getValue()
Gets the value of the value property.
|
void |
setValue(double value)
Sets the value of the value property.
|