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

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

public class PatientSetResponseType
extends ResponseType

Java class for patient_set_responseType complex type.

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

 <complexType name="patient_set_responseType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}responseType">
       <sequence>
         <element name="patient_set" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}patient_setType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  PatientSetType patientSet
           
 
Fields inherited from class edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType
status
 
Constructor Summary
PatientSetResponseType()
           
 
Method Summary
 PatientSetType getPatientSet()
          Gets the value of the patientSet property.
 void setPatientSet(PatientSetType value)
          Sets the value of the patientSet 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

patientSet

protected PatientSetType patientSet
Constructor Detail

PatientSetResponseType

public PatientSetResponseType()
Method Detail

getPatientSet

public PatientSetType getPatientSet()
Gets the value of the patientSet property.

Returns:
possible object is PatientSetType

setPatientSet

public void setPatientSet(PatientSetType value)
Sets the value of the patientSet property.

Parameters:
value - allowed object is PatientSetType


Copyright © 2011. All Rights Reserved.