@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class QueryQueueStatus
extends Query
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for QueryQueueStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryQueueStatus">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}Query">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}QueueStatusParams" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected QueueStatusParams |
queueStatusParams |
subscription| Constructor and Description |
|---|
QueryQueueStatus() |
| 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) |
QueueStatusParams |
getQueueStatusParams()
Gets the value of the queueStatusParams property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setQueueStatusParams(QueueStatusParams value)
Sets the value of the queueStatusParams property.
|
QueryQueueStatus |
withHeader(Header value) |
QueryQueueStatus |
withQueueStatusParams(QueueStatusParams value) |
QueryQueueStatus |
withSubscription(Subscription value) |
getSubscription, setSubscriptiongetHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected QueueStatusParams queueStatusParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public QueueStatusParams getQueueStatusParams()
QueueStatusParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setQueueStatusParams(QueueStatusParams value)
value - allowed object is
QueueStatusParamspublic QueryQueueStatus withQueueStatusParams(QueueStatusParams value)
public QueryQueueStatus withSubscription(Subscription value)
withSubscription in class Querypublic QueryQueueStatus withHeader(Header value)
withHeader in class Querypublic 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)