|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.cnr.imaa.essi.ncml.binding.gml.MeasureType
public class MeasureType
Number with a scale. The value of uom (Units Of Measure) attribute is a reference to a Reference System for the amount, either a ratio or position scale.
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="uom" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
uom
|
protected double |
value
|
| Constructor Summary | |
|---|---|
MeasureType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getUom()
Gets the value of the uom property. |
double |
getValue()
Gets the value of the value property. |
void |
setUom(java.lang.String value)
Sets the value of the uom property. |
void |
setValue(double value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double value
protected java.lang.String uom
| Constructor Detail |
|---|
public MeasureType()
| Method Detail |
|---|
public double getValue()
public void setValue(double value)
public java.lang.String getUom()
Stringpublic void setUom(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||