|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.setfinder.query.QueryDefinitionType
public class QueryDefinitionType
Java class for query_definitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="query_definitionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<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/psm/querydefinition/1.1/}timingType"/>
<element name="specificity_scale" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="panel" type="{http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/}panelType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<PanelType> |
panel
|
protected String |
queryDescription
|
protected String |
queryName
|
protected TimingType |
queryTiming
|
protected int |
specificityScale
|
| Constructor Summary | |
|---|---|
QueryDefinitionType()
|
|
| 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. |
TimingType |
getQueryTiming()
Gets the value of the queryTiming property. |
int |
getSpecificityScale()
Gets the value of the specificityScale 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(TimingType value)
Sets the value of the queryTiming property. |
void |
setSpecificityScale(int value)
Sets the value of the specificityScale 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 TimingType queryTiming
protected int specificityScale
protected List<PanelType> panel
| Constructor Detail |
|---|
public QueryDefinitionType()
| 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 TimingType getQueryTiming()
TimingTypepublic void setQueryTiming(TimingType value)
value - allowed object is
TimingTypepublic int getSpecificityScale()
public void setSpecificityScale(int value)
public List<PanelType> getPanel()
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 | |||||||||