Class Module

java.lang.Object
org.cip4.lib.xjdf.schema.Module
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 Module 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}IdentificationField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="DescriptiveName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Manufacturer" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ManufacturerURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
       <attribute name="ModuleID" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="ModuleType" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
       <attribute name="Revision" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}string" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • identificationField

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<IdentificationField> identificationField
    • descriptiveName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String descriptiveName
    • manufacturer

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String manufacturer
    • manufacturerURL

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected URI manufacturerURL
    • 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 List<String> moduleType
    • revision

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String revision
    • serialNumber

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String serialNumber
  • Constructor Details

    • Module

      public Module()
  • Method Details

    • getIdentificationField

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<IdentificationField> getIdentificationField()
      Gets the value of the identificationField 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 identificationField property.

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

       getIdentificationField().add(newItem);
       

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

      Returns:
      The value of the identificationField property.
    • getDescriptiveName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getDescriptiveName()
      Gets the value of the descriptiveName property.
      Returns:
      possible object is String
    • setDescriptiveName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setDescriptiveName(String value)
      Sets the value of the descriptiveName property.
      Parameters:
      value - allowed object is String
    • getManufacturer

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getManufacturer()
      Gets the value of the manufacturer property.
      Returns:
      possible object is String
    • setManufacturer

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setManufacturer(String value)
      Sets the value of the manufacturer property.
      Parameters:
      value - allowed object is String
    • getManufacturerURL

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public URI getManufacturerURL()
      Gets the value of the manufacturerURL property.
      Returns:
      possible object is String
    • setManufacturerURL

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setManufacturerURL(URI value)
      Sets the value of the manufacturerURL property.
      Parameters:
      value - allowed object is String
    • 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 List<String> getModuleType()
      Gets the value of the moduleType 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 moduleType property.

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

       getModuleType().add(newItem);
       

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

      Returns:
      The value of the moduleType property.
    • getRevision

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getRevision()
      Gets the value of the revision property.
      Returns:
      possible object is String
    • setRevision

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setRevision(String value)
      Sets the value of the revision property.
      Parameters:
      value - allowed object is String
    • getSerialNumber

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getSerialNumber()
      Gets the value of the serialNumber property.
      Returns:
      possible object is String
    • setSerialNumber

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setSerialNumber(String value)
      Sets the value of the serialNumber property.
      Parameters:
      value - allowed object is String
    • 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
    • withIdentificationField

      public Module withIdentificationField(IdentificationField... values)
    • withIdentificationField

      public Module withIdentificationField(Collection<IdentificationField> values)
    • withDescriptiveName

      public Module withDescriptiveName(String value)
    • withManufacturer

      public Module withManufacturer(String value)
    • withManufacturerURL

      public Module withManufacturerURL(URI value)
    • withModuleID

      public Module withModuleID(String value)
    • withModuleType

      public Module withModuleType(String... values)
    • withModuleType

      public Module withModuleType(Collection<String> values)
    • withRevision

      public Module withRevision(String value)
    • withSerialNumber

      public Module withSerialNumber(String value)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object