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/draft6/ext/2016/12/08}Extension" minOccurs="0"/>
</sequence>
<attribute name="ComponentCalibrationState" type="{http://p11073-10207/draft6/pm/2016/12/08}CalibrationState" />
<attribute name="Type" type="{http://p11073-10207/draft6/pm/2016/12/08}CalibrationType" />
<attribute name="Time" type="{http://p11073-10207/draft6/pm/2016/12/08}Timestamp" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CalibrationType |
calibration |
protected CalibrationState |
calibrationState |
protected BigInteger |
calibrationTime |
protected ExtensionType |
extension |
| Constructor and Description |
|---|
CalibrationInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
CalibrationType |
getCalibration()
Type of the calibration.
|
CalibrationState |
getCalibrationState()
ATTRIBUTE definition of ComponentCalibration.
|
BigInteger |
getCalibrationTime()
Time of the calibration.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
int |
hashCode() |
void |
setCalibration(CalibrationType value)
Sets the value of the calibration property.
|
void |
setCalibrationState(CalibrationState value)
Sets the value of the calibrationState property.
|
void |
setCalibrationTime(BigInteger value)
Sets the value of the calibrationTime property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
String |
toString() |
protected ExtensionType extension
protected CalibrationState calibrationState
protected CalibrationType calibration
protected BigInteger calibrationTime
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic CalibrationState getCalibrationState()
CalibrationStatepublic void setCalibrationState(CalibrationState value)
value - allowed object is
CalibrationStatepublic CalibrationType getCalibration()
CalibrationTypepublic void setCalibration(CalibrationType value)
value - allowed object is
CalibrationTypepublic BigInteger getCalibrationTime()
BigIntegerpublic void setCalibrationTime(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2018. All rights reserved.