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

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

public class PatientPrimaryKeyType
extends Object

Java class for patient_primary_key_Type complex type.

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

 <complexType name="patient_primary_key_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="patient_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String patientId
           
 
Constructor Summary
PatientPrimaryKeyType()
           
 
Method Summary
 String getPatientId()
          Gets the value of the patientId property.
 void setPatientId(String value)
          Sets the value of the patientId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

patientId

protected String patientId
Constructor Detail

PatientPrimaryKeyType

public PatientPrimaryKeyType()
Method Detail

getPatientId

public String getPatientId()
Gets the value of the patientId property.

Returns:
possible object is String

setPatientId

public void setPatientId(String value)
Sets the value of the patientId property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.