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