edu.harvard.i2b2.crc.datavo.pdo.query
Class GetPatientByPrimaryKeyRequestType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.query.RequestType
      extended by edu.harvard.i2b2.crc.datavo.pdo.query.GetPatientByPrimaryKeyRequestType

public class GetPatientByPrimaryKeyRequestType
extends RequestType

Java class for GetPatientByPrimaryKey_requestType complex type.

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

 <complexType name="GetPatientByPrimaryKey_requestType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}requestType">
       <sequence>
         <element name="patient_primary_key" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}patient_primary_key_Type"/>
         <element name="patient_output_option" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}output_optionType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  OutputOptionType patientOutputOption
           
protected  PatientPrimaryKeyType patientPrimaryKey
           
 
Constructor Summary
GetPatientByPrimaryKeyRequestType()
           
 
Method Summary
 OutputOptionType getPatientOutputOption()
          Gets the value of the patientOutputOption property.
 PatientPrimaryKeyType getPatientPrimaryKey()
          Gets the value of the patientPrimaryKey property.
 void setPatientOutputOption(OutputOptionType value)
          Sets the value of the patientOutputOption property.
 void setPatientPrimaryKey(PatientPrimaryKeyType value)
          Sets the value of the patientPrimaryKey property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

patientPrimaryKey

protected PatientPrimaryKeyType patientPrimaryKey

patientOutputOption

protected OutputOptionType patientOutputOption
Constructor Detail

GetPatientByPrimaryKeyRequestType

public GetPatientByPrimaryKeyRequestType()
Method Detail

getPatientPrimaryKey

public PatientPrimaryKeyType getPatientPrimaryKey()
Gets the value of the patientPrimaryKey property.

Returns:
possible object is PatientPrimaryKeyType

setPatientPrimaryKey

public void setPatientPrimaryKey(PatientPrimaryKeyType value)
Sets the value of the patientPrimaryKey property.

Parameters:
value - allowed object is PatientPrimaryKeyType

getPatientOutputOption

public OutputOptionType getPatientOutputOption()
Gets the value of the patientOutputOption property.

Returns:
possible object is OutputOptionType

setPatientOutputOption

public void setPatientOutputOption(OutputOptionType value)
Sets the value of the patientOutputOption property.

Parameters:
value - allowed object is OutputOptionType


Copyright © 2011. All Rights Reserved.