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 Details

    • part

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<Part> 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 set method 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 is String
    • 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 is DeviceCondition
    • 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 is String
    • 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 is String
    • 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 is Float
    • 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 is DeviceStatus
    • 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 is String
    • 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 is Float
    • 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

      public ModuleInfo withPart(Part... values)
    • withPart

      public ModuleInfo withPart(Collection<Part> values)
    • withHourCounter

      public ModuleInfo withHourCounter(Duration value)
    • withModuleCondition

      public ModuleInfo withModuleCondition(DeviceCondition value)
    • withModuleID

      public ModuleInfo withModuleID(String value)
    • withModuleType

      public ModuleInfo withModuleType(String value)
    • withProductionCounter

      public ModuleInfo withProductionCounter(Float value)
    • withStatus

      public ModuleInfo withStatus(DeviceStatus value)
    • withStatusDetails

      public ModuleInfo withStatusDetails(String value)
    • withTotalProductionCounter

      public ModuleInfo withTotalProductionCounter(Float value)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object