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

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

public class FilterListType
extends Object

Java class for filter_listType complex type.

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

 <complexType name="filter_listType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <sequence>
           <element name="query_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="query_description" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="query_timing" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}queryTimingType"/>
           <element name="panel" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}panelType" maxOccurs="unbounded"/>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<PanelType> panel
           
protected  String queryDescription
           
protected  String queryName
           
protected  QueryTimingType queryTiming
           
 
Constructor Summary
FilterListType()
           
 
Method Summary
 List<PanelType> getPanel()
          Gets the value of the panel property.
 String getQueryDescription()
          Gets the value of the queryDescription property.
 String getQueryName()
          Gets the value of the queryName property.
 QueryTimingType getQueryTiming()
          Gets the value of the queryTiming property.
 void setQueryDescription(String value)
          Sets the value of the queryDescription property.
 void setQueryName(String value)
          Sets the value of the queryName property.
 void setQueryTiming(QueryTimingType value)
          Sets the value of the queryTiming property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryName

protected String queryName

queryDescription

protected String queryDescription

queryTiming

protected QueryTimingType queryTiming

panel

protected List<PanelType> panel
Constructor Detail

FilterListType

public FilterListType()
Method Detail

getQueryName

public String getQueryName()
Gets the value of the queryName property.

Returns:
possible object is String

setQueryName

public void setQueryName(String value)
Sets the value of the queryName property.

Parameters:
value - allowed object is String

getQueryDescription

public String getQueryDescription()
Gets the value of the queryDescription property.

Returns:
possible object is String

setQueryDescription

public void setQueryDescription(String value)
Sets the value of the queryDescription property.

Parameters:
value - allowed object is String

getQueryTiming

public QueryTimingType getQueryTiming()
Gets the value of the queryTiming property.

Returns:
possible object is QueryTimingType

setQueryTiming

public void setQueryTiming(QueryTimingType value)
Sets the value of the queryTiming property.

Parameters:
value - allowed object is QueryTimingType

getPanel

public List<PanelType> getPanel()
Gets the value of the panel 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 panel property.

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

    getPanel().add(newItem);
 

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



Copyright © 2011. All Rights Reserved.