public class OrderStatusResponse extends BusinessObject implements Serializable
Java class for OrderStatusResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderStatusResponse">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}BusinessObject">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Notification" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DeliveryParams" minOccurs="0"/>
<element name="Status" type="{http://www.printtalk.org/schema_2_0}Status" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<org.cip4.lib.xjdf.schema.Contact> |
contact |
protected org.cip4.lib.xjdf.schema.DeliveryParams |
deliveryParams |
protected List<org.cip4.lib.xjdf.schema.Notification> |
notification |
protected List<Status> |
status |
agentDisplayName, agentID, auxID, businessID, businessRefID, requestDatecomment, descriptiveName, generalID| Constructor and Description |
|---|
OrderStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<org.cip4.lib.xjdf.schema.Contact> |
getContact()
Gets the value of the contact property.
|
org.cip4.lib.xjdf.schema.DeliveryParams |
getDeliveryParams()
Gets the value of the deliveryParams property.
|
List<org.cip4.lib.xjdf.schema.Notification> |
getNotification()
Gets the value of the notification property.
|
List<Status> |
getStatus()
Gets the value of the status property.
|
void |
setDeliveryParams(org.cip4.lib.xjdf.schema.DeliveryParams value)
Sets the value of the deliveryParams property.
|
getAgentDisplayName, getAgentID, getAuxID, getBusinessID, getBusinessRefID, getRequestDate, setAgentDisplayName, setAgentID, setAuxID, setBusinessID, setBusinessRefID, setRequestDategetComment, getDescriptiveName, getGeneralID, setDescriptiveNameprotected List<org.cip4.lib.xjdf.schema.Notification> notification
protected List<org.cip4.lib.xjdf.schema.Contact> contact
protected org.cip4.lib.xjdf.schema.DeliveryParams deliveryParams
public List<org.cip4.lib.xjdf.schema.Notification> getNotification()
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 notification property.
For example, to add a new item, do as follows:
getNotification().add(newItem);
Objects of the following type(s) are allowed in the list
Notification
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
public org.cip4.lib.xjdf.schema.DeliveryParams getDeliveryParams()
DeliveryParamspublic void setDeliveryParams(org.cip4.lib.xjdf.schema.DeliveryParams value)
value - allowed object is
DeliveryParamspublic List<Status> getStatus()
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 status property.
For example, to add a new item, do as follows:
getStatus().add(newItem);
Objects of the following type(s) are allowed in the list
Status
Copyright © 2014. All Rights Reserved.