public class CalibrationInfo
extends java.lang.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://standards.ieee.org/downloads/11073/11073-10207-2017/extension}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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}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://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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="ComponentCalibrationState" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CalibrationState" />
<attribute name="Type" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CalibrationType" />
<attribute name="Time" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}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 java.util.List<CalibrationInfo.CalibrationDocumentation> |
calibrationDocumentation |
protected CalibrationState |
componentCalibrationState |
protected ExtensionType |
extension |
protected java.math.BigInteger |
time |
protected CalibrationType |
type |
| Constructor and Description |
|---|
CalibrationInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.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.
|
java.math.BigInteger |
getTime()
Gets the value of the time property.
|
CalibrationType |
getType()
Gets the value of the type property.
|
int |
hashCode() |
void |
setCalibrationDocumentation(java.util.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(java.math.BigInteger value)
Sets the value of the time property.
|
void |
setType(CalibrationType value)
Sets the value of the type property.
|
java.lang.String |
toString() |
protected ExtensionType extension
protected java.util.List<CalibrationInfo.CalibrationDocumentation> calibrationDocumentation
protected CalibrationState componentCalibrationState
protected CalibrationType type
protected java.math.BigInteger time
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic java.util.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 java.math.BigInteger getTime()
BigIntegerpublic void setTime(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic 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.Objectpublic void setCalibrationDocumentation(java.util.List<CalibrationInfo.CalibrationDocumentation> value)