Class DeviceInfo

java.lang.Object
org.cip4.lib.xjdf.schema.DeviceInfo
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class DeviceInfo extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}Activity" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}Event" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" maxOccurs="2" minOccurs="0"/>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}JobPhase" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="CounterUnit" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="HourCounter" type="{http://www.w3.org/2001/XMLSchema}duration" />
       <attribute name="IdleStartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="ModuleIDs" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
       <attribute name="PowerOnTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="ProductionCounter" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="Speed" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="Status" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}DeviceStatus" />
       <attribute name="StatusDetails" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="ToolIDs" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
       <attribute name="TotalProductionCounter" type="{http://www.w3.org/2001/XMLSchema}float" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • activity

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<Activity> activity
    • event

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<Event> event
    • fileSpec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<FileSpec> fileSpec
    • jobPhase

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<JobPhase> jobPhase
    • counterUnit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String counterUnit
    • endTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime endTime
    • hourCounter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Duration hourCounter
    • idleStartTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime idleStartTime
    • moduleIDs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<String> moduleIDs
    • powerOnTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime powerOnTime
    • productionCounter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float productionCounter
    • speed

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float speed
    • status

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DeviceStatus status
    • statusDetails

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String statusDetails
    • toolIDs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<String> toolIDs
    • totalProductionCounter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float totalProductionCounter
  • Constructor Details

    • DeviceInfo

      public DeviceInfo()
  • Method Details

    • getActivity

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Activity> getActivity()
      Gets the value of the activity property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the activity property.

      For example, to add a new item, do as follows:

          getActivity().add(newItem);
       

      Objects of the following type(s) are allowed in the list Activity

    • getEvent

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Event> getEvent()
      Gets the value of the event property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the event property.

      For example, to add a new item, do as follows:

          getEvent().add(newItem);
       

      Objects of the following type(s) are allowed in the list Event

    • getFileSpec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<FileSpec> getFileSpec()
      Gets the value of the fileSpec property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the fileSpec property.

      For example, to add a new item, do as follows:

          getFileSpec().add(newItem);
       

      Objects of the following type(s) are allowed in the list FileSpec

    • getJobPhase

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<JobPhase> getJobPhase()
      Gets the value of the jobPhase property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the jobPhase property.

      For example, to add a new item, do as follows:

          getJobPhase().add(newItem);
       

      Objects of the following type(s) are allowed in the list JobPhase

    • getCounterUnit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getCounterUnit()
      Gets the value of the counterUnit property.
      Returns:
      possible object is String
    • setCounterUnit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setCounterUnit(String value)
      Sets the value of the counterUnit property.
      Parameters:
      value - allowed object is String
    • getEndTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public DateTime getEndTime()
      Gets the value of the endTime property.
      Returns:
      possible object is String
    • setEndTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setEndTime(DateTime value)
      Sets the value of the endTime property.
      Parameters:
      value - allowed object is String
    • getHourCounter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Duration getHourCounter()
      Gets the value of the hourCounter property.
      Returns:
      possible object is String
    • setHourCounter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setHourCounter(Duration value)
      Sets the value of the hourCounter property.
      Parameters:
      value - allowed object is String
    • getIdleStartTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public DateTime getIdleStartTime()
      Gets the value of the idleStartTime property.
      Returns:
      possible object is String
    • setIdleStartTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setIdleStartTime(DateTime value)
      Sets the value of the idleStartTime property.
      Parameters:
      value - allowed object is String
    • getModuleIDs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<String> getModuleIDs()
      Gets the value of the moduleIDs property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the moduleIDs property.

      For example, to add a new item, do as follows:

          getModuleIDs().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getPowerOnTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public DateTime getPowerOnTime()
      Gets the value of the powerOnTime property.
      Returns:
      possible object is String
    • setPowerOnTime

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPowerOnTime(DateTime value)
      Sets the value of the powerOnTime property.
      Parameters:
      value - allowed object is String
    • getProductionCounter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getProductionCounter()
      Gets the value of the productionCounter property.
      Returns:
      possible object is Float
    • setProductionCounter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setProductionCounter(Float value)
      Sets the value of the productionCounter property.
      Parameters:
      value - allowed object is Float
    • getSpeed

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getSpeed()
      Gets the value of the speed property.
      Returns:
      possible object is Float
    • setSpeed

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSpeed(Float value)
      Sets the value of the speed property.
      Parameters:
      value - allowed object is Float
    • getStatus

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public DeviceStatus getStatus()
      Gets the value of the status property.
      Returns:
      possible object is DeviceStatus
    • setStatus

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setStatus(DeviceStatus value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is DeviceStatus
    • getStatusDetails

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getStatusDetails()
      Gets the value of the statusDetails property.
      Returns:
      possible object is String
    • setStatusDetails

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setStatusDetails(String value)
      Sets the value of the statusDetails property.
      Parameters:
      value - allowed object is String
    • getToolIDs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<String> getToolIDs()
      Gets the value of the toolIDs property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the toolIDs property.

      For example, to add a new item, do as follows:

          getToolIDs().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getTotalProductionCounter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getTotalProductionCounter()
      Gets the value of the totalProductionCounter property.
      Returns:
      possible object is Float
    • setTotalProductionCounter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTotalProductionCounter(Float value)
      Sets the value of the totalProductionCounter property.
      Parameters:
      value - allowed object is Float
    • getOtherAttributes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.

      the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

      Returns:
      always non-null
    • withActivity

      public DeviceInfo withActivity(Activity... values)
    • withActivity

      public DeviceInfo withActivity(Collection<Activity> values)
    • withEvent

      public DeviceInfo withEvent(Event... values)
    • withEvent

      public DeviceInfo withEvent(Collection<Event> values)
    • withFileSpec

      public DeviceInfo withFileSpec(FileSpec... values)
    • withFileSpec

      public DeviceInfo withFileSpec(Collection<FileSpec> values)
    • withJobPhase

      public DeviceInfo withJobPhase(JobPhase... values)
    • withJobPhase

      public DeviceInfo withJobPhase(Collection<JobPhase> values)
    • withCounterUnit

      public DeviceInfo withCounterUnit(String value)
    • withEndTime

      public DeviceInfo withEndTime(DateTime value)
    • withHourCounter

      public DeviceInfo withHourCounter(Duration value)
    • withIdleStartTime

      public DeviceInfo withIdleStartTime(DateTime value)
    • withModuleIDs

      public DeviceInfo withModuleIDs(String... values)
    • withModuleIDs

      public DeviceInfo withModuleIDs(Collection<String> values)
    • withPowerOnTime

      public DeviceInfo withPowerOnTime(DateTime value)
    • withProductionCounter

      public DeviceInfo withProductionCounter(Float value)
    • withSpeed

      public DeviceInfo withSpeed(Float value)
    • withStatus

      public DeviceInfo withStatus(DeviceStatus value)
    • withStatusDetails

      public DeviceInfo withStatusDetails(String value)
    • withToolIDs

      public DeviceInfo withToolIDs(String... values)
    • withToolIDs

      public DeviceInfo withToolIDs(Collection<String> values)
    • withTotalProductionCounter

      public DeviceInfo withTotalProductionCounter(Float value)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object