Package org.cip4.lib.xjdf.schema
Class QueryQueueStatus
java.lang.Object
org.cip4.lib.xjdf.schema.Message
org.cip4.lib.xjdf.schema.Query
org.cip4.lib.xjdf.schema.QueryQueueStatus
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class QueryQueueStatus
extends Query
implements Serializable
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>
- See Also:
-
Field Summary
FieldsFields inherited from class org.cip4.lib.xjdf.schema.Query
subscription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the queueStatusParams property.inthashCode()voidSets the value of the queueStatusParams property.withAny(Collection<Object> values) withHeader(Header value) withSubscription(Subscription value) Methods inherited from class org.cip4.lib.xjdf.schema.Query
getSubscription, setSubscriptionMethods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
Field Details
-
queueStatusParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected QueueStatusParams queueStatusParams
-
-
Constructor Details
-
QueryQueueStatus
public QueryQueueStatus()
-
-
Method Details
-
getQueueStatusParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public QueueStatusParams getQueueStatusParams()Gets the value of the queueStatusParams property.- Returns:
- possible object is
QueueStatusParams
-
setQueueStatusParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setQueueStatusParams(QueueStatusParams value) Sets the value of the queueStatusParams property.- Parameters:
value- allowed object isQueueStatusParams
-
withQueueStatusParams
-
withSubscription
- Overrides:
withSubscriptionin classQuery
-
withHeader
- Overrides:
withHeaderin classQuery
-
withAny
-
withAny
-
equals
-
hashCode
public int hashCode()
-