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

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

public class ObserverListType
extends Object

Java class for observer_listType complex type.

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

 <complexType name="observer_listType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="observer_path" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="filter_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ObserverListType.ObserverPath
          Java class for anonymous complex type.
 
Field Summary
protected  List<ObserverListType.ObserverPath> observerPath
           
 
Constructor Summary
ObserverListType()
           
 
Method Summary
 List<ObserverListType.ObserverPath> getObserverPath()
          Gets the value of the observerPath property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

observerPath

protected List<ObserverListType.ObserverPath> observerPath
Constructor Detail

ObserverListType

public ObserverListType()
Method Detail

getObserverPath

public List<ObserverListType.ObserverPath> getObserverPath()
Gets the value of the observerPath 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 observerPath property.

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

    getObserverPath().add(newItem);
 

Objects of the following type(s) are allowed in the list ObserverListType.ObserverPath



Copyright © 2011. All Rights Reserved.