IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc
Class QueryObject

java.lang.Object
  extended by com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.BaseObject
      extended by com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.OriginalObject
          extended by com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.QueryObject
Direct Known Subclasses:
GraphQuery, PropertyQuery

public abstract class QueryObject
extends OriginalObject

Represents a QueryObject WSRR object


Constructor Summary
QueryObject()
           
 
Method Summary
 java.lang.String getQueryExpression()
           
 void setQueryExpression(java.lang.String queryExpression)
           
 
Methods inherited from class com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.OriginalObject
getPredecessors, getTemplate, setPredecessors, setTemplate
 
Methods inherited from class com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.BaseObject
getBsrURI, getClassificationURIs, getClassificationURIs, getCreationTimestamp, getDescription, getLastModified, getLastModifiedBy, getName, getNamespace, getOwner, getUserDefinedProperties, getUserDefinedProperties, getUserDefinedRelationships, getUserDefinedRelationships, getVersion, setBsrURI, setClassificationURIs, setClassificationURIs, setCreationTimestamp, setDescription, setLastModified, setLastModifiedBy, setName, setNamespace, setOwner, setUserDefinedProperties, setUserDefinedProperties, setUserDefinedRelationships, setUserDefinedRelationships, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryObject

public QueryObject()
Method Detail

getQueryExpression

public java.lang.String getQueryExpression()

setQueryExpression

public void setQueryExpression(java.lang.String queryExpression)

IBM WebSphere Application ServerTM
Release 8