public static class CalibrationInfo.CalibrationDocumentation.CalibrationResult extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code" type="{http://p11073-10207/draft10/pm/2017/10/05}CodedValue"/>
<element name="Value" type="{http://p11073-10207/draft10/pm/2017/10/05}Measurement"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodedValue |
code |
protected Measurement |
value |
| Constructor and Description |
|---|
CalibrationResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
CodedValue |
getCode()
Gets the value of the code property.
|
Measurement |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setCode(CodedValue value)
Sets the value of the code property.
|
void |
setValue(Measurement value)
Sets the value of the value property.
|
String |
toString() |
protected CodedValue code
protected Measurement value
public CodedValue getCode()
CodedValuepublic void setCode(CodedValue value)
value - allowed object is
CodedValuepublic Measurement getValue()
Measurementpublic void setValue(Measurement value)
value - allowed object is
MeasurementCopyright © 2017. All rights reserved.