Class DeviceInfo
- All Implemented Interfaces:
Serializable
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}Employee" 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"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ModuleInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="CounterUnit" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="DeviceCondition" type="{http://www.CIP4.org/JDFSchema_2_0}DeviceCondition" />
<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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected DeviceConditionprotected DateTimeprotected Durationprotected DateTimeprotected List<ModuleInfo> protected DateTimeprotected Floatprotected Floatprotected DeviceStatusprotected Stringprotected Float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the activity property.Gets the value of the counterUnit property.Gets the value of the deviceCondition property.Gets the value of the employee property.Gets the value of the endTime property.getEvent()Gets the value of the event property.Gets the value of the fileSpec property.Gets the value of the hourCounter property.Gets the value of the idleStartTime property.Gets the value of the jobPhase property.Gets the value of the moduleIDs property.Gets the value of the moduleInfo property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the powerOnTime property.Gets the value of the productionCounter property.getSpeed()Gets the value of the speed property.Gets the value of the status property.Gets the value of the statusDetails property.Gets the value of the toolIDs property.Gets the value of the totalProductionCounter property.inthashCode()voidsetCounterUnit(String value) Sets the value of the counterUnit property.voidSets the value of the deviceCondition property.voidsetEndTime(DateTime value) Sets the value of the endTime property.voidsetHourCounter(Duration value) Sets the value of the hourCounter property.voidsetIdleStartTime(DateTime value) Sets the value of the idleStartTime property.voidsetPowerOnTime(DateTime value) Sets the value of the powerOnTime property.voidsetProductionCounter(Float value) Sets the value of the productionCounter property.voidSets the value of the speed property.voidsetStatus(DeviceStatus value) Sets the value of the status property.voidsetStatusDetails(String value) Sets the value of the statusDetails property.voidsetTotalProductionCounter(Float value) Sets the value of the totalProductionCounter property.withActivity(Collection<Activity> values) withActivity(Activity... values) withCounterUnit(String value) withEmployee(Collection<Employee> values) withEmployee(Employee... values) withEndTime(DateTime value) withEvent(Collection<Event> values) withFileSpec(Collection<FileSpec> values) withFileSpec(FileSpec... values) withHourCounter(Duration value) withIdleStartTime(DateTime value) withJobPhase(Collection<JobPhase> values) withJobPhase(JobPhase... values) withModuleIDs(String... values) withModuleIDs(Collection<String> values) withModuleInfo(Collection<ModuleInfo> values) withModuleInfo(ModuleInfo... values) withPowerOnTime(DateTime value) withProductionCounter(Float value) withStatus(DeviceStatus value) withStatusDetails(String value) withToolIDs(String... values) withToolIDs(Collection<String> values) withTotalProductionCounter(Float value)
-
Field Details
-
activity
-
employee
-
event
-
fileSpec
-
jobPhase
-
moduleInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<ModuleInfo> moduleInfo -
counterUnit
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String counterUnit -
deviceCondition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected DeviceCondition deviceCondition -
endTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected DateTime endTime -
hourCounter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Duration hourCounter -
idleStartTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected DateTime idleStartTime -
moduleIDs
-
powerOnTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected DateTime powerOnTime -
productionCounter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float productionCounter -
speed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float speed -
status
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected DeviceStatus status -
statusDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String statusDetails -
toolIDs
-
totalProductionCounter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float totalProductionCounter
-
-
Constructor Details
-
DeviceInfo
public DeviceInfo()
-
-
Method Details
-
getActivity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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
setmethod 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- Returns:
- The value of the activity property.
-
getEmployee
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Employee> getEmployee()Gets the value of the employee 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
setmethod for the employee property.For example, to add a new item, do as follows:
getEmployee().add(newItem);
Objects of the following type(s) are allowed in the list
Employee- Returns:
- The value of the employee property.
-
getEvent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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
setmethod 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- Returns:
- The value of the event property.
-
getFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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
setmethod 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- Returns:
- The value of the fileSpec property.
-
getJobPhase
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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
setmethod 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- Returns:
- The value of the jobPhase property.
-
getModuleInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<ModuleInfo> getModuleInfo()Gets the value of the moduleInfo 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
setmethod for the moduleInfo property.For example, to add a new item, do as follows:
getModuleInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ModuleInfo- Returns:
- The value of the moduleInfo property.
-
getCounterUnit
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setCounterUnit(String value) Sets the value of the counterUnit property.- Parameters:
value- allowed object isString
-
getDeviceCondition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public DeviceCondition getDeviceCondition()Gets the value of the deviceCondition property.- Returns:
- possible object is
DeviceCondition
-
setDeviceCondition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setDeviceCondition(DeviceCondition value) Sets the value of the deviceCondition property.- Parameters:
value- allowed object isDeviceCondition
-
getEndTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setEndTime(DateTime value) Sets the value of the endTime property.- Parameters:
value- allowed object isString
-
getHourCounter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setHourCounter(Duration value) Sets the value of the hourCounter property.- Parameters:
value- allowed object isString
-
getIdleStartTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setIdleStartTime(DateTime value) Sets the value of the idleStartTime property.- Parameters:
value- allowed object isString
-
getModuleIDs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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
setmethod 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- Returns:
- The value of the moduleIDs property.
-
getPowerOnTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setPowerOnTime(DateTime value) Sets the value of the powerOnTime property.- Parameters:
value- allowed object isString
-
getProductionCounter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setProductionCounter(Float value) Sets the value of the productionCounter property.- Parameters:
value- allowed object isFloat
-
getSpeed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setSpeed(Float value) Sets the value of the speed property.- Parameters:
value- allowed object isFloat
-
getStatus
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setStatus(DeviceStatus value) Sets the value of the status property.- Parameters:
value- allowed object isDeviceStatus
-
getStatusDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setStatusDetails(String value) Sets the value of the statusDetails property.- Parameters:
value- allowed object isString
-
getToolIDs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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
setmethod 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- Returns:
- The value of the toolIDs property.
-
getTotalProductionCounter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setTotalProductionCounter(Float value) Sets the value of the totalProductionCounter property.- Parameters:
value- allowed object isFloat
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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
-
withActivity
-
withEmployee
-
withEmployee
-
withEvent
-
withEvent
-
withFileSpec
-
withFileSpec
-
withJobPhase
-
withJobPhase
-
withModuleInfo
-
withModuleInfo
-
withCounterUnit
-
withDeviceCondition
-
withEndTime
-
withHourCounter
-
withIdleStartTime
-
withModuleIDs
-
withModuleIDs
-
withPowerOnTime
-
withProductionCounter
-
withSpeed
-
withStatus
-
withStatusDetails
-
withToolIDs
-
withToolIDs
-
withTotalProductionCounter
-
equals
-
hashCode
public int hashCode()
-