edu.harvard.i2b2.crc.datavo.pdo
Class ObservationSet

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

public class ObservationSet
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="observation" type="{http://www.i2b2.org/xsd/hive/pdo/1.1/}observationType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="panel_name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<ObservationType> observation
           
protected  String panelName
           
 
Constructor Summary
ObservationSet()
           
 
Method Summary
 List<ObservationType> getObservation()
          Gets the value of the observation property.
 String getPanelName()
          Gets the value of the panelName property.
 void setPanelName(String value)
          Sets the value of the panelName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

observation

protected List<ObservationType> observation

panelName

protected String panelName
Constructor Detail

ObservationSet

public ObservationSet()
Method Detail

getObservation

public List<ObservationType> getObservation()
Gets the value of the observation 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 observation property.

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

    getObservation().add(newItem);
 

Objects of the following type(s) are allowed in the list ObservationType


getPanelName

public String getPanelName()
Gets the value of the panelName property.

Returns:
possible object is String

setPanelName

public void setPanelName(String value)
Sets the value of the panelName property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.