public class MeasureType
extends java.lang.Object
Java class for MeasureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeasureType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>double">
<attribute name="unit" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
unit |
protected double |
value |
| Constructor and Description |
|---|
MeasureType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUnit()
Gets the value of the unit property.
|
double |
getValue()
Gets the value of the value property.
|
void |
setUnit(java.lang.String value)
Sets the value of the unit property.
|
void |
setValue(double value)
Sets the value of the value property.
|
public double getValue()
public void setValue(double value)
public java.lang.String getUnit()
Stringpublic void setUnit(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.