|
||||||||||
| 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.RangeType
edu.harvard.i2b2.crc.datavo.pdo.query.EventListType
public class EventListType
Java class for event_listType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="event_listType">
<complexContent>
<extension base="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}rangeType">
<choice>
<element name="entire_event_set" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="patient_event_coll_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="event_id" maxOccurs="unbounded">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
</element>
</choice>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
EventListType.EventId
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Object |
entireEventSet
|
protected List<EventListType.EventId> |
eventId
|
protected String |
patientEventCollId
|
| Fields inherited from class edu.harvard.i2b2.crc.datavo.pdo.query.RangeType |
|---|
max, min |
| Constructor Summary | |
|---|---|
EventListType()
|
|
| Method Summary | |
|---|---|
Object |
getEntireEventSet()
Gets the value of the entireEventSet property. |
List<EventListType.EventId> |
getEventId()
Gets the value of the eventId property. |
String |
getPatientEventCollId()
Gets the value of the patientEventCollId property. |
void |
setEntireEventSet(Object value)
Sets the value of the entireEventSet property. |
void |
setPatientEventCollId(String value)
Sets the value of the patientEventCollId property. |
| Methods inherited from class edu.harvard.i2b2.crc.datavo.pdo.query.RangeType |
|---|
getMax, getMin, setMax, setMin |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Object entireEventSet
protected String patientEventCollId
protected List<EventListType.EventId> eventId
| Constructor Detail |
|---|
public EventListType()
| Method Detail |
|---|
public Object getEntireEventSet()
Objectpublic void setEntireEventSet(Object value)
value - allowed object is
Objectpublic String getPatientEventCollId()
Stringpublic void setPatientEventCollId(String value)
value - allowed object is
Stringpublic List<EventListType.EventId> getEventId()
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 eventId property.
For example, to add a new item, do as follows:
getEventId().add(newItem);
Objects of the following type(s) are allowed in the list
EventListType.EventId
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||