@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public class ProofRequest extends AbstractPt implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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 |
|---|---|
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) |
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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
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.
|
ProofRequest |
withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values) |
ProofRequest |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
ProofRequest |
withDescriptiveName(String value) |
ProofRequest |
withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
ProofRequest |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
ProofRequest |
withJobIDRef(String value) |
ProofRequest |
withJobPartIDRef(String value) |
ProofRequest |
withProofItem(org.cip4.lib.xjdf.schema.ProofItem value) |
ProofRequest |
withProofLocation(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.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 String proofLocation
@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 String getProofLocation()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public void setProofLocation(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 ProofRequest 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 ProofRequest 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 ProofRequest 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 ProofRequest withProofLocation(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:31:24+02:00", comments="JAXB RI v2.2.11") public ProofRequest 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 ProofRequest 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 ProofRequest 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 ProofRequest 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 ProofRequest 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.