public class Measurement extends Object
Java class for Measurement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Measurement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://p11073-10207/draft6/ext/2016/12/08}Extension" minOccurs="0"/>
<element name="MeasurementUnit" type="{http://p11073-10207/draft6/pm/2016/12/08}CodedValue"/>
</sequence>
<attribute name="MeasuredValue" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected BigDecimal |
measuredValue |
protected CodedValue |
unitCode |
| Constructor and Description |
|---|
Measurement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
BigDecimal |
getMeasuredValue()
The value of pm:Measurement.
|
CodedValue |
getUnitCode()
The unit (dimension) of pm:Measurement.
|
int |
hashCode() |
void |
setExtension(ExtensionType 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.
|
String |
toString() |
protected ExtensionType extension
protected CodedValue unitCode
protected BigDecimal measuredValue
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic CodedValue getUnitCode()
CodedValuepublic void setUnitCode(CodedValue value)
value - allowed object is
CodedValuepublic BigDecimal getMeasuredValue()
BigDecimalpublic void setMeasuredValue(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2017. All rights reserved.