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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractState">
<sequence>
<element name="CalibrationInfo" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CalibrationInfo" minOccurs="0"/>
<element name="NextCalibration" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CalibrationInfo" minOccurs="0"/>
<element name="PhysicalConnector" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PhysicalConnectorInfo" minOccurs="0"/>
</sequence>
<attribute name="ActivationState" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}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 java.lang.Integer |
operatingCycles |
protected java.lang.Long |
operatingHours |
protected PhysicalConnectorInfo |
physicalConnector |
descriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
AbstractDeviceComponentState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.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.
|
java.lang.Integer |
getOperatingCycles()
Gets the value of the operatingCycles property.
|
java.lang.Long |
getOperatingHours()
Gets the value of the operatingHours property.
|
PhysicalConnectorInfo |
getPhysicalConnector()
Gets the value of the physicalConnector 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(java.lang.Integer value)
Sets the value of the operatingCycles property.
|
void |
setOperatingHours(java.lang.Long value)
Sets the value of the operatingHours property.
|
void |
setPhysicalConnector(PhysicalConnectorInfo value)
Sets the value of the physicalConnector property.
|
java.lang.String |
toString() |
getDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected CalibrationInfo calibrationInfo
protected CalibrationInfo nextCalibration
protected PhysicalConnectorInfo physicalConnector
protected ComponentActivation activationState
protected java.lang.Long operatingHours
protected java.lang.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 PhysicalConnectorInfo getPhysicalConnector()
PhysicalConnectorInfopublic void setPhysicalConnector(PhysicalConnectorInfo value)
value - allowed object is
PhysicalConnectorInfopublic ComponentActivation getActivationState()
ComponentActivationpublic void setActivationState(ComponentActivation value)
value - allowed object is
ComponentActivationpublic java.lang.Long getOperatingHours()
Longpublic void setOperatingHours(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Integer getOperatingCycles()
Integerpublic void setOperatingCycles(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String toString()
toString in class AbstractStatepublic boolean equals(java.lang.Object that)
equals in class AbstractStatepublic int hashCode()
hashCode in class AbstractState