|
||||||||||
| 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.RequestType
edu.harvard.i2b2.crc.datavo.pdo.query.GetPDOFromInputListRequestType
public class GetPDOFromInputListRequestType
Java class for GetPDOFromInputList_requestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetPDOFromInputList_requestType">
<complexContent>
<extension base="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}requestType">
<sequence>
<element name="input_list" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}input_option_listType"/>
<element name="filter_list" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}filter_listType"/>
<element name="output_option" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}output_option_listType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected FilterListType |
filterList
|
protected InputOptionListType |
inputList
|
protected OutputOptionListType |
outputOption
|
| Constructor Summary | |
|---|---|
GetPDOFromInputListRequestType()
|
|
| Method Summary | |
|---|---|
FilterListType |
getFilterList()
Gets the value of the filterList property. |
InputOptionListType |
getInputList()
Gets the value of the inputList property. |
OutputOptionListType |
getOutputOption()
Gets the value of the outputOption property. |
void |
setFilterList(FilterListType value)
Sets the value of the filterList property. |
void |
setInputList(InputOptionListType value)
Sets the value of the inputList property. |
void |
setOutputOption(OutputOptionListType value)
Sets the value of the outputOption property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected InputOptionListType inputList
protected FilterListType filterList
protected OutputOptionListType outputOption
| Constructor Detail |
|---|
public GetPDOFromInputListRequestType()
| Method Detail |
|---|
public InputOptionListType getInputList()
InputOptionListTypepublic void setInputList(InputOptionListType value)
value - allowed object is
InputOptionListTypepublic FilterListType getFilterList()
FilterListTypepublic void setFilterList(FilterListType value)
value - allowed object is
FilterListTypepublic OutputOptionListType getOutputOption()
OutputOptionListTypepublic void setOutputOption(OutputOptionListType value)
value - allowed object is
OutputOptionListType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||