edu.harvard.i2b2.crc.datavo.pdo.query
Class EidListType
java.lang.Object
edu.harvard.i2b2.crc.datavo.pdo.query.RangeType
edu.harvard.i2b2.crc.datavo.pdo.query.EidListType
public class EidListType
- extends RangeType
Java class for eid_listType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="eid_listType">
<complexContent>
<extension base="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}rangeType">
<choice>
<element name="eid" 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" />
<attribute name="source" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</choice>
</extension>
</complexContent>
</complexType>
|
Nested Class Summary |
static class |
EidListType.Eid
Java class for anonymous complex type. |
| Fields inherited from class edu.harvard.i2b2.crc.datavo.pdo.query.RangeType |
max, min |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eid
protected List<EidListType.Eid> eid
EidListType
public EidListType()
getEid
public List<EidListType.Eid> getEid()
- Gets the value of the eid 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 eid property.
For example, to add a new item, do as follows:
getEid().add(newItem);
Objects of the following type(s) are allowed in the list
EidListType.Eid
Copyright © 2011. All Rights Reserved.