@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class Module
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Manufacturer" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ManufacturerURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="ModuleID" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ModuleType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Revision" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="SerialNumber" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
descriptiveName |
protected java.util.List<IdentificationField> |
identificationField |
protected java.lang.String |
manufacturer |
protected URI |
manufacturerURL |
protected java.lang.String |
moduleID |
protected java.lang.String |
moduleType |
protected java.lang.String |
revision |
protected java.lang.String |
serialNumber |
| Constructor and Description |
|---|
Module() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.String |
getDescriptiveName()
Gets the value of the descriptiveName property.
|
java.util.List<IdentificationField> |
getIdentificationField()
Gets the value of the identificationField property.
|
java.lang.String |
getManufacturer()
Gets the value of the manufacturer property.
|
URI |
getManufacturerURL()
Gets the value of the manufacturerURL property.
|
java.lang.String |
getModuleID()
Gets the value of the moduleID property.
|
java.lang.String |
getModuleType()
Gets the value of the moduleType property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.lang.String |
getRevision()
Gets the value of the revision property.
|
java.lang.String |
getSerialNumber()
Gets the value of the serialNumber property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDescriptiveName(java.lang.String value)
Sets the value of the descriptiveName property.
|
void |
setManufacturer(java.lang.String value)
Sets the value of the manufacturer property.
|
void |
setManufacturerURL(URI value)
Sets the value of the manufacturerURL property.
|
void |
setModuleID(java.lang.String value)
Sets the value of the moduleID property.
|
void |
setModuleType(java.lang.String value)
Sets the value of the moduleType property.
|
void |
setRevision(java.lang.String value)
Sets the value of the revision property.
|
void |
setSerialNumber(java.lang.String value)
Sets the value of the serialNumber property.
|
Module |
withDescriptiveName(java.lang.String value) |
Module |
withIdentificationField(java.util.Collection<IdentificationField> values) |
Module |
withIdentificationField(IdentificationField... values) |
Module |
withManufacturer(java.lang.String value) |
Module |
withManufacturerURL(URI value) |
Module |
withModuleID(java.lang.String value) |
Module |
withModuleType(java.lang.String value) |
Module |
withRevision(java.lang.String value) |
Module |
withSerialNumber(java.lang.String value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<IdentificationField> identificationField
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String descriptiveName
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String manufacturer
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected URI manufacturerURL
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String moduleID
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String moduleType
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String revision
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String serialNumber
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<IdentificationField> getIdentificationField()
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
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getDescriptiveName()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setDescriptiveName(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getManufacturer()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setManufacturer(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public URI getManufacturerURL()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setManufacturerURL(URI value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getModuleID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setModuleID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getModuleType()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setModuleType(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getRevision()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setRevision(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getSerialNumber()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setSerialNumber(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
public Module withIdentificationField(IdentificationField... values)
public Module withIdentificationField(java.util.Collection<IdentificationField> values)
public Module withDescriptiveName(java.lang.String value)
public Module withManufacturer(java.lang.String value)
public Module withModuleID(java.lang.String value)
public Module withModuleType(java.lang.String value)
public Module withRevision(java.lang.String value)
public Module withSerialNumber(java.lang.String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object