@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public class ProofResponse extends AbstractPt implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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 List<String> |
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 |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
List<String> |
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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
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 |
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.
|
ProofResponse |
withApprovalSuccess(org.cip4.lib.xjdf.schema.ApprovalSuccess value) |
ProofResponse |
withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values) |
ProofResponse |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
ProofResponse |
withDescriptiveName(String value) |
ProofResponse |
withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
ProofResponse |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
ProofResponse |
withJobIDRef(String value) |
ProofResponse |
withJobPartIDRef(String value) |
ProofResponse |
withPageIndex(Collection<String> values) |
ProofResponse |
withPageIndex(String... values) |
ProofResponse |
withProofItem(org.cip4.lib.xjdf.schema.ProofItem value) |
ProofResponse |
withResponse(String value) |
getComment, getDescriptiveName, getGeneralID, setDescriptiveName@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") protected org.cip4.lib.xjdf.schema.ApprovalSuccess approvalSuccess
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") protected org.cip4.lib.xjdf.schema.ProofItem proofItem
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") protected String jobIDRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") protected String jobPartIDRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") protected List<String> pageIndex
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") protected String response
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public org.cip4.lib.xjdf.schema.ApprovalSuccess getApprovalSuccess()
ApprovalSuccess@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public void setApprovalSuccess(org.cip4.lib.xjdf.schema.ApprovalSuccess value)
value - allowed object is
ApprovalSuccess@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+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="2016-04-20T01:31:24+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="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public String getJobIDRef()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public void setJobIDRef(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public String getJobPartIDRef()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public void setJobPartIDRef(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public List<String> 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
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public String getResponse()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public void setResponse(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public ProofResponse withApprovalSuccess(org.cip4.lib.xjdf.schema.ApprovalSuccess value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public ProofResponse withProofItem(org.cip4.lib.xjdf.schema.ProofItem value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public ProofResponse withJobIDRef(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public ProofResponse withJobPartIDRef(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public ProofResponse withPageIndex(String... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public ProofResponse withPageIndex(Collection<String> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public ProofResponse withResponse(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public ProofResponse withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public ProofResponse withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public ProofResponse withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public ProofResponse withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public ProofResponse withDescriptiveName(String value)
withDescriptiveName in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class AbstractPtCopyright © 2016. All rights reserved.