com.ibm.websphere.sib.wsn
Class QueryExpression

java.lang.Object
  extended by com.ibm.websphere.sib.wsn.QueryExpression

public class QueryExpression
extends java.lang.Object

This class represents the QueryExpressionType type from the WS-Notification Base Notification schema


Field Summary
protected  java.net.URI dialect
          The Dialect for the expression
protected  javax.xml.soap.SOAPElement expression
          The contents of the expression
 
Constructor Summary
QueryExpression()
          Default constructor.
QueryExpression(java.net.URI dialect, javax.xml.soap.SOAPElement expression)
          Construct an instance with the specified Dialect attribute value and expression content
 
Method Summary
 java.net.URI getDialect()
          Get the value of the Dialect attribute for the expression
 javax.xml.soap.SOAPElement getExpressionContents()
          Get the contents of the expression as a SOAPElement
 void setDialect(java.net.URI dialect)
          Set the value of the Dialect attribute for the expression
 void setExpressionContents(javax.xml.soap.SOAPElement expression)
          Set the contents of the expression as a SOAPElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialect

protected java.net.URI dialect
The Dialect for the expression


expression

protected javax.xml.soap.SOAPElement expression
The contents of the expression

Constructor Detail

QueryExpression

public QueryExpression()
Default constructor. If this constructor is used, it will be necessary to make a subsequent call to setDialect(URI) to set the required Dialect value.


QueryExpression

public QueryExpression(java.net.URI dialect,
                       javax.xml.soap.SOAPElement expression)
Construct an instance with the specified Dialect attribute value and expression content

Parameters:
dialect - The Dialect attribute value for the expression
expression - The expression content
Method Detail

getDialect

public java.net.URI getDialect()
Get the value of the Dialect attribute for the expression

Returns:
The Dialect

setDialect

public void setDialect(java.net.URI dialect)
Set the value of the Dialect attribute for the expression

Parameters:
dialect - The Dialect

getExpressionContents

public javax.xml.soap.SOAPElement getExpressionContents()
Get the contents of the expression as a SOAPElement

Returns:
The expression contents

setExpressionContents

public void setExpressionContents(javax.xml.soap.SOAPElement expression)
Set the contents of the expression as a SOAPElement

Parameters:
expression - The contents of the expression