public class ModulePhase 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>
<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}shortString" />
<attribute name="DeviceID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="ModuleIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Integer> |
combinedProcessIndices |
protected String |
deviceID |
protected EnumDeviceStatus |
deviceStatus |
protected List<Employee> |
employees |
protected String |
moduleID |
protected Integer |
moduleIndex |
protected String |
moduleType |
protected String |
statusDetails |
| Constructor and Description |
|---|
ModulePhase() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getCombinedProcessIndices()
Gets the value of the combinedProcessIndices property.
|
String |
getDeviceID()
Gets the value of the deviceID property.
|
EnumDeviceStatus |
getDeviceStatus()
Gets the value of the deviceStatus property.
|
List<Employee> |
getEmployees()
Gets the value of the employees 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 |
getStatusDetails()
Gets the value of the statusDetails property.
|
void |
setDeviceID(String value)
Sets the value of the deviceID property.
|
void |
setDeviceStatus(EnumDeviceStatus value)
Sets the value of the deviceStatus 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 |
setStatusDetails(String value)
Sets the value of the statusDetails property.
|
protected EnumDeviceStatus deviceStatus
protected String statusDetails
protected String moduleType
protected String moduleID
protected String deviceID
protected Integer moduleIndex
public 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 String getStatusDetails()
Stringpublic void setStatusDetails(String value)
value - allowed object is
Stringpublic List<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 String getModuleType()
Stringpublic void setModuleType(String value)
value - allowed object is
Stringpublic String getModuleID()
Stringpublic void setModuleID(String value)
value - allowed object is
Stringpublic String getDeviceID()
Stringpublic void setDeviceID(String value)
value - allowed object is
Stringpublic Integer getModuleIndex()
IntegerCopyright © 2012. All Rights Reserved.