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

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

public class CrcXmlResultResponseType
extends ResponseType

Java class for crc_xml_result_responseType complex type.

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

 <complexType name="crc_xml_result_responseType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}responseType">
       <sequence>
         <element name="query_result_instance" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_result_instanceType"/>
         <element name="crc_xml_result" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}xml_resultType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  XmlResultType crcXmlResult
           
protected  QueryResultInstanceType queryResultInstance
           
 
Fields inherited from class edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType
status
 
Constructor Summary
CrcXmlResultResponseType()
           
 
Method Summary
 XmlResultType getCrcXmlResult()
          Gets the value of the crcXmlResult property.
 QueryResultInstanceType getQueryResultInstance()
          Gets the value of the queryResultInstance property.
 void setCrcXmlResult(XmlResultType value)
          Sets the value of the crcXmlResult property.
 void setQueryResultInstance(QueryResultInstanceType value)
          Sets the value of the queryResultInstance 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

queryResultInstance

protected QueryResultInstanceType queryResultInstance

crcXmlResult

protected XmlResultType crcXmlResult
Constructor Detail

CrcXmlResultResponseType

public CrcXmlResultResponseType()
Method Detail

getQueryResultInstance

public QueryResultInstanceType getQueryResultInstance()
Gets the value of the queryResultInstance property.

Returns:
possible object is QueryResultInstanceType

setQueryResultInstance

public void setQueryResultInstance(QueryResultInstanceType value)
Sets the value of the queryResultInstance property.

Parameters:
value - allowed object is QueryResultInstanceType

getCrcXmlResult

public XmlResultType getCrcXmlResult()
Gets the value of the crcXmlResult property.

Returns:
possible object is XmlResultType

setCrcXmlResult

public void setCrcXmlResult(XmlResultType value)
Sets the value of the crcXmlResult property.

Parameters:
value - allowed object is XmlResultType


Copyright © 2011. All Rights Reserved.