Class Module
- 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}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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the descriptiveName property.Gets the value of the identificationField property.Gets the value of the manufacturer property.Gets the value of the manufacturerURL 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.Gets the value of the revision property.Gets the value of the serialNumber property.inthashCode()voidsetDescriptiveName(String value) Sets the value of the descriptiveName property.voidsetManufacturer(String value) Sets the value of the manufacturer property.voidsetManufacturerURL(URI value) Sets the value of the manufacturerURL property.voidsetModuleID(String value) Sets the value of the moduleID property.voidsetRevision(String value) Sets the value of the revision property.voidsetSerialNumber(String value) Sets the value of the serialNumber property.withDescriptiveName(String value) withIdentificationField(IdentificationField... values) withManufacturer(String value) withManufacturerURL(URI value) withModuleID(String value) withModuleType(String... values) withModuleType(Collection<String> values) withRevision(String value) withSerialNumber(String value)
-
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
-
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
setmethod 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 isString
-
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 isString
-
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 isString
-
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 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
setmethod 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 isString
-
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 isString
-
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
-
withIdentificationField
-
withDescriptiveName
-
withManufacturer
-
withManufacturerURL
-
withModuleID
-
withModuleType
-
withModuleType
-
withRevision
-
withSerialNumber
-
equals
-
hashCode
public int hashCode()
-