public static class CalibrationInfo.CalibrationDocumentation.CalibrationResult
extends java.lang.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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/>
<element name="Value" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}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(java.lang.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.
|
java.lang.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
Measurementpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object