Class AbstractDeviceComponentState
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.AbstractState
-
- org.somda.sdc.biceps.model.participant.AbstractDeviceComponentState
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
AbstractComplexDeviceComponentState,BatteryState,ChannelState,ClockState,ScoState,SystemContextState
public class AbstractDeviceComponentState extends AbstractState implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
State of a component that is part of an MDS.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ComponentActivationactivationStateprotected CalibrationInfocalibrationInfoprotected CalibrationInfonextCalibrationprotected IntegeroperatingCyclesprotected LongoperatingHoursprotected PhysicalConnectorInfophysicalConnector-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractState
descriptorHandle, descriptorVersion, extension, stateVersion
-
-
Constructor Summary
Constructors Constructor Description AbstractDeviceComponentState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)ComponentActivationgetActivationState()Gets the value of the activationState property.CalibrationInfogetCalibrationInfo()Gets the value of the calibrationInfo property.CalibrationInfogetNextCalibration()Gets the value of the nextCalibration property.IntegergetOperatingCycles()Gets the value of the operatingCycles property.LonggetOperatingHours()Gets the value of the operatingHours property.PhysicalConnectorInfogetPhysicalConnector()Gets the value of the physicalConnector property.inthashCode()voidsetActivationState(ComponentActivation value)Sets the value of the activationState property.voidsetCalibrationInfo(CalibrationInfo value)Sets the value of the calibrationInfo property.voidsetNextCalibration(CalibrationInfo value)Sets the value of the nextCalibration property.voidsetOperatingCycles(Integer value)Sets the value of the operatingCycles property.voidsetOperatingHours(Long value)Sets the value of the operatingHours property.voidsetPhysicalConnector(PhysicalConnectorInfo value)Sets the value of the physicalConnector property.StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractState
getDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersion
-
-
-
-
Field Detail
-
calibrationInfo
protected CalibrationInfo calibrationInfo
-
nextCalibration
protected CalibrationInfo nextCalibration
-
physicalConnector
protected PhysicalConnectorInfo physicalConnector
-
activationState
protected ComponentActivation activationState
-
operatingHours
protected Long operatingHours
-
operatingCycles
protected Integer operatingCycles
-
-
Method Detail
-
getCalibrationInfo
public CalibrationInfo getCalibrationInfo()
Gets the value of the calibrationInfo property.- Returns:
- possible object is
CalibrationInfo
-
setCalibrationInfo
public void setCalibrationInfo(CalibrationInfo value)
Sets the value of the calibrationInfo property.- Parameters:
value- allowed object isCalibrationInfo
-
getNextCalibration
public CalibrationInfo getNextCalibration()
Gets the value of the nextCalibration property.- Returns:
- possible object is
CalibrationInfo
-
setNextCalibration
public void setNextCalibration(CalibrationInfo value)
Sets the value of the nextCalibration property.- Parameters:
value- allowed object isCalibrationInfo
-
getPhysicalConnector
public PhysicalConnectorInfo getPhysicalConnector()
Gets the value of the physicalConnector property.- Returns:
- possible object is
PhysicalConnectorInfo
-
setPhysicalConnector
public void setPhysicalConnector(PhysicalConnectorInfo value)
Sets the value of the physicalConnector property.- Parameters:
value- allowed object isPhysicalConnectorInfo
-
getActivationState
public ComponentActivation getActivationState()
Gets the value of the activationState property.- Returns:
- possible object is
ComponentActivation
-
setActivationState
public void setActivationState(ComponentActivation value)
Sets the value of the activationState property.- Parameters:
value- allowed object isComponentActivation
-
getOperatingHours
public Long getOperatingHours()
Gets the value of the operatingHours property.- Returns:
- possible object is
Long
-
setOperatingHours
public void setOperatingHours(Long value)
Sets the value of the operatingHours property.- Parameters:
value- allowed object isLong
-
getOperatingCycles
public Integer getOperatingCycles()
Gets the value of the operatingCycles property.- Returns:
- possible object is
Integer
-
setOperatingCycles
public void setOperatingCycles(Integer value)
Sets the value of the operatingCycles property.- Parameters:
value- allowed object isInteger
-
clone
public Object clone()
- Overrides:
clonein classAbstractState
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractState
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractState
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractState
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractState
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractState
-
toString
public String toString()
- Overrides:
toStringin classAbstractState
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classAbstractState
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classAbstractState
-
-