IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.ws
Class QueryResult

java.lang.Object
  extended by com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.ws.QueryResult

public class QueryResult
extends java.lang.Object

Represents a QueryResult WSRR object


Constructor Summary
QueryResult()
           
 
Method Summary
 DataGraphType[] getDatagraph()
           
 DataGraphType getDatagraph(int i)
           
 void setDatagraph(DataGraphType[] datagraph)
           
 void setDatagraph(int i, DataGraphType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResult

public QueryResult()
Method Detail

getDatagraph

public DataGraphType[] getDatagraph()

setDatagraph

public void setDatagraph(DataGraphType[] datagraph)

getDatagraph

public DataGraphType getDatagraph(int i)

setDatagraph

public void setDatagraph(int i,
                         DataGraphType value)

IBM WebSphere Application ServerTM
Release 7