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

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

public class FactPrimaryKeyType
extends Object

Java class for fact_primary_key_Type complex type.

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

 <complexType name="fact_primary_key_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="event_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="patient_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="concept_cd" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="observer_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="start_date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="modifier_cd" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String conceptCd
           
protected  String eventId
           
protected  String modifierCd
           
protected  String observerId
           
protected  String patientId
           
protected  XMLGregorianCalendar startDate
           
 
Constructor Summary
FactPrimaryKeyType()
           
 
Method Summary
 String getConceptCd()
          Gets the value of the conceptCd property.
 String getEventId()
          Gets the value of the eventId property.
 String getModifierCd()
          Gets the value of the modifierCd property.
 String getObserverId()
          Gets the value of the observerId property.
 String getPatientId()
          Gets the value of the patientId property.
 XMLGregorianCalendar getStartDate()
          Gets the value of the startDate property.
 void setConceptCd(String value)
          Sets the value of the conceptCd property.
 void setEventId(String value)
          Sets the value of the eventId property.
 void setModifierCd(String value)
          Sets the value of the modifierCd property.
 void setObserverId(String value)
          Sets the value of the observerId property.
 void setPatientId(String value)
          Sets the value of the patientId property.
 void setStartDate(XMLGregorianCalendar value)
          Sets the value of the startDate property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventId

protected String eventId

patientId

protected String patientId

conceptCd

protected String conceptCd

observerId

protected String observerId

startDate

protected XMLGregorianCalendar startDate

modifierCd

protected String modifierCd
Constructor Detail

FactPrimaryKeyType

public FactPrimaryKeyType()
Method Detail

getEventId

public String getEventId()
Gets the value of the eventId property.

Returns:
possible object is String

setEventId

public void setEventId(String value)
Sets the value of the eventId property.

Parameters:
value - allowed object is String

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

getConceptCd

public String getConceptCd()
Gets the value of the conceptCd property.

Returns:
possible object is String

setConceptCd

public void setConceptCd(String value)
Sets the value of the conceptCd property.

Parameters:
value - allowed object is String

getObserverId

public String getObserverId()
Gets the value of the observerId property.

Returns:
possible object is String

setObserverId

public void setObserverId(String value)
Sets the value of the observerId property.

Parameters:
value - allowed object is String

getStartDate

public XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.

Returns:
possible object is XMLGregorianCalendar

setStartDate

public void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getModifierCd

public String getModifierCd()
Gets the value of the modifierCd property.

Returns:
possible object is String

setModifierCd

public void setModifierCd(String value)
Sets the value of the modifierCd property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.