public class Cancellation extends BusinessObject implements Serializable
Java class for Cancellation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Cancellation">
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<org.cip4.lib.xjdf.schema.Contact> |
contact |
agentDisplayName, agentID, auxID, businessID, businessRefID, requestDatecomment, descriptiveName, generalID| Constructor and Description |
|---|
Cancellation() |
| Modifier and Type | Method and Description |
|---|---|
List<org.cip4.lib.xjdf.schema.Contact> |
getContact()
Gets the value of the contact property.
|
getAgentDisplayName, getAgentID, getAuxID, getBusinessID, getBusinessRefID, getRequestDate, setAgentDisplayName, setAgentID, setAuxID, setBusinessID, setBusinessRefID, setRequestDategetComment, getDescriptiveName, getGeneralID, setDescriptiveNameprotected List<org.cip4.lib.xjdf.schema.Contact> contact
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
Copyright © 2014. All Rights Reserved.