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:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class QueryKnownDevices
extends Query
implements 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:
-
Field Summary
FieldsFields inherited from class org.cip4.lib.xjdf.schema.Query
subscription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the deviceFilter property.Gets the value of the languages property.inthashCode()voidsetDeviceFilter(DeviceFilter value) Sets the value of the deviceFilter property.withAny(Collection<Object> values) withDeviceFilter(DeviceFilter value) withHeader(Header value) withLanguages(String... values) withLanguages(Collection<String> values) withSubscription(Subscription value) Methods inherited from class org.cip4.lib.xjdf.schema.Query
getSubscription, setSubscriptionMethods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
Field Details
-
deviceFilter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected DeviceFilter deviceFilter -
languages
-
-
Constructor Details
-
QueryKnownDevices
public QueryKnownDevices()
-
-
Method Details
-
getDeviceFilter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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="2025-09-19T22:22:03Z") public void setDeviceFilter(DeviceFilter value) Sets the value of the deviceFilter property.- Parameters:
value- allowed object isDeviceFilter
-
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
setmethod 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.
-
withDeviceFilter
-
withLanguages
-
withLanguages
-
withSubscription
- Overrides:
withSubscriptionin classQuery
-
withHeader
- Overrides:
withHeaderin classQuery
-
withAny
-
withAny
-
equals
-
hashCode
public int hashCode()
-