@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public class OrderStatusResponse extends BusinessObject implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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"/>
</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 |
agentDisplayName, agentID, auxID, businessID, businessRefID, requestDatecomment, descriptiveName, generalID| Constructor and Description |
|---|
OrderStatusResponse() |
| 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.
|
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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDeliveryParams(org.cip4.lib.xjdf.schema.DeliveryParams value)
Sets the value of the deliveryParams property.
|
OrderStatusResponse |
withAgentDisplayName(String value) |
OrderStatusResponse |
withAgentID(String value) |
OrderStatusResponse |
withAuxID(String value) |
OrderStatusResponse |
withBusinessID(String value) |
OrderStatusResponse |
withBusinessRefID(String value) |
OrderStatusResponse |
withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values) |
OrderStatusResponse |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
OrderStatusResponse |
withContact(Collection<org.cip4.lib.xjdf.schema.Contact> values) |
OrderStatusResponse |
withContact(org.cip4.lib.xjdf.schema.Contact... values) |
OrderStatusResponse |
withDeliveryParams(org.cip4.lib.xjdf.schema.DeliveryParams value) |
OrderStatusResponse |
withDescriptiveName(String value) |
OrderStatusResponse |
withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
OrderStatusResponse |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
OrderStatusResponse |
withNotification(Collection<org.cip4.lib.xjdf.schema.Notification> values) |
OrderStatusResponse |
withNotification(org.cip4.lib.xjdf.schema.Notification... values) |
OrderStatusResponse |
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-15T01:44:33+02:00", comments="JAXB RI v2.2.11") protected List<org.cip4.lib.xjdf.schema.Notification> notification
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+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-15T01:44:33+02:00", comments="JAXB RI v2.2.11") protected org.cip4.lib.xjdf.schema.DeliveryParams deliveryParams
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+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-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public org.cip4.lib.xjdf.schema.DeliveryParams getDeliveryParams()
DeliveryParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public void setDeliveryParams(org.cip4.lib.xjdf.schema.DeliveryParams value)
value - allowed object is
DeliveryParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public OrderStatusResponse withNotification(org.cip4.lib.xjdf.schema.Notification... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public OrderStatusResponse withNotification(Collection<org.cip4.lib.xjdf.schema.Notification> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public OrderStatusResponse withContact(org.cip4.lib.xjdf.schema.Contact... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public OrderStatusResponse withContact(Collection<org.cip4.lib.xjdf.schema.Contact> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public OrderStatusResponse withDeliveryParams(org.cip4.lib.xjdf.schema.DeliveryParams value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public OrderStatusResponse withAgentID(String value)
withAgentID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public OrderStatusResponse withAgentDisplayName(String value)
withAgentDisplayName in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public OrderStatusResponse withAuxID(String value)
withAuxID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public OrderStatusResponse withBusinessID(String value)
withBusinessID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public OrderStatusResponse withBusinessRefID(String value)
withBusinessRefID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public OrderStatusResponse withRequestDate(org.cip4.lib.xjdf.type.DateTime value)
withRequestDate in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public OrderStatusResponse withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public OrderStatusResponse withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public OrderStatusResponse withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public OrderStatusResponse withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public OrderStatusResponse withDescriptiveName(String value)
withDescriptiveName in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+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-15T01:44:33+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-15T01:44:33+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-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class BusinessObjectCopyright © 2016. All rights reserved.