|
||||||||||
| 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.EventPrimaryKeyType
public class EventPrimaryKeyType
Java class for event_primary_key_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="event_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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
eventId
|
protected String |
patientId
|
| Constructor Summary | |
|---|---|
EventPrimaryKeyType()
|
|
| Method Summary | |
|---|---|
String |
getEventId()
Gets the value of the eventId property. |
String |
getPatientId()
Gets the value of the patientId property. |
void |
setEventId(String value)
Sets the value of the eventId 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 |
|---|
protected String eventId
protected String patientId
| Constructor Detail |
|---|
public EventPrimaryKeyType()
| 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
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||