|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pdo.query.FilterListType
public class FilterListType
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 |
|---|
protected String queryName
protected String queryDescription
protected QueryTimingType queryTiming
protected List<PanelType> panel
| Constructor Detail |
|---|
public FilterListType()
| Method Detail |
|---|
public String getQueryName()
Stringpublic void setQueryName(String value)
value - allowed object is
Stringpublic String getQueryDescription()
Stringpublic void setQueryDescription(String value)
value - allowed object is
Stringpublic QueryTimingType getQueryTiming()
QueryTimingTypepublic void setQueryTiming(QueryTimingType value)
value - allowed object is
QueryTimingTypepublic List<PanelType> getPanel()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||