public class Measure extends Object
Java class for Measure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Measure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://extension-point-uri/15/03}Extension" minOccurs="0"/>
<element name="MeasurementUnit" type="{http://domain-model-uri/15/04}CodedValue"/>
</sequence>
<attribute name="MeasuredValue" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Extension |
extension |
protected BigDecimal |
measuredValue |
protected CodedValue |
unitCode |
| Constructor and Description |
|---|
Measure() |
| Modifier and Type | Method and Description |
|---|---|
Extension |
getExtension()
Gets the value of the extension property.
|
BigDecimal |
getMeasuredValue()
The value of the measure.
|
CodedValue |
getUnitCode()
The unit (dimension) of the measure.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setMeasuredValue(BigDecimal value)
Sets the value of the measuredValue property.
|
void |
setUnitCode(CodedValue value)
Sets the value of the unitCode property.
|
protected Extension extension
protected CodedValue unitCode
protected BigDecimal measuredValue
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic CodedValue getUnitCode()
CodedValuepublic void setUnitCode(CodedValue value)
value - allowed object is
CodedValuepublic BigDecimal getMeasuredValue()
BigDecimalpublic void setMeasuredValue(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016. All rights reserved.