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