public static class CalibrationInfo.CalibrationDocumentation 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="Documentation" type="{http://p11073-10207/draft10/pm/2017/10/05}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
<element name="CalibrationResult" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CalibrationInfo.CalibrationDocumentation.CalibrationResult
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<CalibrationInfo.CalibrationDocumentation.CalibrationResult> |
calibrationResult |
protected List<LocalizedText> |
documentation |
| Constructor and Description |
|---|
CalibrationDocumentation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<CalibrationInfo.CalibrationDocumentation.CalibrationResult> |
getCalibrationResult()
Gets the value of the calibrationResult property.
|
List<LocalizedText> |
getDocumentation()
Gets the value of the documentation property.
|
int |
hashCode() |
void |
setCalibrationResult(List<CalibrationInfo.CalibrationDocumentation.CalibrationResult> value) |
void |
setDocumentation(List<LocalizedText> value) |
String |
toString() |
protected List<LocalizedText> documentation
protected List<CalibrationInfo.CalibrationDocumentation.CalibrationResult> calibrationResult
public List<LocalizedText> getDocumentation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the documentation property.
For example, to add a new item, do as follows:
getDocumentation().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedText
public List<CalibrationInfo.CalibrationDocumentation.CalibrationResult> getCalibrationResult()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the calibrationResult property.
For example, to add a new item, do as follows:
getCalibrationResult().add(newItem);
Objects of the following type(s) are allowed in the list
CalibrationInfo.CalibrationDocumentation.CalibrationResult
public void setDocumentation(List<LocalizedText> value)
public void setCalibrationResult(List<CalibrationInfo.CalibrationDocumentation.CalibrationResult> value)
Copyright © 2018. All rights reserved.