Package org.cip4.lib.xjdf.schema
Class Query
java.lang.Object
org.cip4.lib.xjdf.schema.Message
org.cip4.lib.xjdf.schema.Query
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QueryGangStatus,QueryKnownDevices,QueryKnownMessages,QueryKnownSubscriptions,QueryNotification,QueryQueueStatus,QueryResource,QueryStatus
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public abstract class Query
extends Message
implements Serializable
Java class for Query complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Query">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}Message">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Subscription" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the subscription property.inthashCode()voidsetSubscription(Subscription value) Sets the value of the subscription property.withAny(Collection<Object> values) withHeader(Header value) withSubscription(Subscription value) Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
Field Details
-
subscription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Subscription subscription
-
-
Constructor Details
-
Query
public Query()
-
-
Method Details
-
getSubscription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Subscription getSubscription()Gets the value of the subscription property.- Returns:
- possible object is
Subscription
-
setSubscription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setSubscription(Subscription value) Sets the value of the subscription property.- Parameters:
value- allowed object isSubscription
-
withSubscription
-
withHeader
- Overrides:
withHeaderin classMessage
-
withAny
-
withAny
-
equals
-
hashCode
public int hashCode()
-