public class AbstractDeviceComponentState extends State
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 CalibrationInfo |
calibrationInfo |
protected CalibrationInfo |
nextCalibration |
protected Integer |
operatingCycles |
protected Long |
operatingHours |
protected ComponentActivation |
state |
descriptorVersion, extension, referencedDescriptor, stateVersion| Constructor and Description |
|---|
AbstractDeviceComponentState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
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.
|
ComponentActivation |
getState()
See pm:ComponentActivation.
|
int |
hashCode() |
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.
|
void |
setState(ComponentActivation value)
Sets the value of the state property.
|
String |
toString() |
getDescriptorVersion, getExtension, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setReferencedDescriptor, setStateVersionprotected CalibrationInfo calibrationInfo
protected CalibrationInfo nextCalibration
protected ComponentActivation state
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 getState()
ComponentActivationpublic void setState(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
IntegerCopyright © 2017. All rights reserved.