|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.sib.wsn.QueryExpression
public class QueryExpression
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 |
---|
protected java.net.URI dialect
protected javax.xml.soap.SOAPElement expression
Constructor Detail |
---|
public QueryExpression()
setDialect(URI)
to set
the required Dialect value.
public QueryExpression(java.net.URI dialect, javax.xml.soap.SOAPElement expression)
dialect
- The Dialect attribute value for the expressionexpression
- The expression contentMethod Detail |
---|
public java.net.URI getDialect()
public void setDialect(java.net.URI dialect)
dialect
- The Dialectpublic javax.xml.soap.SOAPElement getExpressionContents()
public void setExpressionContents(javax.xml.soap.SOAPElement expression)
expression
- The contents of the expression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |