Class QueryResource

All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public class QueryResource extends Query implements 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>
       <attribute name="Languages" type="{http://www.CIP4.org/JDFSchema_2_0}languages" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • resourceQuParams

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected ResourceQuParams resourceQuParams
    • languages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<String> languages
  • Constructor Details

    • QueryResource

      public QueryResource()
  • Method Details

    • getResourceQuParams

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public ResourceQuParams getResourceQuParams()
      Gets the value of the resourceQuParams property.
      Returns:
      possible object is ResourceQuParams
    • setResourceQuParams

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setResourceQuParams(ResourceQuParams value)
      Sets the value of the resourceQuParams property.
      Parameters:
      value - allowed object is ResourceQuParams
    • getLanguages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<String> getLanguages()
      Gets the value of the languages property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the languages property.

      For example, to add a new item, do as follows:

       getLanguages().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the languages property.
    • withResourceQuParams

      public QueryResource withResourceQuParams(ResourceQuParams value)
    • withLanguages

      public QueryResource withLanguages(String... values)
    • withLanguages

      public QueryResource withLanguages(Collection<String> values)
    • withSubscription

      public QueryResource withSubscription(Subscription value)
      Overrides:
      withSubscription in class Query
    • withHeader

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

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class Query