public class Module
extends java.lang.Object
implements java.io.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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Module" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="ModelName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Manufacturer" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ModelURL" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="SerialNumber" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ModuleType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ModelDescription" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="DeviceType" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ModuleID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ModelNumber" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="SubModuleIndex" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ManufacturerURL" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ModuleIndex" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
deviceType |
protected java.lang.String |
manufacturer |
protected java.lang.String |
manufacturerURL |
protected java.lang.String |
modelDescription |
protected java.lang.String |
modelName |
protected java.lang.String |
modelNumber |
protected java.lang.String |
modelURL |
protected java.lang.String |
moduleID |
protected java.lang.Integer |
moduleIndex |
protected java.util.List<Module> |
modules |
protected java.lang.String |
moduleType |
protected java.lang.String |
serialNumber |
protected java.lang.Integer |
subModuleIndex |
| Constructor and Description |
|---|
Module() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeviceType()
Gets the value of the deviceType property.
|
java.lang.String |
getManufacturer()
Gets the value of the manufacturer property.
|
java.lang.String |
getManufacturerURL()
Gets the value of the manufacturerURL property.
|
java.lang.String |
getModelDescription()
Gets the value of the modelDescription property.
|
java.lang.String |
getModelName()
Gets the value of the modelName property.
|
java.lang.String |
getModelNumber()
Gets the value of the modelNumber property.
|
java.lang.String |
getModelURL()
Gets the value of the modelURL property.
|
java.lang.String |
getModuleID()
Gets the value of the moduleID property.
|
java.lang.Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
java.util.List<Module> |
getModules()
Gets the value of the modules property.
|
java.lang.String |
getModuleType()
Gets the value of the moduleType property.
|
java.lang.String |
getSerialNumber()
Gets the value of the serialNumber property.
|
java.lang.Integer |
getSubModuleIndex()
Gets the value of the subModuleIndex property.
|
void |
setDeviceType(java.lang.String value)
Sets the value of the deviceType property.
|
void |
setManufacturer(java.lang.String value)
Sets the value of the manufacturer property.
|
void |
setManufacturerURL(java.lang.String value)
Sets the value of the manufacturerURL property.
|
void |
setModelDescription(java.lang.String value)
Sets the value of the modelDescription property.
|
void |
setModelName(java.lang.String value)
Sets the value of the modelName property.
|
void |
setModelNumber(java.lang.String value)
Sets the value of the modelNumber property.
|
void |
setModelURL(java.lang.String value)
Sets the value of the modelURL property.
|
void |
setModuleID(java.lang.String value)
Sets the value of the moduleID property.
|
void |
setModuleIndex(java.lang.Integer value)
Sets the value of the moduleIndex property.
|
void |
setModuleType(java.lang.String value)
Sets the value of the moduleType property.
|
void |
setSerialNumber(java.lang.String value)
Sets the value of the serialNumber property.
|
void |
setSubModuleIndex(java.lang.Integer value)
Sets the value of the subModuleIndex property.
|
protected java.util.List<Module> modules
protected java.lang.String modelName
protected java.lang.String manufacturer
protected java.lang.String modelURL
protected java.lang.String serialNumber
protected java.lang.String moduleType
protected java.lang.String modelDescription
protected java.lang.String deviceType
protected java.lang.String moduleID
protected java.lang.String modelNumber
protected java.lang.Integer subModuleIndex
protected java.lang.String manufacturerURL
protected java.lang.Integer moduleIndex
public java.util.List<Module> getModules()
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 modules property.
For example, to add a new item, do as follows:
getModules().add(newItem);
Objects of the following type(s) are allowed in the list
Module
public java.lang.String getModelName()
Stringpublic void setModelName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getManufacturer()
Stringpublic void setManufacturer(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModelURL()
Stringpublic void setModelURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSerialNumber()
Stringpublic void setSerialNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModuleType()
Stringpublic void setModuleType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModelDescription()
Stringpublic void setModelDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDeviceType()
Stringpublic void setDeviceType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModuleID()
Stringpublic void setModuleID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModelNumber()
Stringpublic void setModelNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getSubModuleIndex()
Integerpublic void setSubModuleIndex(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getManufacturerURL()
Stringpublic void setManufacturerURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getModuleIndex()
Integerpublic void setModuleIndex(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.