@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public class ProofApprovalRequest extends BusinessObject implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ProofApprovalRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProofApprovalRequest">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}BusinessObject">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
<element name="ProofRequest" type="{http://www.printtalk.org/schema_2_0}ProofRequest" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<org.cip4.lib.xjdf.schema.Contact> |
contact |
protected List<ProofRequest> |
proofRequest |
agentDisplayName, agentID, auxID, businessID, businessRefID, requestDatecomment, descriptiveName, generalID| Constructor and Description |
|---|
ProofApprovalRequest() |
| 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) |
List<org.cip4.lib.xjdf.schema.Contact> |
getContact()
Gets the value of the contact property.
|
List<ProofRequest> |
getProofRequest()
Gets the value of the proofRequest property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
ProofApprovalRequest |
withAgentDisplayName(String value) |
ProofApprovalRequest |
withAgentID(String value) |
ProofApprovalRequest |
withAuxID(String value) |
ProofApprovalRequest |
withBusinessID(String value) |
ProofApprovalRequest |
withBusinessRefID(String value) |
ProofApprovalRequest |
withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values) |
ProofApprovalRequest |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
ProofApprovalRequest |
withContact(Collection<org.cip4.lib.xjdf.schema.Contact> values) |
ProofApprovalRequest |
withContact(org.cip4.lib.xjdf.schema.Contact... values) |
ProofApprovalRequest |
withDescriptiveName(String value) |
ProofApprovalRequest |
withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
ProofApprovalRequest |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
ProofApprovalRequest |
withProofRequest(Collection<ProofRequest> values) |
ProofApprovalRequest |
withProofRequest(ProofRequest... values) |
ProofApprovalRequest |
withRequestDate(org.cip4.lib.xjdf.type.DateTime value) |
getAgentDisplayName, getAgentID, getAuxID, getBusinessID, getBusinessRefID, getRequestDate, setAgentDisplayName, setAgentID, setAuxID, setBusinessID, setBusinessRefID, setRequestDategetComment, getDescriptiveName, getGeneralID, setDescriptiveName@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") protected List<org.cip4.lib.xjdf.schema.Contact> contact
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") protected List<ProofRequest> proofRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public List<org.cip4.lib.xjdf.schema.Contact> getContact()
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 contact property.
For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public List<ProofRequest> getProofRequest()
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 proofRequest property.
For example, to add a new item, do as follows:
getProofRequest().add(newItem);
Objects of the following type(s) are allowed in the list
ProofRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public ProofApprovalRequest withContact(org.cip4.lib.xjdf.schema.Contact... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public ProofApprovalRequest withContact(Collection<org.cip4.lib.xjdf.schema.Contact> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public ProofApprovalRequest withProofRequest(ProofRequest... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public ProofApprovalRequest withProofRequest(Collection<ProofRequest> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public ProofApprovalRequest withAgentID(String value)
withAgentID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public ProofApprovalRequest withAgentDisplayName(String value)
withAgentDisplayName in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public ProofApprovalRequest withAuxID(String value)
withAuxID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public ProofApprovalRequest withBusinessID(String value)
withBusinessID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public ProofApprovalRequest withBusinessRefID(String value)
withBusinessRefID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public ProofApprovalRequest withRequestDate(org.cip4.lib.xjdf.type.DateTime value)
withRequestDate in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public ProofApprovalRequest withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public ProofApprovalRequest withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public ProofApprovalRequest withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public ProofApprovalRequest withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public ProofApprovalRequest withDescriptiveName(String value)
withDescriptiveName in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+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 BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+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 BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class BusinessObjectCopyright © 2016. All rights reserved.