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