|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.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.
Classe Java pour MeasureType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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 String |
uom
|
protected double |
value
|
| Constructor Summary | |
|---|---|
MeasureType()
|
|
| Method Summary | |
|---|---|
String |
getUom()
Obtient la valeur de la propriété uom. |
double |
getValue()
Obtient la valeur de la propriété value. |
boolean |
isSetUom()
|
boolean |
isSetValue()
|
void |
setUom(String value)
Définit la valeur de la propriété uom. |
void |
setValue(double value)
Définit la valeur de la propriété value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double value
protected String uom
| Constructor Detail |
|---|
public MeasureType()
| Method Detail |
|---|
public double getValue()
public void setValue(double value)
public boolean isSetValue()
public String getUom()
Stringpublic void setUom(String value)
value - allowed object is
Stringpublic boolean isSetUom()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||