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

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

public class GetPDOFromInputListRequestType
extends RequestType

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

inputList

protected InputOptionListType inputList

filterList

protected FilterListType filterList

outputOption

protected OutputOptionListType outputOption
Constructor Detail

GetPDOFromInputListRequestType

public GetPDOFromInputListRequestType()
Method Detail

getInputList

public InputOptionListType getInputList()
Gets the value of the inputList property.

Returns:
possible object is InputOptionListType

setInputList

public void setInputList(InputOptionListType value)
Sets the value of the inputList property.

Parameters:
value - allowed object is InputOptionListType

getFilterList

public FilterListType getFilterList()
Gets the value of the filterList property.

Returns:
possible object is FilterListType

setFilterList

public void setFilterList(FilterListType value)
Sets the value of the filterList property.

Parameters:
value - allowed object is FilterListType

getOutputOption

public OutputOptionListType getOutputOption()
Gets the value of the outputOption property.

Returns:
possible object is OutputOptionListType

setOutputOption

public void setOutputOption(OutputOptionListType value)
Sets the value of the outputOption property.

Parameters:
value - allowed object is OutputOptionListType


Copyright © 2011. All Rights Reserved.