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:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public class QueryQueueStatus extends Query implements java.io.SerializableJava 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected QueueStatusParamsqueueStatusParams-
Fields inherited from class org.cip4.lib.xjdf.schema.Query
subscription
-
-
Constructor Summary
Constructors Constructor Description QueryQueueStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)QueueStatusParamsgetQueueStatusParams()Gets the value of the queueStatusParams property.inthashCode()voidsetQueueStatusParams(QueueStatusParams value)Sets the value of the queueStatusParams property.QueryQueueStatuswithAny(java.lang.Object... values)QueryQueueStatuswithAny(java.util.Collection<java.lang.Object> values)QueryQueueStatuswithHeader(Header value)QueryQueueStatuswithQueueStatusParams(QueueStatusParams value)QueryQueueStatuswithSubscription(Subscription value)-
Methods inherited from class org.cip4.lib.xjdf.schema.Query
getSubscription, setSubscription
-
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
Field Detail
-
queueStatusParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected QueueStatusParams queueStatusParams
-
-
Method Detail
-
getQueueStatusParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setQueueStatusParams(QueueStatusParams value)Sets the value of the queueStatusParams property.- Parameters:
value- allowed object isQueueStatusParams
-
withQueueStatusParams
public QueryQueueStatus withQueueStatusParams(QueueStatusParams value)
-
withSubscription
public QueryQueueStatus withSubscription(Subscription value)
- Overrides:
withSubscriptionin classQuery
-
withHeader
public QueryQueueStatus withHeader(Header value)
- Overrides:
withHeaderin classQuery
-
withAny
public QueryQueueStatus withAny(java.lang.Object... values)
-
withAny
public QueryQueueStatus withAny(java.util.Collection<java.lang.Object> values)
-
-