public class ProofRequest extends AbstractPt implements Serializable
Java class for ProofRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProofRequest">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}Abstract_pt">
<sequence>
<element name="ProofItem" type="{http://www.CIP4.org/JDFSchema_2_0}ProofItem"/>
</sequence>
<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="ProofLocation" type="{http://www.CIP4.org/JDFSchema_2_0}URI" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
jobIDRef |
protected String |
jobPartIDRef |
protected org.cip4.lib.xjdf.schema.ProofItem |
proofItem |
protected String |
proofLocation |
comment, descriptiveName, generalID| Constructor and Description |
|---|
ProofRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJobIDRef()
Gets the value of the jobIDRef property.
|
String |
getJobPartIDRef()
Gets the value of the jobPartIDRef property.
|
org.cip4.lib.xjdf.schema.ProofItem |
getProofItem()
Gets the value of the proofItem property.
|
String |
getProofLocation()
Gets the value of the proofLocation property.
|
void |
setJobIDRef(String value)
Sets the value of the jobIDRef property.
|
void |
setJobPartIDRef(String value)
Sets the value of the jobPartIDRef property.
|
void |
setProofItem(org.cip4.lib.xjdf.schema.ProofItem value)
Sets the value of the proofItem property.
|
void |
setProofLocation(String value)
Sets the value of the proofLocation property.
|
getComment, getDescriptiveName, getGeneralID, setDescriptiveNameprotected org.cip4.lib.xjdf.schema.ProofItem proofItem
protected String jobIDRef
protected String jobPartIDRef
protected String proofLocation
public org.cip4.lib.xjdf.schema.ProofItem getProofItem()
ProofItempublic void setProofItem(org.cip4.lib.xjdf.schema.ProofItem value)
value - allowed object is
ProofItempublic 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 getProofLocation()
StringCopyright © 2013. All Rights Reserved.