@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public class ProofApprovalResponse
extends BusinessObject
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ProofApprovalResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProofApprovalResponse">
<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="ProofResponse" type="{http://www.printtalk.org/schema_2_0}ProofResponse" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<org.cip4.lib.xjdf.schema.Contact> |
contact |
protected java.util.List<ProofResponse> |
proofResponse |
agentDisplayName, agentID, auxID, businessID, businessRefID, requestDatecomment, descriptiveName, generalID| Constructor and Description |
|---|
ProofApprovalResponse() |
| 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) |
java.util.List<org.cip4.lib.xjdf.schema.Contact> |
getContact()
Gets the value of the contact property.
|
java.util.List<ProofResponse> |
getProofResponse()
Gets the value of the proofResponse property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
ProofApprovalResponse |
withAgentDisplayName(java.lang.String value) |
ProofApprovalResponse |
withAgentID(java.lang.String value) |
ProofApprovalResponse |
withAuxID(java.lang.String value) |
ProofApprovalResponse |
withBusinessID(java.lang.String value) |
ProofApprovalResponse |
withBusinessRefID(java.lang.String value) |
ProofApprovalResponse |
withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values) |
ProofApprovalResponse |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
ProofApprovalResponse |
withContact(java.util.Collection<org.cip4.lib.xjdf.schema.Contact> values) |
ProofApprovalResponse |
withContact(org.cip4.lib.xjdf.schema.Contact... values) |
ProofApprovalResponse |
withDescriptiveName(java.lang.String value) |
ProofApprovalResponse |
withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
ProofApprovalResponse |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
ProofApprovalResponse |
withProofResponse(java.util.Collection<ProofResponse> values) |
ProofApprovalResponse |
withProofResponse(ProofResponse... values) |
ProofApprovalResponse |
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="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<org.cip4.lib.xjdf.schema.Contact> contact
@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<ProofResponse> proofResponse
@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<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="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<ProofResponse> getProofResponse()
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 proofResponse property.
For example, to add a new item, do as follows:
getProofResponse().add(newItem);
Objects of the following type(s) are allowed in the list
ProofResponse
public ProofApprovalResponse withContact(org.cip4.lib.xjdf.schema.Contact... values)
public ProofApprovalResponse withContact(java.util.Collection<org.cip4.lib.xjdf.schema.Contact> values)
public ProofApprovalResponse withProofResponse(ProofResponse... values)
public ProofApprovalResponse withProofResponse(java.util.Collection<ProofResponse> values)
public ProofApprovalResponse withAgentID(java.lang.String value)
withAgentID in class BusinessObjectpublic ProofApprovalResponse withAgentDisplayName(java.lang.String value)
withAgentDisplayName in class BusinessObjectpublic ProofApprovalResponse withAuxID(java.lang.String value)
withAuxID in class BusinessObjectpublic ProofApprovalResponse withBusinessID(java.lang.String value)
withBusinessID in class BusinessObjectpublic ProofApprovalResponse withBusinessRefID(java.lang.String value)
withBusinessRefID in class BusinessObjectpublic ProofApprovalResponse withRequestDate(org.cip4.lib.xjdf.type.DateTime value)
withRequestDate in class BusinessObjectpublic ProofApprovalResponse withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class BusinessObjectpublic ProofApprovalResponse withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class BusinessObjectpublic ProofApprovalResponse withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class BusinessObjectpublic ProofApprovalResponse withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class BusinessObjectpublic ProofApprovalResponse withDescriptiveName(java.lang.String value)
withDescriptiveName in class BusinessObjectpublic 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 BusinessObjectpublic boolean equals(java.lang.Object object)
equals in class BusinessObjectpublic 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 BusinessObjectpublic int hashCode()
hashCode in class BusinessObject