public class VolumeMeasure extends AbstractMeasure
Java class for volumeMeasure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="volumeMeasure">
<simpleContent>
<extension base="<http://www.witsml.org/schemas/1series>abstractMeasure">
<attribute name="uom" use="required" type="{http://www.witsml.org/schemas/1series}VolumeUom" />
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
VolumeMeasure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUom()
Gets the value of the uom property.
|
void |
setUom(String value)
Sets the value of the uom property.
|
getValue, setValueCopyright © 2017. All rights reserved.