Class Module
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
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 TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets 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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) 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 v2.3.6", date="2022-12-18T20:00:09Z") protected List<IdentificationField> identificationField -
descriptiveName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String descriptiveName -
manufacturer
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String manufacturer -
manufacturerURL
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected URI manufacturerURL -
moduleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String moduleID -
moduleType
-
revision
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String revision -
serialNumber
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String serialNumber
-
-
Constructor Details
-
Module
public Module()
-
-
Method Details
-
getIdentificationField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 -
getDescriptiveName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 -
getRevision
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-