public class StatusRequest extends AbstractPt implements Serializable
Java class for StatusRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusRequest">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}Abstract_pt">
<attribute name="JobIDRef" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="JobPartIDRef" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ResponseDetails">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Brief"/>
<enumeration value="CompletedMilestones"/>
<enumeration value="Full"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
jobIDRef |
protected String |
jobPartIDRef |
protected String |
responseDetails |
comments, descriptiveName, generalIDs| Constructor and Description |
|---|
StatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJobIDRef()
Gets the value of the jobIDRef property.
|
String |
getJobPartIDRef()
Gets the value of the jobPartIDRef property.
|
String |
getResponseDetails()
Gets the value of the responseDetails property.
|
void |
setJobIDRef(String value)
Sets the value of the jobIDRef property.
|
void |
setJobPartIDRef(String value)
Sets the value of the jobPartIDRef property.
|
void |
setResponseDetails(String value)
Sets the value of the responseDetails property.
|
getComments, getDescriptiveName, getGeneralIDs, setDescriptiveNameprotected String jobIDRef
protected String jobPartIDRef
protected String responseDetails
public String getJobIDRef()
Stringpublic void setJobIDRef(String value)
value - allowed object is
Stringpublic String getJobPartIDRef()
Stringpublic void setJobPartIDRef(String value)
value - allowed object is
Stringpublic String getResponseDetails()
StringCopyright © 2012. All Rights Reserved.