IBM WebSphere Application ServerTM
Release 7

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

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
              extended by com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.GraphQuery

public class GraphQuery
extends QueryObject

Represents a GraphQuery WSRR object


Constructor Summary
GraphQuery()
           
 
Method Summary
 java.lang.Integer getDepth()
           
 java.lang.Boolean getNoContent()
           
 void setDepth(java.lang.Integer depth)
           
 void setNoContent(java.lang.Boolean noContent)
           
 
Methods inherited from class com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.QueryObject
getQueryExpression, setQueryExpression
 
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

GraphQuery

public GraphQuery()
Method Detail

getDepth

public java.lang.Integer getDepth()

setDepth

public void setDepth(java.lang.Integer depth)

getNoContent

public java.lang.Boolean getNoContent()

setNoContent

public void setNoContent(java.lang.Boolean noContent)

IBM WebSphere Application ServerTM
Release 7