edu.harvard.i2b2.crc.datavo.pdo
Class EidType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.EidType

public class EidType
extends Object

Java class for eidType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="eidType">
   <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">
                 <attGroup ref="{http://www.i2b2.org/xsd/hive/pdo/1.1/}techDataAttributeGroup"/>
                 <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" default="HIVE" />
                 <attribute name="patient_id" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="patient_id_source" type="{http://www.w3.org/2001/XMLSchema}string" default="HIVE" />
                 <attribute name="status" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="event_map_id" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attGroup ref="{http://www.i2b2.org/xsd/hive/pdo/1.1/}techDataAttributeGroup"/>
                 <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" default="HIVE" />
                 <attribute name="patient_id" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="patient_id_source" type="{http://www.w3.org/2001/XMLSchema}string" default="HIVE" />
                 <attribute name="status" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class EidType.EventId
          Java class for anonymous complex type.
static class EidType.EventMapId
          Java class for anonymous complex type.
 
Field Summary
protected  EidType.EventId eventId
           
protected  List<EidType.EventMapId> eventMapId
           
 
Constructor Summary
EidType()
           
 
Method Summary
 EidType.EventId getEventId()
          Gets the value of the eventId property.
 List<EidType.EventMapId> getEventMapId()
          Gets the value of the eventMapId property.
 void setEventId(EidType.EventId value)
          Sets the value of the eventId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventId

protected EidType.EventId eventId

eventMapId

protected List<EidType.EventMapId> eventMapId
Constructor Detail

EidType

public EidType()
Method Detail

getEventId

public EidType.EventId getEventId()
Gets the value of the eventId property.

Returns:
possible object is EidType.EventId

setEventId

public void setEventId(EidType.EventId value)
Sets the value of the eventId property.

Parameters:
value - allowed object is EidType.EventId

getEventMapId

public List<EidType.EventMapId> getEventMapId()
Gets the value of the eventMapId 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 eventMapId property.

For example, to add a new item, do as follows:

    getEventMapId().add(newItem);
 

Objects of the following type(s) are allowed in the list EidType.EventMapId



Copyright © 2011. All Rights Reserved.