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

Class GraphQuery

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

  1. public class GraphQuery
  2. extends QueryObject
Represents a GraphQuery WSRR object

Constructor Summary

Constructor and Description
GraphQuery()

Method Summary

Modifier and Type Method and Description
  1. java.lang.Integer
getDepth()
  1. java.lang.Boolean
getNoContent()
  1. void
setDepth(java.lang.Integer depth)
  1. 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

  1. public GraphQuery()

Method Detail

getDepth

  1. public java.lang.Integer getDepth( )

setDepth

  1. public void setDepth(java.lang.Integer depth)

getNoContent

  1. public java.lang.Boolean getNoContent( )

setNoContent

  1. public void setNoContent(java.lang.Boolean noContent)