public class MeasureType extends 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="uom" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
uom |
protected double |
value |
| Constructor and Description |
|---|
MeasureType()
Default no-arg constructor
|
MeasureType(double value,
String uom)
Fully-initialising value constructor
|
protected double value
protected String uom
public MeasureType()
public MeasureType(double value,
String uom)
Copyright © 2015. All rights reserved.