|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pdo.EidType
public class EidType
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 |
|---|
protected EidType.EventId eventId
protected List<EidType.EventMapId> eventMapId
| Constructor Detail |
|---|
public EidType()
| Method Detail |
|---|
public EidType.EventId getEventId()
EidType.EventIdpublic void setEventId(EidType.EventId value)
value - allowed object is
EidType.EventIdpublic List<EidType.EventMapId> getEventMapId()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||