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 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 is Subscription
    • withSubscription

      public Query withSubscription(Subscription value)
    • withHeader

      public Query withHeader(Header value)
      Overrides:
      withHeader in class Message
    • withAny

      public Query withAny(Object... values)
      Overrides:
      withAny in class Message
    • withAny

      public Query withAny(Collection<Object> values)
      Overrides:
      withAny in class Message
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Message
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Message