Class QueryKnownDevices

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    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>
           <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.1",
                   date="2023-01-02T18:51:33Z")
        protected DeviceFilter deviceFilter
    • Constructor Detail

      • QueryKnownDevices

        public QueryKnownDevices()