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