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

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

public class EventListType
extends RangeType

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

entireEventSet

protected Object entireEventSet

patientEventCollId

protected String patientEventCollId

eventId

protected List<EventListType.EventId> eventId
Constructor Detail

EventListType

public EventListType()
Method Detail

getEntireEventSet

public Object getEntireEventSet()
Gets the value of the entireEventSet property.

Returns:
possible object is Object

setEntireEventSet

public void setEntireEventSet(Object value)
Sets the value of the entireEventSet property.

Parameters:
value - allowed object is Object

getPatientEventCollId

public String getPatientEventCollId()
Gets the value of the patientEventCollId property.

Returns:
possible object is String

setPatientEventCollId

public void setPatientEventCollId(String value)
Sets the value of the patientEventCollId property.

Parameters:
value - allowed object is String

getEventId

public List<EventListType.EventId> getEventId()
Gets the value of the eventId property.

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



Copyright © 2011. All Rights Reserved.