@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class QueryKnownDevices
extends Query
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
| Modifier and Type | Field and Description |
|---|---|
protected DeviceFilter |
deviceFilter |
subscription| Constructor and Description |
|---|
QueryKnownDevices() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
DeviceFilter |
getDeviceFilter()
Gets the value of the deviceFilter property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setDeviceFilter(DeviceFilter value)
Sets the value of the deviceFilter property.
|
QueryKnownDevices |
withDeviceFilter(DeviceFilter value) |
QueryKnownDevices |
withHeader(Header value) |
QueryKnownDevices |
withSubscription(Subscription value) |
getSubscription, setSubscriptiongetHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected DeviceFilter deviceFilter
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public DeviceFilter getDeviceFilter()
DeviceFilter@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setDeviceFilter(DeviceFilter value)
value - allowed object is
DeviceFilterpublic QueryKnownDevices withDeviceFilter(DeviceFilter value)
public QueryKnownDevices withSubscription(Subscription value)
withSubscription in class Querypublic QueryKnownDevices withHeader(Header value)
withHeader in class Querypublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)