Class 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>
     
    • Constructor Detail

      • AbstractDeviceComponentState

        public AbstractDeviceComponentState()
    • 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 is CalibrationInfo
      • 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 is CalibrationInfo
      • setActivationState

        public void setActivationState​(ComponentActivation value)
        Sets the value of the activationState property.
        Parameters:
        value - allowed object is ComponentActivation
      • 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 is Long
      • 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 is Integer
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        copyTo in class AbstractState
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        copyTo in class AbstractState
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        createNewInstance in class AbstractState
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class AbstractState
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class AbstractState