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.4", date="2024-07-01T15:04:08Z") 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> <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 Summary
Fields Modifier and Type Field Description protected DeviceFilterdeviceFilterprotected java.util.List<java.lang.String>languages-
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.java.util.List<java.lang.String>getLanguages()Gets the value of the languages 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)QueryKnownDeviceswithLanguages(java.lang.String... values)QueryKnownDeviceswithLanguages(java.util.Collection<java.lang.String> values)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.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
-
-
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 isDeviceFilter
-
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
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
public QueryKnownDevices withDeviceFilter(DeviceFilter value)
-
withLanguages
public QueryKnownDevices withLanguages(java.lang.String... values)
-
withLanguages
public QueryKnownDevices withLanguages(java.util.Collection<java.lang.String> values)
-
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)
-
-