|
||||||||||
| 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.RequestType
edu.harvard.i2b2.crc.datavo.setfinder.query.QueryDefinitionRequestType
public class QueryDefinitionRequestType
Java class for query_definition_requestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="query_definition_requestType">
<complexContent>
<extension base="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}requestType">
<sequence>
<element name="query_definition" type="{http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/}query_definitionType"/>
<element name="result_output_list" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}result_output_optionListType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected QueryDefinitionType |
queryDefinition
|
protected ResultOutputOptionListType |
resultOutputList
|
| Constructor Summary | |
|---|---|
QueryDefinitionRequestType()
|
|
| Method Summary | |
|---|---|
QueryDefinitionType |
getQueryDefinition()
Gets the value of the queryDefinition property. |
ResultOutputOptionListType |
getResultOutputList()
Gets the value of the resultOutputList property. |
void |
setQueryDefinition(QueryDefinitionType value)
Sets the value of the queryDefinition property. |
void |
setResultOutputList(ResultOutputOptionListType value)
Sets the value of the resultOutputList property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected QueryDefinitionType queryDefinition
protected ResultOutputOptionListType resultOutputList
| Constructor Detail |
|---|
public QueryDefinitionRequestType()
| Method Detail |
|---|
public QueryDefinitionType getQueryDefinition()
QueryDefinitionTypepublic void setQueryDefinition(QueryDefinitionType value)
value - allowed object is
QueryDefinitionTypepublic ResultOutputOptionListType getResultOutputList()
ResultOutputOptionListTypepublic void setResultOutputList(ResultOutputOptionListType value)
value - allowed object is
ResultOutputOptionListType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||