Class QueryKnownDevices

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.4",
               date="2024-07-01T15:04:08Z")
    public class QueryKnownDevices
    extends Query
    implements java.io.Serializable

    Java class for QueryKnownDevices complex type

    .

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

    
     <complexType name="QueryKnownDevices">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}Query">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}DeviceFilter" minOccurs="0"/>
           </sequence>
           <attribute name="Languages" type="{http://www.CIP4.org/JDFSchema_2_0}languages" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • deviceFilter

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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.util.List<java.lang.String> languages
    • Constructor Detail

      • QueryKnownDevices

        public QueryKnownDevices()
    • Method Detail

      • getDeviceFilter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public DeviceFilter getDeviceFilter()
        Gets the value of the deviceFilter property.
        Returns:
        possible object is DeviceFilter
      • setDeviceFilter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setDeviceFilter​(DeviceFilter value)
        Sets the value of the deviceFilter property.
        Parameters:
        value - allowed object is DeviceFilter
      • getLanguages

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.util.List<java.lang.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.
      • withLanguages

        public QueryKnownDevices withLanguages​(java.lang.String... values)
      • withLanguages

        public QueryKnownDevices withLanguages​(java.util.Collection<java.lang.String> values)
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class Query
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Query