public class Angle extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>decimal">
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="units" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected String |
type |
protected String |
units |
protected BigDecimal |
value |
| Constructor and Description |
|---|
Angle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUnits()
Gets the value of the units property.
|
BigDecimal |
getValue()
Gets the value of the value property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUnits(String value)
Sets the value of the units property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
protected BigDecimal value
protected String clazz
protected String type
protected String units
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getUnits()
StringCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.