Package org.cip4.lib.xjdf.schema
Class QueryStatus
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Query
-
- org.cip4.lib.xjdf.schema.QueryStatus
-
- 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 QueryStatus extends Query implements java.io.SerializableJava class for QueryStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryStatus"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}Query"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}StatusQuParams" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StatusQuParamsstatusQuParams-
Fields inherited from class org.cip4.lib.xjdf.schema.Query
subscription
-
-
Constructor Summary
Constructors Constructor Description QueryStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)StatusQuParamsgetStatusQuParams()Gets the value of the statusQuParams property.inthashCode()voidsetStatusQuParams(StatusQuParams value)Sets the value of the statusQuParams property.QueryStatuswithAny(java.lang.Object... values)QueryStatuswithAny(java.util.Collection<java.lang.Object> values)QueryStatuswithHeader(Header value)QueryStatuswithStatusQuParams(StatusQuParams value)QueryStatuswithSubscription(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
-
statusQuParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected StatusQuParams statusQuParams
-
-
Method Detail
-
getStatusQuParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public StatusQuParams getStatusQuParams()Gets the value of the statusQuParams property.- Returns:
- possible object is
StatusQuParams
-
setStatusQuParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setStatusQuParams(StatusQuParams value)Sets the value of the statusQuParams property.- Parameters:
value- allowed object isStatusQuParams
-
withStatusQuParams
public QueryStatus withStatusQuParams(StatusQuParams value)
-
withSubscription
public QueryStatus withSubscription(Subscription value)
- Overrides:
withSubscriptionin classQuery
-
withHeader
public QueryStatus withHeader(Header value)
- Overrides:
withHeaderin classQuery
-
withAny
public QueryStatus withAny(java.lang.Object... values)
-
withAny
public QueryStatus withAny(java.util.Collection<java.lang.Object> values)
-
-