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 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) |
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 |
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 CalibrationState componentCalibrationState
protected CalibrationType type
protected BigInteger time
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic 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
BigIntegerCopyright © 2018. All rights reserved.