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

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType
      extended by edu.harvard.i2b2.crc.datavo.setfinder.query.ResultTypeResponseType

public class ResultTypeResponseType
extends ResponseType

Java class for result_type_responseType complex type.

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

 <complexType name="result_type_responseType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}responseType">
       <sequence>
         <element name="query_result_type" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_result_typeType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<QueryResultTypeType> queryResultType
           
 
Fields inherited from class edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType
status
 
Constructor Summary
ResultTypeResponseType()
           
 
Method Summary
 List<QueryResultTypeType> getQueryResultType()
          Gets the value of the queryResultType property.
 
Methods inherited from class edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType
equals, getStatus, hashCode, setStatus, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

queryResultType

protected List<QueryResultTypeType> queryResultType
Constructor Detail

ResultTypeResponseType

public ResultTypeResponseType()
Method Detail

getQueryResultType

public List<QueryResultTypeType> getQueryResultType()
Gets the value of the queryResultType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the queryResultType property.

For example, to add a new item, do as follows:

    getQueryResultType().add(newItem);
 

Objects of the following type(s) are allowed in the list QueryResultTypeType



Copyright © 2011. All Rights Reserved.