@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class QueryNotification
extends Query
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java 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>
| Modifier and Type | Field and Description |
|---|---|
protected NotificationFilter |
notificationFilter |
subscription| Constructor and Description |
|---|
QueryNotification() |
| 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.EqualsStrategy strategy) |
NotificationFilter |
getNotificationFilter()
Gets the value of the notificationFilter property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setNotificationFilter(NotificationFilter value)
Sets the value of the notificationFilter property.
|
QueryNotification |
withHeader(Header value) |
QueryNotification |
withNotificationFilter(NotificationFilter value) |
QueryNotification |
withSubscription(Subscription value) |
getSubscription, setSubscriptiongetHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected NotificationFilter notificationFilter
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public NotificationFilter getNotificationFilter()
NotificationFilter@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setNotificationFilter(NotificationFilter value)
value - allowed object is
NotificationFilterpublic QueryNotification withNotificationFilter(NotificationFilter value)
public QueryNotification withSubscription(Subscription value)
withSubscription in class Querypublic QueryNotification 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.EqualsStrategy strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)