public class ModuleStatus
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}Employee" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="DeviceStatus" type="{http://www.CIP4.org/JDFSchema_2_0}EnumDeviceStatus" />
<attribute name="StatusDetails" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="CombinedProcessIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="ModuleType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ModuleID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ModuleIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Integer> |
combinedProcessIndices |
protected EnumDeviceStatus |
deviceStatus |
protected java.util.List<Employee> |
employees |
protected java.lang.String |
moduleID |
protected java.lang.Integer |
moduleIndex |
protected java.lang.String |
moduleType |
protected java.lang.String |
statusDetails |
| Constructor and Description |
|---|
ModuleStatus() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Integer> |
getCombinedProcessIndices()
Gets the value of the combinedProcessIndices property.
|
EnumDeviceStatus |
getDeviceStatus()
Gets the value of the deviceStatus property.
|
java.util.List<Employee> |
getEmployees()
Gets the value of the employees property.
|
java.lang.String |
getModuleID()
Gets the value of the moduleID property.
|
java.lang.Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
java.lang.String |
getModuleType()
Gets the value of the moduleType property.
|
java.lang.String |
getStatusDetails()
Gets the value of the statusDetails property.
|
void |
setDeviceStatus(EnumDeviceStatus value)
Sets the value of the deviceStatus 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 |
setStatusDetails(java.lang.String value)
Sets the value of the statusDetails property.
|
protected java.util.List<Employee> employees
protected EnumDeviceStatus deviceStatus
protected java.lang.String statusDetails
protected java.util.List<java.lang.Integer> combinedProcessIndices
protected java.lang.String moduleType
protected java.lang.String moduleID
protected java.lang.Integer moduleIndex
public java.util.List<Employee> getEmployees()
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 employees property.
For example, to add a new item, do as follows:
getEmployees().add(newItem);
Objects of the following type(s) are allowed in the list
Employee
public EnumDeviceStatus getDeviceStatus()
EnumDeviceStatuspublic void setDeviceStatus(EnumDeviceStatus value)
value - allowed object is
EnumDeviceStatuspublic java.lang.String getStatusDetails()
Stringpublic void setStatusDetails(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Integer> getCombinedProcessIndices()
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 combinedProcessIndices property.
For example, to add a new item, do as follows:
getCombinedProcessIndices().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getModuleType()
Stringpublic void setModuleType(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.Integer getModuleIndex()
Integerpublic void setModuleIndex(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.