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

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

public class DatatypesExample
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="query_status_type" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_status_typeType"/>
         <element name="query_result_type" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_result_typeType"/>
         <element name="query_master" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_masterType"/>
         <element name="query_instance" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_instanceType"/>
         <element name="query_result_instance" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_result_instanceType"/>
         <element name="patient_enc_collection" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}patient_enc_collectionType"/>
         <element name="patient_set_collection" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}patient_set_collectionType"/>
         <element name="xml_result" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}xml_resultType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  PatientEncCollectionType patientEncCollection
           
protected  PatientSetCollectionType patientSetCollection
           
protected  QueryInstanceType queryInstance
           
protected  QueryMasterType queryMaster
           
protected  QueryResultInstanceType queryResultInstance
           
protected  QueryResultTypeType queryResultType
           
protected  QueryStatusTypeType queryStatusType
           
protected  XmlResultType xmlResult
           
 
Constructor Summary
DatatypesExample()
           
 
Method Summary
 PatientEncCollectionType getPatientEncCollection()
          Gets the value of the patientEncCollection property.
 PatientSetCollectionType getPatientSetCollection()
          Gets the value of the patientSetCollection property.
 QueryInstanceType getQueryInstance()
          Gets the value of the queryInstance property.
 QueryMasterType getQueryMaster()
          Gets the value of the queryMaster property.
 QueryResultInstanceType getQueryResultInstance()
          Gets the value of the queryResultInstance property.
 QueryResultTypeType getQueryResultType()
          Gets the value of the queryResultType property.
 QueryStatusTypeType getQueryStatusType()
          Gets the value of the queryStatusType property.
 XmlResultType getXmlResult()
          Gets the value of the xmlResult property.
 void setPatientEncCollection(PatientEncCollectionType value)
          Sets the value of the patientEncCollection property.
 void setPatientSetCollection(PatientSetCollectionType value)
          Sets the value of the patientSetCollection property.
 void setQueryInstance(QueryInstanceType value)
          Sets the value of the queryInstance property.
 void setQueryMaster(QueryMasterType value)
          Sets the value of the queryMaster property.
 void setQueryResultInstance(QueryResultInstanceType value)
          Sets the value of the queryResultInstance property.
 void setQueryResultType(QueryResultTypeType value)
          Sets the value of the queryResultType property.
 void setQueryStatusType(QueryStatusTypeType value)
          Sets the value of the queryStatusType property.
 void setXmlResult(XmlResultType value)
          Sets the value of the xmlResult property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryStatusType

protected QueryStatusTypeType queryStatusType

queryResultType

protected QueryResultTypeType queryResultType

queryMaster

protected QueryMasterType queryMaster

queryInstance

protected QueryInstanceType queryInstance

queryResultInstance

protected QueryResultInstanceType queryResultInstance

patientEncCollection

protected PatientEncCollectionType patientEncCollection

patientSetCollection

protected PatientSetCollectionType patientSetCollection

xmlResult

protected XmlResultType xmlResult
Constructor Detail

DatatypesExample

public DatatypesExample()
Method Detail

getQueryStatusType

public QueryStatusTypeType getQueryStatusType()
Gets the value of the queryStatusType property.

Returns:
possible object is QueryStatusTypeType

setQueryStatusType

public void setQueryStatusType(QueryStatusTypeType value)
Sets the value of the queryStatusType property.

Parameters:
value - allowed object is QueryStatusTypeType

getQueryResultType

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

Returns:
possible object is QueryResultTypeType

setQueryResultType

public void setQueryResultType(QueryResultTypeType value)
Sets the value of the queryResultType property.

Parameters:
value - allowed object is QueryResultTypeType

getQueryMaster

public QueryMasterType getQueryMaster()
Gets the value of the queryMaster property.

Returns:
possible object is QueryMasterType

setQueryMaster

public void setQueryMaster(QueryMasterType value)
Sets the value of the queryMaster property.

Parameters:
value - allowed object is QueryMasterType

getQueryInstance

public QueryInstanceType getQueryInstance()
Gets the value of the queryInstance property.

Returns:
possible object is QueryInstanceType

setQueryInstance

public void setQueryInstance(QueryInstanceType value)
Sets the value of the queryInstance property.

Parameters:
value - allowed object is QueryInstanceType

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

getPatientEncCollection

public PatientEncCollectionType getPatientEncCollection()
Gets the value of the patientEncCollection property.

Returns:
possible object is PatientEncCollectionType

setPatientEncCollection

public void setPatientEncCollection(PatientEncCollectionType value)
Sets the value of the patientEncCollection property.

Parameters:
value - allowed object is PatientEncCollectionType

getPatientSetCollection

public PatientSetCollectionType getPatientSetCollection()
Gets the value of the patientSetCollection property.

Returns:
possible object is PatientSetCollectionType

setPatientSetCollection

public void setPatientSetCollection(PatientSetCollectionType value)
Sets the value of the patientSetCollection property.

Parameters:
value - allowed object is PatientSetCollectionType

getXmlResult

public XmlResultType getXmlResult()
Gets the value of the xmlResult property.

Returns:
possible object is XmlResultType

setXmlResult

public void setXmlResult(XmlResultType value)
Sets the value of the xmlResult property.

Parameters:
value - allowed object is XmlResultType


Copyright © 2011. All Rights Reserved.