@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public class ProofResponse
extends AbstractPt
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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}ApprovalDetails"/>
<element name="ProofItem" type="{http://www.CIP4.org/JDFSchema_2_0}ProofItem"/>
</sequence>
<attribute name="JobIDRef" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="JobPartIDRef" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="PageIndex" type="{http://www.printtalk.org/schema_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.ApprovalDetails |
approvalDetails |
protected java.lang.String |
jobIDRef |
protected java.lang.String |
jobPartIDRef |
protected java.util.List<java.math.BigInteger> |
pageIndex |
protected org.cip4.lib.xjdf.schema.ProofItem |
proofItem |
protected java.lang.String |
response |
comment, descriptiveName, generalID| Constructor and Description |
|---|
ProofResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
org.cip4.lib.xjdf.schema.ApprovalDetails |
getApprovalDetails()
Gets the value of the approvalDetails property.
|
java.lang.String |
getJobIDRef()
Gets the value of the jobIDRef property.
|
java.lang.String |
getJobPartIDRef()
Gets the value of the jobPartIDRef property.
|
java.util.List<java.math.BigInteger> |
getPageIndex()
Gets the value of the pageIndex property.
|
org.cip4.lib.xjdf.schema.ProofItem |
getProofItem()
Gets the value of the proofItem property.
|
java.lang.String |
getResponse()
Gets the value of the response property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setApprovalDetails(org.cip4.lib.xjdf.schema.ApprovalDetails value)
Sets the value of the approvalDetails property.
|
void |
setJobIDRef(java.lang.String value)
Sets the value of the jobIDRef property.
|
void |
setJobPartIDRef(java.lang.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 |
setResponse(java.lang.String value)
Sets the value of the response property.
|
ProofResponse |
withApprovalDetails(org.cip4.lib.xjdf.schema.ApprovalDetails value) |
ProofResponse |
withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values) |
ProofResponse |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
ProofResponse |
withDescriptiveName(java.lang.String value) |
ProofResponse |
withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
ProofResponse |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
ProofResponse |
withJobIDRef(java.lang.String value) |
ProofResponse |
withJobPartIDRef(java.lang.String value) |
ProofResponse |
withPageIndex(java.math.BigInteger... values) |
ProofResponse |
withPageIndex(java.util.Collection<java.math.BigInteger> values) |
ProofResponse |
withProofItem(org.cip4.lib.xjdf.schema.ProofItem value) |
ProofResponse |
withResponse(java.lang.String value) |
getComment, getDescriptiveName, getGeneralID, setDescriptiveName@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected org.cip4.lib.xjdf.schema.ApprovalDetails approvalDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected org.cip4.lib.xjdf.schema.ProofItem proofItem
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String jobIDRef
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String jobPartIDRef
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.math.BigInteger> pageIndex
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String response
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public org.cip4.lib.xjdf.schema.ApprovalDetails getApprovalDetails()
ApprovalDetails@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setApprovalDetails(org.cip4.lib.xjdf.schema.ApprovalDetails value)
value - allowed object is
ApprovalDetails@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public org.cip4.lib.xjdf.schema.ProofItem getProofItem()
ProofItem@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setProofItem(org.cip4.lib.xjdf.schema.ProofItem value)
value - allowed object is
ProofItem@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getJobIDRef()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setJobIDRef(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getJobPartIDRef()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setJobPartIDRef(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.math.BigInteger> getPageIndex()
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 pageIndex property.
For example, to add a new item, do as follows:
getPageIndex().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getResponse()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setResponse(java.lang.String value)
value - allowed object is
Stringpublic ProofResponse withApprovalDetails(org.cip4.lib.xjdf.schema.ApprovalDetails value)
public ProofResponse withProofItem(org.cip4.lib.xjdf.schema.ProofItem value)
public ProofResponse withJobIDRef(java.lang.String value)
public ProofResponse withJobPartIDRef(java.lang.String value)
public ProofResponse withPageIndex(java.math.BigInteger... values)
public ProofResponse withPageIndex(java.util.Collection<java.math.BigInteger> values)
public ProofResponse withResponse(java.lang.String value)
public ProofResponse withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class AbstractPtpublic ProofResponse withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class AbstractPtpublic ProofResponse withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class AbstractPtpublic ProofResponse withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class AbstractPtpublic ProofResponse withDescriptiveName(java.lang.String value)
withDescriptiveName in class AbstractPtpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractPtpublic boolean equals(java.lang.Object object)
equals in class AbstractPtpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractPtpublic int hashCode()
hashCode in class AbstractPt