public class ComponentState extends State
Java class for ComponentState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComponentState">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractState">
<sequence>
<element name="CalibrationInfo" type="{http://domain-model-uri/15/04}CalibrationInfo" minOccurs="0"/>
</sequence>
<attribute ref="{http://domain-model-uri/15/04}ComponentActivationState"/>
<attribute name="OperatingHours" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="OperatingCycles" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CalibrationInfo |
calibrationInfo |
protected Integer |
operatingCycles |
protected Integer |
operatingHours |
protected ComponentActivation |
state |
descriptorVersion, extension, handle, referencedDescriptor, stateVersion| Constructor and Description |
|---|
ComponentState() |
| Modifier and Type | Method and Description |
|---|---|
CalibrationInfo |
getCalibrationInfo()
Gets the value of the calibrationInfo property.
|
Integer |
getOperatingCycles()
Gets the value of the operatingCycles property.
|
Integer |
getOperatingHours()
Gets the value of the operatingHours property.
|
ComponentActivation |
getState()
Attribute definition of ComponentActivation.
|
void |
setCalibrationInfo(CalibrationInfo value)
Sets the value of the calibrationInfo property.
|
void |
setOperatingCycles(Integer value)
Sets the value of the operatingCycles property.
|
void |
setOperatingHours(Integer value)
Sets the value of the operatingHours property.
|
void |
setState(ComponentActivation value)
Sets the value of the state property.
|
getDescriptorVersion, getExtension, getHandle, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setHandle, setReferencedDescriptor, setStateVersionprotected CalibrationInfo calibrationInfo
protected ComponentActivation state
protected Integer operatingHours
protected Integer operatingCycles
public CalibrationInfo getCalibrationInfo()
CalibrationInfopublic void setCalibrationInfo(CalibrationInfo value)
value - allowed object is
CalibrationInfopublic ComponentActivation getState()
ComponentActivationpublic void setState(ComponentActivation value)
value - allowed object is
ComponentActivationpublic Integer getOperatingHours()
Integerpublic void setOperatingHours(Integer value)
value - allowed object is
Integerpublic Integer getOperatingCycles()
IntegerCopyright © 2016. All rights reserved.