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://extension-point-uri/15/03}Extension" minOccurs="0"/>
</sequence>
<attribute ref="{http://domain-model-uri/15/04}ComponentCalibrationState"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CalibrationState |
calibrationState |
protected Extension |
extension |
| Constructor and Description |
|---|
CalibrationInfo() |
| Modifier and Type | Method and Description |
|---|---|
CalibrationState |
getCalibrationState()
Attribute definition of ComponentCalibration.
|
Extension |
getExtension()
Gets the value of the extension property.
|
void |
setCalibrationState(CalibrationState value)
Sets the value of the calibrationState property.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
protected Extension extension
protected CalibrationState calibrationState
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic CalibrationState getCalibrationState()
CalibrationStatepublic void setCalibrationState(CalibrationState value)
value - allowed object is
CalibrationStateCopyright © 2016. All rights reserved.