|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pdo.query.FactPrimaryKeyType
public class FactPrimaryKeyType
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 |
|---|
protected String eventId
protected String patientId
protected String conceptCd
protected String observerId
protected XMLGregorianCalendar startDate
protected String modifierCd
| Constructor Detail |
|---|
public FactPrimaryKeyType()
| Method Detail |
|---|
public String getEventId()
Stringpublic void setEventId(String value)
value - allowed object is
Stringpublic String getPatientId()
Stringpublic void setPatientId(String value)
value - allowed object is
Stringpublic String getConceptCd()
Stringpublic void setConceptCd(String value)
value - allowed object is
Stringpublic String getObserverId()
Stringpublic void setObserverId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getModifierCd()
Stringpublic void setModifierCd(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||