public class ProofResponse extends AbstractPt implements Serializable
Java class for ProofResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProofResponse">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}Abstract_pt">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ApprovalSuccess"/>
<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="PageIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="Response">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Approved"/>
<enumeration value="ApprovedWithEdits"/>
<enumeration value="Rejected"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected org.cip4.lib.xjdf.schema.ApprovalSuccess |
approvalSuccess |
protected String |
jobIDRef |
protected String |
jobPartIDRef |
protected Integer |
pageIndex |
protected org.cip4.lib.xjdf.schema.ProofItem |
proofItem |
protected String |
response |
comment, descriptiveName, generalID| Constructor and Description |
|---|
ProofResponse() |
| Modifier and Type | Method and Description |
|---|---|
org.cip4.lib.xjdf.schema.ApprovalSuccess |
getApprovalSuccess()
Gets the value of the approvalSuccess property.
|
String |
getJobIDRef()
Gets the value of the jobIDRef property.
|
String |
getJobPartIDRef()
Gets the value of the jobPartIDRef property.
|
Integer |
getPageIndex()
Gets the value of the pageIndex property.
|
org.cip4.lib.xjdf.schema.ProofItem |
getProofItem()
Gets the value of the proofItem property.
|
String |
getResponse()
Gets the value of the response property.
|
void |
setApprovalSuccess(org.cip4.lib.xjdf.schema.ApprovalSuccess value)
Sets the value of the approvalSuccess property.
|
void |
setJobIDRef(String value)
Sets the value of the jobIDRef property.
|
void |
setJobPartIDRef(String value)
Sets the value of the jobPartIDRef property.
|
void |
setPageIndex(Integer value)
Sets the value of the pageIndex property.
|
void |
setProofItem(org.cip4.lib.xjdf.schema.ProofItem value)
Sets the value of the proofItem property.
|
void |
setResponse(String value)
Sets the value of the response property.
|
getComment, getDescriptiveName, getGeneralID, setDescriptiveNameprotected org.cip4.lib.xjdf.schema.ApprovalSuccess approvalSuccess
protected org.cip4.lib.xjdf.schema.ProofItem proofItem
protected String jobIDRef
protected String jobPartIDRef
protected Integer pageIndex
protected String response
public org.cip4.lib.xjdf.schema.ApprovalSuccess getApprovalSuccess()
ApprovalSuccesspublic void setApprovalSuccess(org.cip4.lib.xjdf.schema.ApprovalSuccess value)
value - allowed object is
ApprovalSuccesspublic 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 Integer getPageIndex()
Integerpublic void setPageIndex(Integer value)
value - allowed object is
Integerpublic String getResponse()
StringCopyright © 2013. All Rights Reserved.