Class DeviceInfo

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class DeviceInfo
    extends java.lang.Object
    implements java.io.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:
    Serialized Form
    • Field Detail

      • activity

        protected java.util.List<Activity> activity
      • event

        protected java.util.List<Event> event
      • fileSpec

        protected java.util.List<FileSpec> fileSpec
      • jobPhase

        protected java.util.List<JobPhase> jobPhase
      • counterUnit

        protected java.lang.String counterUnit
      • hourCounter

        protected Duration hourCounter
      • idleStartTime

        protected DateTime idleStartTime
      • moduleIDs

        protected java.util.List<java.lang.String> moduleIDs
      • powerOnTime

        protected DateTime powerOnTime
      • productionCounter

        protected java.lang.Float productionCounter
      • speed

        protected java.lang.Float speed
      • statusDetails

        protected java.lang.String statusDetails
      • toolIDs

        protected java.util.List<java.lang.String> toolIDs
      • totalProductionCounter

        protected java.lang.Float totalProductionCounter
    • Constructor Detail

      • DeviceInfo

        public DeviceInfo()
    • Method Detail

      • getActivity

        public java.util.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

        public java.util.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

        public java.util.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

        public java.util.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

        public java.lang.String getCounterUnit()
        Gets the value of the counterUnit property.
        Returns:
        possible object is String
      • setCounterUnit

        public void setCounterUnit​(java.lang.String value)
        Sets the value of the counterUnit property.
        Parameters:
        value - allowed object is String
      • getEndTime

        public DateTime getEndTime()
        Gets the value of the endTime property.
        Returns:
        possible object is String
      • setEndTime

        public void setEndTime​(DateTime value)
        Sets the value of the endTime property.
        Parameters:
        value - allowed object is String
      • getHourCounter

        public Duration getHourCounter()
        Gets the value of the hourCounter property.
        Returns:
        possible object is String
      • setHourCounter

        public void setHourCounter​(Duration value)
        Sets the value of the hourCounter property.
        Parameters:
        value - allowed object is String
      • getIdleStartTime

        public DateTime getIdleStartTime()
        Gets the value of the idleStartTime property.
        Returns:
        possible object is String
      • setIdleStartTime

        public void setIdleStartTime​(DateTime value)
        Sets the value of the idleStartTime property.
        Parameters:
        value - allowed object is String
      • getModuleIDs

        public java.util.List<java.lang.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

        public DateTime getPowerOnTime()
        Gets the value of the powerOnTime property.
        Returns:
        possible object is String
      • setPowerOnTime

        public void setPowerOnTime​(DateTime value)
        Sets the value of the powerOnTime property.
        Parameters:
        value - allowed object is String
      • getProductionCounter

        public java.lang.Float getProductionCounter()
        Gets the value of the productionCounter property.
        Returns:
        possible object is Float
      • setProductionCounter

        public void setProductionCounter​(java.lang.Float value)
        Sets the value of the productionCounter property.
        Parameters:
        value - allowed object is Float
      • getSpeed

        public java.lang.Float getSpeed()
        Gets the value of the speed property.
        Returns:
        possible object is Float
      • setSpeed

        public void setSpeed​(java.lang.Float value)
        Sets the value of the speed property.
        Parameters:
        value - allowed object is Float
      • getStatus

        public DeviceStatus getStatus()
        Gets the value of the status property.
        Returns:
        possible object is DeviceStatus
      • setStatus

        public void setStatus​(DeviceStatus value)
        Sets the value of the status property.
        Parameters:
        value - allowed object is DeviceStatus
      • getStatusDetails

        public java.lang.String getStatusDetails()
        Gets the value of the statusDetails property.
        Returns:
        possible object is String
      • setStatusDetails

        public void setStatusDetails​(java.lang.String value)
        Sets the value of the statusDetails property.
        Parameters:
        value - allowed object is String
      • getToolIDs

        public java.util.List<java.lang.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

        public java.lang.Float getTotalProductionCounter()
        Gets the value of the totalProductionCounter property.
        Returns:
        possible object is Float
      • setTotalProductionCounter

        public void setTotalProductionCounter​(java.lang.Float value)
        Sets the value of the totalProductionCounter property.
        Parameters:
        value - allowed object is Float
      • getOtherAttributes

        public java.util.Map<javax.xml.namespace.QName,​java.lang.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​(java.util.Collection<Activity> values)
      • withEvent

        public DeviceInfo withEvent​(java.util.Collection<Event> values)
      • withFileSpec

        public DeviceInfo withFileSpec​(java.util.Collection<FileSpec> values)
      • withJobPhase

        public DeviceInfo withJobPhase​(java.util.Collection<JobPhase> values)
      • withCounterUnit

        public DeviceInfo withCounterUnit​(java.lang.String value)
      • withModuleIDs

        public DeviceInfo withModuleIDs​(java.lang.String... values)
      • withModuleIDs

        public DeviceInfo withModuleIDs​(java.util.Collection<java.lang.String> values)
      • withProductionCounter

        public DeviceInfo withProductionCounter​(java.lang.Float value)
      • withSpeed

        public DeviceInfo withSpeed​(java.lang.Float value)
      • withStatusDetails

        public DeviceInfo withStatusDetails​(java.lang.String value)
      • withToolIDs

        public DeviceInfo withToolIDs​(java.lang.String... values)
      • withToolIDs

        public DeviceInfo withToolIDs​(java.util.Collection<java.lang.String> values)
      • withTotalProductionCounter

        public DeviceInfo withTotalProductionCounter​(java.lang.Float value)
      • equals

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

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.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 java.lang.Object