Class QueryResource

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.2",
               date="2023-07-17T18:40:39Z")
    public class QueryResource
    extends Query
    implements java.io.Serializable

    Java class for QueryResource complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="QueryResource">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}Query">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}ResourceQuParams"/>
           </sequence>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • resourceQuParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected ResourceQuParams resourceQuParams
    • Constructor Detail

      • QueryResource

        public QueryResource()