Class QueryNotification

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 QueryNotification extends Query implements Serializable

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>
       <attribute name="Languages" type="{http://www.CIP4.org/JDFSchema_2_0}languages" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • notificationFilter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected NotificationFilter notificationFilter
    • languages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<String> languages
  • Constructor Details

    • QueryNotification

      public QueryNotification()
  • Method Details

    • getNotificationFilter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") public void setNotificationFilter(NotificationFilter value)
      Sets the value of the notificationFilter property.
      Parameters:
      value - allowed object is NotificationFilter
    • 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 set method 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.
    • withNotificationFilter

      public QueryNotification withNotificationFilter(NotificationFilter value)
    • withLanguages

      public QueryNotification withLanguages(String... values)
    • withLanguages

      public QueryNotification withLanguages(Collection<String> values)
    • withSubscription

      public QueryNotification withSubscription(Subscription value)
      Overrides:
      withSubscription in class Query
    • withHeader

      public QueryNotification withHeader(Header value)
      Overrides:
      withHeader in class Query
    • withAny

      public QueryNotification withAny(Object... values)
      Overrides:
      withAny in class Query
    • withAny

      public QueryNotification withAny(Collection<Object> values)
      Overrides:
      withAny in class Query
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Query
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Query