public class StatusQuParams 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}Part" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="JobPartID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="DeviceDetails" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="JobDetails" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="QueueEntryID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="EmployeeInfo" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="QueueInfo" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceDetails |
protected Boolean |
employeeInfo |
protected String |
jobDetails |
protected String |
jobID |
protected String |
jobPartID |
protected List<Part> |
part |
protected String |
queueEntryID |
protected Boolean |
queueInfo |
| Constructor and Description |
|---|
StatusQuParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceDetails()
Gets the value of the deviceDetails property.
|
String |
getJobDetails()
Gets the value of the jobDetails property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
List<Part> |
getPart()
Gets the value of the part property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID property.
|
Boolean |
isEmployeeInfo()
Gets the value of the employeeInfo property.
|
Boolean |
isQueueInfo()
Gets the value of the queueInfo property.
|
void |
setDeviceDetails(String value)
Sets the value of the deviceDetails property.
|
void |
setEmployeeInfo(Boolean value)
Sets the value of the employeeInfo property.
|
void |
setJobDetails(String value)
Sets the value of the jobDetails 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.
|
void |
setQueueInfo(Boolean value)
Sets the value of the queueInfo property.
|
protected String jobPartID
protected String jobID
protected String deviceDetails
protected String jobDetails
protected String queueEntryID
protected Boolean employeeInfo
protected Boolean queueInfo
public List<Part> getPart()
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 part property.
For example, to add a new item, do as follows:
getPart().add(newItem);
Objects of the following type(s) are allowed in the list
Part
public String getJobPartID()
Stringpublic void setJobPartID(String value)
value - allowed object is
Stringpublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic String getDeviceDetails()
Stringpublic void setDeviceDetails(String value)
value - allowed object is
Stringpublic String getJobDetails()
Stringpublic void setJobDetails(String value)
value - allowed object is
Stringpublic String getQueueEntryID()
Stringpublic void setQueueEntryID(String value)
value - allowed object is
Stringpublic Boolean isEmployeeInfo()
Booleanpublic void setEmployeeInfo(Boolean value)
value - allowed object is
Booleanpublic Boolean isQueueInfo()
BooleanCopyright © 2013. All Rights Reserved.