public class AbstractDeviceComponentState extends AbstractState
Java class for AbstractDeviceComponentState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractDeviceComponentState">
<complexContent>
<extension base="{http://p11073-10207/draft6/pm/2016/12/08}AbstractState">
<sequence>
<element name="CalibrationInfo" type="{http://p11073-10207/draft6/pm/2016/12/08}CalibrationInfo" minOccurs="0"/>
<element name="NextCalibration" type="{http://p11073-10207/draft6/pm/2016/12/08}CalibrationInfo" minOccurs="0"/>
</sequence>
<attribute name="ActivationState" type="{http://p11073-10207/draft6/pm/2016/12/08}ComponentActivation" />
<attribute name="OperatingHours" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="OperatingCycles" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ComponentActivation |
activationState |
protected CalibrationInfo |
calibrationInfo |
protected CalibrationInfo |
nextCalibration |
protected Integer |
operatingCycles |
protected Long |
operatingHours |
descriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
AbstractDeviceComponentState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ComponentActivation |
getActivationState()
Gets the value of the activationState property.
|
CalibrationInfo |
getCalibrationInfo()
Gets the value of the calibrationInfo property.
|
CalibrationInfo |
getNextCalibration()
Gets the value of the nextCalibration property.
|
Integer |
getOperatingCycles()
Gets the value of the operatingCycles property.
|
Long |
getOperatingHours()
Gets the value of the operatingHours property.
|
int |
hashCode() |
void |
setActivationState(ComponentActivation value)
Sets the value of the activationState property.
|
void |
setCalibrationInfo(CalibrationInfo value)
Sets the value of the calibrationInfo property.
|
void |
setNextCalibration(CalibrationInfo value)
Sets the value of the nextCalibration property.
|
void |
setOperatingCycles(Integer value)
Sets the value of the operatingCycles property.
|
void |
setOperatingHours(Long value)
Sets the value of the operatingHours property.
|
String |
toString() |
getDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected CalibrationInfo calibrationInfo
protected CalibrationInfo nextCalibration
protected ComponentActivation activationState
protected Long operatingHours
protected Integer operatingCycles
public CalibrationInfo getCalibrationInfo()
CalibrationInfopublic void setCalibrationInfo(CalibrationInfo value)
value - allowed object is
CalibrationInfopublic CalibrationInfo getNextCalibration()
CalibrationInfopublic void setNextCalibration(CalibrationInfo value)
value - allowed object is
CalibrationInfopublic ComponentActivation getActivationState()
ComponentActivationpublic void setActivationState(ComponentActivation value)
value - allowed object is
ComponentActivationpublic Long getOperatingHours()
Longpublic void setOperatingHours(Long value)
value - allowed object is
Longpublic Integer getOperatingCycles()
Integerpublic void setOperatingCycles(Integer value)
value - allowed object is
Integerpublic String toString()
toString in class AbstractStatepublic boolean equals(Object that)
equals in class AbstractStatepublic int hashCode()
hashCode in class AbstractStateCopyright © 2018. All rights reserved.