Package org.cip4.lib.xjdf.schema
Class ModuleInfo
java.lang.Object
org.cip4.lib.xjdf.schema.ModuleInfo
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class ModuleInfo
extends Object
implements 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}Part" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="HourCounter" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="ModuleCondition" type="{http://www.CIP4.org/JDFSchema_2_0}DeviceCondition" />
<attribute name="ModuleID" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="ModuleType" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="ProductionCounter" 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}string" />
<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 Durationprotected DeviceConditionprotected Stringprotected Stringprotected Floatprotected DeviceStatusprotected Stringprotected Float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the hourCounter property.Gets the value of the moduleCondition property.Gets the value of the moduleID property.Gets the value of the moduleType property.Gets a map that contains attributes that aren't bound to any typed property on this class.getPart()Gets the value of the part property.Gets the value of the productionCounter property.Gets the value of the status property.Gets the value of the statusDetails property.Gets the value of the totalProductionCounter property.inthashCode()voidsetHourCounter(Duration value) Sets the value of the hourCounter property.voidSets the value of the moduleCondition property.voidsetModuleID(String value) Sets the value of the moduleID property.voidsetModuleType(String value) Sets the value of the moduleType property.voidsetProductionCounter(Float value) Sets the value of the productionCounter 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.withHourCounter(Duration value) withModuleID(String value) withModuleType(String value) withPart(Collection<Part> values) withProductionCounter(Float value) withStatus(DeviceStatus value) withStatusDetails(String value) withTotalProductionCounter(Float value)
-
Field Details
-
part
-
hourCounter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Duration hourCounter -
moduleCondition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected DeviceCondition moduleCondition -
moduleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String moduleID -
moduleType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String moduleType -
productionCounter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float productionCounter -
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 -
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
-
ModuleInfo
public ModuleInfo()
-
-
Method Details
-
getPart
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Part> getPart()Gets the value of the part 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 part property.For example, to add a new item, do as follows:
getPart().add(newItem);
Objects of the following type(s) are allowed in the list
Part- Returns:
- The value of the part property.
-
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
-
getModuleCondition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public DeviceCondition getModuleCondition()Gets the value of the moduleCondition property.- Returns:
- possible object is
DeviceCondition
-
setModuleCondition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setModuleCondition(DeviceCondition value) Sets the value of the moduleCondition property.- Parameters:
value- allowed object isDeviceCondition
-
getModuleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getModuleID()Gets the value of the moduleID property.- Returns:
- possible object is
String
-
setModuleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setModuleID(String value) Sets the value of the moduleID property.- Parameters:
value- allowed object isString
-
getModuleType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getModuleType()Gets the value of the moduleType property.- Returns:
- possible object is
String
-
setModuleType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setModuleType(String value) Sets the value of the moduleType 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
-
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
-
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
-
withPart
-
withPart
-
withHourCounter
-
withModuleCondition
-
withModuleID
-
withModuleType
-
withProductionCounter
-
withStatus
-
withStatusDetails
-
withTotalProductionCounter
-
equals
-
hashCode
public int hashCode()
-