public class NewJDFQuParams 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">
<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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
jobID |
protected String |
jobPartID |
protected String |
queueEntryID |
| Constructor and Description |
|---|
NewJDFQuParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getJobPartID()
Gets the value of the jobPartID property.
|
String |
getQueueEntryID()
Gets the value of the queueEntryID 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
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()
StringCopyright © 2013. All Rights Reserved.