Class Query

  • All Implemented Interfaces:
    java.io.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="2024-07-01T15:04:08Z")
    public abstract class Query
    extends Message
    implements java.io.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:
    Serialized Form
    • Field Detail

      • subscription

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected Subscription subscription
    • Constructor Detail

      • Query

        public Query()
    • Method Detail

      • getSubscription

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        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="2024-07-01T15:04:08Z")
        public void setSubscription​(Subscription value)
        Sets the value of the subscription property.
        Parameters:
        value - allowed object is Subscription
      • withAny

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

        public Query withAny​(java.util.Collection<java.lang.Object> values)
        Overrides:
        withAny in class Message
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class Message