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

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

public class PidListType
extends RangeType

Java class for pid_listType complex type.

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

 <complexType name="pid_listType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}rangeType">
       <choice>
         <element name="pid" 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 PidListType.Pid
          Java class for anonymous complex type.
 
Field Summary
protected  List<PidListType.Pid> pid
           
 
Fields inherited from class edu.harvard.i2b2.crc.datavo.pdo.query.RangeType
max, min
 
Constructor Summary
PidListType()
           
 
Method Summary
 List<PidListType.Pid> getPid()
          Gets the value of the pid 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

pid

protected List<PidListType.Pid> pid
Constructor Detail

PidListType

public PidListType()
Method Detail

getPid

public List<PidListType.Pid> getPid()
Gets the value of the pid 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 pid property.

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

    getPid().add(newItem);
 

Objects of the following type(s) are allowed in the list PidListType.Pid



Copyright © 2011. All Rights Reserved.