@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class ResponseQueueStatus
extends Response
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ResponseQueueStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseQueueStatus">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}Response">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Queue" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Queue |
queue |
notification, returnCode| Constructor and Description |
|---|
ResponseQueueStatus() |
| 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.EqualsStrategy strategy) |
Queue |
getQueue()
Gets the value of the queue property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setQueue(Queue value)
Sets the value of the queue property.
|
ResponseQueueStatus |
withHeader(Header value) |
ResponseQueueStatus |
withNotification(Notification value) |
ResponseQueueStatus |
withQueue(Queue value) |
ResponseQueueStatus |
withReturnCode(java.lang.Integer value) |
getNotification, getReturnCode, setNotification, setReturnCodegetHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected Queue queue
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public Queue getQueue()
Queue@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setQueue(Queue value)
value - allowed object is
Queuepublic ResponseQueueStatus withQueue(Queue value)
public ResponseQueueStatus withNotification(Notification value)
withNotification in class Responsepublic ResponseQueueStatus withReturnCode(java.lang.Integer value)
withReturnCode in class Responsepublic ResponseQueueStatus withHeader(Header value)
withHeader in class Responsepublic 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.EqualsStrategy strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)