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}Module" maxOccurs="unbounded" minOccurs="0"/>
</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 String |
deviceType |
protected String |
manufacturer |
protected String |
manufacturerURL |
protected String |
modelDescription |
protected String |
modelName |
protected String |
modelNumber |
protected String |
modelURL |
protected List<Module> |
module |
protected String |
moduleID |
protected Integer |
moduleIndex |
protected String |
moduleType |
protected String |
serialNumber |
protected Integer |
subModuleIndex |
| Constructor and Description |
|---|
Module() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceType()
Gets the value of the deviceType property.
|
String |
getManufacturer()
Gets the value of the manufacturer property.
|
String |
getManufacturerURL()
Gets the value of the manufacturerURL property.
|
String |
getModelDescription()
Gets the value of the modelDescription property.
|
String |
getModelName()
Gets the value of the modelName property.
|
String |
getModelNumber()
Gets the value of the modelNumber property.
|
String |
getModelURL()
Gets the value of the modelURL property.
|
List<Module> |
getModule()
Gets the value of the module property.
|
String |
getModuleID()
Gets the value of the moduleID property.
|
Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
String |
getModuleType()
Gets the value of the moduleType property.
|
String |
getSerialNumber()
Gets the value of the serialNumber property.
|
Integer |
getSubModuleIndex()
Gets the value of the subModuleIndex property.
|
void |
setDeviceType(String value)
Sets the value of the deviceType property.
|
void |
setManufacturer(String value)
Sets the value of the manufacturer property.
|
void |
setManufacturerURL(String value)
Sets the value of the manufacturerURL property.
|
void |
setModelDescription(String value)
Sets the value of the modelDescription property.
|
void |
setModelName(String value)
Sets the value of the modelName property.
|
void |
setModelNumber(String value)
Sets the value of the modelNumber property.
|
void |
setModelURL(String value)
Sets the value of the modelURL property.
|
void |
setModuleID(String value)
Sets the value of the moduleID property.
|
void |
setModuleIndex(Integer value)
Sets the value of the moduleIndex property.
|
void |
setModuleType(String value)
Sets the value of the moduleType property.
|
void |
setSerialNumber(String value)
Sets the value of the serialNumber property.
|
void |
setSubModuleIndex(Integer value)
Sets the value of the subModuleIndex property.
|
protected String modelName
protected String manufacturer
protected String modelURL
protected String serialNumber
protected String moduleType
protected String modelDescription
protected String deviceType
protected String moduleID
protected String modelNumber
protected Integer subModuleIndex
protected String manufacturerURL
protected Integer moduleIndex
public List<Module> getModule()
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 module property.
For example, to add a new item, do as follows:
getModule().add(newItem);
Objects of the following type(s) are allowed in the list
Module
public String getModelName()
Stringpublic void setModelName(String value)
value - allowed object is
Stringpublic String getManufacturer()
Stringpublic void setManufacturer(String value)
value - allowed object is
Stringpublic String getModelURL()
Stringpublic void setModelURL(String value)
value - allowed object is
Stringpublic String getSerialNumber()
Stringpublic void setSerialNumber(String value)
value - allowed object is
Stringpublic String getModuleType()
Stringpublic void setModuleType(String value)
value - allowed object is
Stringpublic String getModelDescription()
Stringpublic void setModelDescription(String value)
value - allowed object is
Stringpublic String getDeviceType()
Stringpublic void setDeviceType(String value)
value - allowed object is
Stringpublic String getModuleID()
Stringpublic void setModuleID(String value)
value - allowed object is
Stringpublic String getModelNumber()
Stringpublic void setModelNumber(String value)
value - allowed object is
Stringpublic Integer getSubModuleIndex()
Integerpublic void setSubModuleIndex(Integer value)
value - allowed object is
Integerpublic String getManufacturerURL()
Stringpublic void setManufacturerURL(String value)
value - allowed object is
Stringpublic Integer getModuleIndex()
IntegerCopyright © 2013. All Rights Reserved.