edu.harvard.i2b2.crc.datavo.setfinder.query
Class QueryDefinitionRequestType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.RequestType
      extended by edu.harvard.i2b2.crc.datavo.setfinder.query.QueryDefinitionRequestType

public class QueryDefinitionRequestType
extends RequestType

Java class for query_definition_requestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="query_definition_requestType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}requestType">
       <sequence>
         <element name="query_definition" type="{http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/}query_definitionType"/>
         <element name="result_output_list" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}result_output_optionListType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  QueryDefinitionType queryDefinition
           
protected  ResultOutputOptionListType resultOutputList
           
 
Constructor Summary
QueryDefinitionRequestType()
           
 
Method Summary
 QueryDefinitionType getQueryDefinition()
          Gets the value of the queryDefinition property.
 ResultOutputOptionListType getResultOutputList()
          Gets the value of the resultOutputList property.
 void setQueryDefinition(QueryDefinitionType value)
          Sets the value of the queryDefinition property.
 void setResultOutputList(ResultOutputOptionListType value)
          Sets the value of the resultOutputList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryDefinition

protected QueryDefinitionType queryDefinition

resultOutputList

protected ResultOutputOptionListType resultOutputList
Constructor Detail

QueryDefinitionRequestType

public QueryDefinitionRequestType()
Method Detail

getQueryDefinition

public QueryDefinitionType getQueryDefinition()
Gets the value of the queryDefinition property.

Returns:
possible object is QueryDefinitionType

setQueryDefinition

public void setQueryDefinition(QueryDefinitionType value)
Sets the value of the queryDefinition property.

Parameters:
value - allowed object is QueryDefinitionType

getResultOutputList

public ResultOutputOptionListType getResultOutputList()
Gets the value of the resultOutputList property.

Returns:
possible object is ResultOutputOptionListType

setResultOutputList

public void setResultOutputList(ResultOutputOptionListType value)
Sets the value of the resultOutputList property.

Parameters:
value - allowed object is ResultOutputOptionListType


Copyright © 2011. All Rights Reserved.