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

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

public class InstanceRequestType
extends RequestType

Java class for instance_requestType complex type.

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

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


Field Summary
protected  String queryInstanceId
           
 
Constructor Summary
InstanceRequestType()
           
 
Method Summary
 String getQueryInstanceId()
          Gets the value of the queryInstanceId property.
 void setQueryInstanceId(String value)
          Sets the value of the queryInstanceId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryInstanceId

protected String queryInstanceId
Constructor Detail

InstanceRequestType

public InstanceRequestType()
Method Detail

getQueryInstanceId

public String getQueryInstanceId()
Gets the value of the queryInstanceId property.

Returns:
possible object is String

setQueryInstanceId

public void setQueryInstanceId(String value)
Sets the value of the queryInstanceId property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.