Package org.cip4.lib.xjdf.schema
Class QueryKnownDevices
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Query
-
- org.cip4.lib.xjdf.schema.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.SerializableJava 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 Summary
Fields Modifier and Type Field Description protected DeviceFilterdeviceFilter-
Fields inherited from class org.cip4.lib.xjdf.schema.Query
subscription
-
-
Constructor Summary
Constructors Constructor Description QueryKnownDevices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)DeviceFiltergetDeviceFilter()Gets the value of the deviceFilter property.inthashCode()voidsetDeviceFilter(DeviceFilter value)Sets the value of the deviceFilter property.QueryKnownDeviceswithAny(java.lang.Object... values)QueryKnownDeviceswithAny(java.util.Collection<java.lang.Object> values)QueryKnownDeviceswithDeviceFilter(DeviceFilter value)QueryKnownDeviceswithHeader(Header value)QueryKnownDeviceswithSubscription(Subscription value)-
Methods inherited from class org.cip4.lib.xjdf.schema.Query
getSubscription, setSubscription
-
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
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
-
-
Method Detail
-
getDeviceFilter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setDeviceFilter(DeviceFilter value)Sets the value of the deviceFilter property.- Parameters:
value- allowed object isDeviceFilter
-
withDeviceFilter
public QueryKnownDevices withDeviceFilter(DeviceFilter value)
-
withSubscription
public QueryKnownDevices withSubscription(Subscription value)
- Overrides:
withSubscriptionin classQuery
-
withHeader
public QueryKnownDevices withHeader(Header value)
- Overrides:
withHeaderin classQuery
-
withAny
public QueryKnownDevices withAny(java.lang.Object... values)
-
withAny
public QueryKnownDevices withAny(java.util.Collection<java.lang.Object> values)
-
-