public class CalibrationInfo extends Object
Java class for CalibrationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalibrationInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://p11073-10207/draft10/ext/2017/10/05}Extension" minOccurs="0"/>
<element name="CalibrationDocumentation" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
<attribute name="ComponentCalibrationState" type="{http://p11073-10207/draft10/pm/2017/10/05}CalibrationState" />
<attribute name="Type" type="{http://p11073-10207/draft10/pm/2017/10/05}CalibrationType" />
<attribute name="Time" type="{http://p11073-10207/draft10/pm/2017/10/05}Timestamp" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CalibrationInfo.CalibrationDocumentation
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<CalibrationInfo.CalibrationDocumentation> |
calibrationDocumentation |
protected CalibrationState |
componentCalibrationState |
protected ExtensionType |
extension |
protected BigInteger |
time |
protected CalibrationType |
type |
| Constructor and Description |
|---|
CalibrationInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<CalibrationInfo.CalibrationDocumentation> |
getCalibrationDocumentation()
Gets the value of the calibrationDocumentation property.
|
CalibrationState |
getComponentCalibrationState()
Gets the value of the componentCalibrationState property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
BigInteger |
getTime()
Gets the value of the time property.
|
CalibrationType |
getType()
Gets the value of the type property.
|
int |
hashCode() |
void |
setCalibrationDocumentation(List<CalibrationInfo.CalibrationDocumentation> value) |
void |
setComponentCalibrationState(CalibrationState value)
Sets the value of the componentCalibrationState property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setTime(BigInteger value)
Sets the value of the time property.
|
void |
setType(CalibrationType value)
Sets the value of the type property.
|
String |
toString() |
protected ExtensionType extension
protected List<CalibrationInfo.CalibrationDocumentation> calibrationDocumentation
protected CalibrationState componentCalibrationState
protected CalibrationType type
protected BigInteger time
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic List<CalibrationInfo.CalibrationDocumentation> getCalibrationDocumentation()
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 calibrationDocumentation property.
For example, to add a new item, do as follows:
getCalibrationDocumentation().add(newItem);
Objects of the following type(s) are allowed in the list
CalibrationInfo.CalibrationDocumentation
public CalibrationState getComponentCalibrationState()
CalibrationStatepublic void setComponentCalibrationState(CalibrationState value)
value - allowed object is
CalibrationStatepublic CalibrationType getType()
CalibrationTypepublic void setType(CalibrationType value)
value - allowed object is
CalibrationTypepublic BigInteger getTime()
BigIntegerpublic void setTime(BigInteger value)
value - allowed object is
BigIntegerpublic void setCalibrationDocumentation(List<CalibrationInfo.CalibrationDocumentation> value)
Copyright © 2018. All rights reserved.