|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pdo.EventType
public class EventType
One row of data from the visit_dimension table.
Java class for eventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="eventType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="event_id">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" default="HIVE" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="patient_id" type="{http://www.i2b2.org/xsd/hive/pdo/1.1/}patientIdType"/>
<element name="param" type="{http://www.i2b2.org/xsd/hive/pdo/1.1/}paramType" maxOccurs="unbounded" minOccurs="0"/>
<element name="start_date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="end_date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="event_blob" type="{http://www.i2b2.org/xsd/hive/pdo/1.1/}blobType" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.i2b2.org/xsd/hive/pdo/1.1/}techDataAttributeGroup"/>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
EventType.EventId
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
downloadDate
|
protected XMLGregorianCalendar |
endDate
|
protected BlobType |
eventBlob
|
protected EventType.EventId |
eventId
|
protected XMLGregorianCalendar |
importDate
|
protected List<ParamType> |
param
|
protected PatientIdType |
patientId
|
protected String |
sourcesystemCd
|
protected XMLGregorianCalendar |
startDate
|
protected XMLGregorianCalendar |
updateDate
|
protected String |
uploadId
|
| Constructor Summary | |
|---|---|
EventType()
|
|
| Method Summary | |
|---|---|
XMLGregorianCalendar |
getDownloadDate()
Gets the value of the downloadDate property. |
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property. |
BlobType |
getEventBlob()
Gets the value of the eventBlob property. |
EventType.EventId |
getEventId()
Gets the value of the eventId property. |
XMLGregorianCalendar |
getImportDate()
Gets the value of the importDate property. |
List<ParamType> |
getParam()
Gets the value of the param property. |
PatientIdType |
getPatientId()
Gets the value of the patientId property. |
String |
getSourcesystemCd()
Gets the value of the sourcesystemCd property. |
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property. |
XMLGregorianCalendar |
getUpdateDate()
Gets the value of the updateDate property. |
String |
getUploadId()
Gets the value of the uploadId property. |
void |
setDownloadDate(XMLGregorianCalendar value)
Sets the value of the downloadDate property. |
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property. |
void |
setEventBlob(BlobType value)
Sets the value of the eventBlob property. |
void |
setEventId(EventType.EventId value)
Sets the value of the eventId property. |
void |
setImportDate(XMLGregorianCalendar value)
Sets the value of the importDate property. |
void |
setPatientId(PatientIdType value)
Sets the value of the patientId property. |
void |
setSourcesystemCd(String value)
Sets the value of the sourcesystemCd property. |
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property. |
void |
setUpdateDate(XMLGregorianCalendar value)
Sets the value of the updateDate property. |
void |
setUploadId(String value)
Sets the value of the uploadId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EventType.EventId eventId
protected PatientIdType patientId
protected List<ParamType> param
protected XMLGregorianCalendar startDate
protected XMLGregorianCalendar endDate
protected BlobType eventBlob
protected XMLGregorianCalendar updateDate
protected XMLGregorianCalendar downloadDate
protected XMLGregorianCalendar importDate
protected String sourcesystemCd
protected String uploadId
| Constructor Detail |
|---|
public EventType()
| Method Detail |
|---|
public EventType.EventId getEventId()
EventType.EventIdpublic void setEventId(EventType.EventId value)
value - allowed object is
EventType.EventIdpublic PatientIdType getPatientId()
PatientIdTypepublic void setPatientId(PatientIdType value)
value - allowed object is
PatientIdTypepublic List<ParamType> getParam()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the param property.
For example, to add a new item, do as follows:
getParam().add(newItem);
Objects of the following type(s) are allowed in the list
ParamType
public XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic BlobType getEventBlob()
BlobTypepublic void setEventBlob(BlobType value)
value - allowed object is
BlobTypepublic XMLGregorianCalendar getUpdateDate()
XMLGregorianCalendarpublic void setUpdateDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDownloadDate()
XMLGregorianCalendarpublic void setDownloadDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getImportDate()
XMLGregorianCalendarpublic void setImportDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getSourcesystemCd()
Stringpublic void setSourcesystemCd(String value)
value - allowed object is
Stringpublic String getUploadId()
Stringpublic void setUploadId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||