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

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.query.RangeType
      extended by 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.
 
Field Summary
protected  List<EidListType.Eid> eid
           
 
Fields inherited from class edu.harvard.i2b2.crc.datavo.pdo.query.RangeType
max, min
 
Constructor Summary
EidListType()
           
 
Method Summary
 List<EidListType.Eid> getEid()
          Gets the value of the eid 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

eid

protected List<EidListType.Eid> eid
Constructor Detail

EidListType

public EidListType()
Method Detail

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.