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

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

public class ResultRequestType
extends RequestType

Java class for result_requestType complex type.

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

 <complexType name="result_requestType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}requestType">
       <sequence>
         <element name="query_result_instance_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String description
           
protected  String queryResultInstanceId
           
 
Constructor Summary
ResultRequestType()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getQueryResultInstanceId()
          Gets the value of the queryResultInstanceId property.
 void setDescription(String value)
          Sets the value of the description property.
 void setQueryResultInstanceId(String value)
          Sets the value of the queryResultInstanceId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryResultInstanceId

protected String queryResultInstanceId

description

protected String description
Constructor Detail

ResultRequestType

public ResultRequestType()
Method Detail

getQueryResultInstanceId

public String getQueryResultInstanceId()
Gets the value of the queryResultInstanceId property.

Returns:
possible object is String

setQueryResultInstanceId

public void setQueryResultInstanceId(String value)
Sets the value of the queryResultInstanceId property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.