public class ProofApprovalResponse extends BusinessObject implements Serializable
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 List<org.cip4.lib.xjdf.schema.Contact> |
contacts |
protected List<ProofResponse> |
proofResponses |
agentDisplayName, agentID, auxID, businessID, businessRefID, requestDatecomments, descriptiveName, generalIDs| Constructor and Description |
|---|
ProofApprovalResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<org.cip4.lib.xjdf.schema.Contact> |
getContacts()
Gets the value of the contacts property.
|
List<ProofResponse> |
getProofResponses()
Gets the value of the proofResponses property.
|
getAgentDisplayName, getAgentID, getAuxID, getBusinessID, getBusinessRefID, getRequestDate, setAgentDisplayName, setAgentID, setAuxID, setBusinessID, setBusinessRefID, setRequestDategetComments, getDescriptiveName, getGeneralIDs, setDescriptiveNameprotected List<org.cip4.lib.xjdf.schema.Contact> contacts
protected List<ProofResponse> proofResponses
public List<org.cip4.lib.xjdf.schema.Contact> getContacts()
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 contacts property.
For example, to add a new item, do as follows:
getContacts().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public List<ProofResponse> getProofResponses()
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 proofResponses property.
For example, to add a new item, do as follows:
getProofResponses().add(newItem);
Objects of the following type(s) are allowed in the list
ProofResponse
Copyright © 2012. All Rights Reserved.