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

Class QueryObject

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.BaseObject
  3. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.OriginalObject
  4. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.QueryObject
Direct known subclasses:
GraphQuery, PropertyQuery

  1. public abstract class QueryObject
  2. extends OriginalObject
Represents a QueryObject WSRR object

Constructor Summary

Constructor and Description
QueryObject()

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getQueryExpression()
  1. 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

  1. public QueryObject()

Method Detail

getQueryExpression

  1. public java.lang.String getQueryExpression( )

setQueryExpression

  1. public void setQueryExpression( java.lang.String queryExpression)