public class Occupation 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}Part" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Employee" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="Busy" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="DeviceRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
busy |
protected Object |
deviceRef |
protected List<Employee> |
employees |
protected String |
jobID |
protected String |
jobPartID |
protected List<Part> |
parts |
protected String |
queueEntryID |
| Constructor and Description |
|---|
Occupation() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBusy()
Gets the value of the busy property.
|
Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
List<Employee> |
getEmployees()
Gets the value of the employees property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
List<Part> |
getParts()
Gets the value of the parts property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
void |
setBusy(Double value)
Sets the value of the busy property.
|
void |
setDeviceRef(Object value)
Sets the value of the deviceRef property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setJobPartID(String value)
Sets the value of the jobPartID property.
|
void |
setQueueEntryID(String value)
Sets the value of the queueEntryID property.
|
protected String queueEntryID
protected String jobID
protected String jobPartID
protected Double busy
protected Object deviceRef
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 List<Part> getParts()
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 parts property.
For example, to add a new item, do as follows:
getParts().add(newItem);
Objects of the following type(s) are allowed in the list
Part
public String getQueueEntryID()
Stringpublic void setQueueEntryID(String value)
value - allowed object is
Stringpublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic String getJobPartID()
Stringpublic void setJobPartID(String value)
value - allowed object is
Stringpublic Double getBusy()
Doublepublic void setBusy(Double value)
value - allowed object is
Doublepublic Object getDeviceRef()
ObjectCopyright © 2012. All Rights Reserved.