Package org.cip4.lib.xjdf.schema
Class QueryNotification
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Query
-
- org.cip4.lib.xjdf.schema.QueryNotification
-
- 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 QueryNotification extends Query implements java.io.SerializableJava class for QueryNotification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryNotification"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}Query"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}NotificationFilter" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected NotificationFilternotificationFilter-
Fields inherited from class org.cip4.lib.xjdf.schema.Query
subscription
-
-
Constructor Summary
Constructors Constructor Description QueryNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)NotificationFiltergetNotificationFilter()Gets the value of the notificationFilter property.inthashCode()voidsetNotificationFilter(NotificationFilter value)Sets the value of the notificationFilter property.QueryNotificationwithAny(java.lang.Object... values)QueryNotificationwithAny(java.util.Collection<java.lang.Object> values)QueryNotificationwithHeader(Header value)QueryNotificationwithNotificationFilter(NotificationFilter value)QueryNotificationwithSubscription(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
-
notificationFilter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected NotificationFilter notificationFilter
-
-
Method Detail
-
getNotificationFilter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public NotificationFilter getNotificationFilter()Gets the value of the notificationFilter property.- Returns:
- possible object is
NotificationFilter
-
setNotificationFilter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setNotificationFilter(NotificationFilter value)Sets the value of the notificationFilter property.- Parameters:
value- allowed object isNotificationFilter
-
withNotificationFilter
public QueryNotification withNotificationFilter(NotificationFilter value)
-
withSubscription
public QueryNotification withSubscription(Subscription value)
- Overrides:
withSubscriptionin classQuery
-
withHeader
public QueryNotification withHeader(Header value)
- Overrides:
withHeaderin classQuery
-
withAny
public QueryNotification withAny(java.lang.Object... values)
-
withAny
public QueryNotification withAny(java.util.Collection<java.lang.Object> values)
-
-