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

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

public class OutputOptionListType
extends Object

Java class for output_option_listType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="output_option_listType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="observation_set" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}fact_output_optionType" minOccurs="0"/>
         <element name="patient_set" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}output_optionType" minOccurs="0"/>
         <element name="event_set" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}output_optionType" minOccurs="0"/>
         <element name="observer_set_using_filter_list" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}output_optionType" minOccurs="0"/>
         <element name="concept_set_using_filter_list" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}output_optionType" minOccurs="0"/>
         <element name="pid_set" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}output_optionType" minOccurs="0"/>
         <element name="eid_set" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}output_optionType" minOccurs="0"/>
         <element name="dimension_set" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}dimension_output_optionType" minOccurs="0"/>
       </all>
       <attribute name="phi" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}outputOptionPhiType" />
       <attribute name="names" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}outputOptionNameType" />
       <attribute name="time" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}outputOptionTimeType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  OutputOptionType conceptSetUsingFilterList
           
protected  DimensionOutputOptionType dimensionSet
           
protected  OutputOptionType eidSet
           
protected  OutputOptionType eventSet
           
protected  OutputOptionNameType names
           
protected  FactOutputOptionType observationSet
           
protected  OutputOptionType observerSetUsingFilterList
           
protected  OutputOptionType patientSet
           
protected  OutputOptionPhiType phi
           
protected  OutputOptionType pidSet
           
protected  OutputOptionTimeType time
           
 
Constructor Summary
OutputOptionListType()
           
 
Method Summary
 OutputOptionType getConceptSetUsingFilterList()
          Gets the value of the conceptSetUsingFilterList property.
 DimensionOutputOptionType getDimensionSet()
          Gets the value of the dimensionSet property.
 OutputOptionType getEidSet()
          Gets the value of the eidSet property.
 OutputOptionType getEventSet()
          Gets the value of the eventSet property.
 OutputOptionNameType getNames()
          Gets the value of the names property.
 FactOutputOptionType getObservationSet()
          Gets the value of the observationSet property.
 OutputOptionType getObserverSetUsingFilterList()
          Gets the value of the observerSetUsingFilterList property.
 OutputOptionType getPatientSet()
          Gets the value of the patientSet property.
 OutputOptionPhiType getPhi()
          Gets the value of the phi property.
 OutputOptionType getPidSet()
          Gets the value of the pidSet property.
 OutputOptionTimeType getTime()
          Gets the value of the time property.
 void setConceptSetUsingFilterList(OutputOptionType value)
          Sets the value of the conceptSetUsingFilterList property.
 void setDimensionSet(DimensionOutputOptionType value)
          Sets the value of the dimensionSet property.
 void setEidSet(OutputOptionType value)
          Sets the value of the eidSet property.
 void setEventSet(OutputOptionType value)
          Sets the value of the eventSet property.
 void setNames(OutputOptionNameType value)
          Sets the value of the names property.
 void setObservationSet(FactOutputOptionType value)
          Sets the value of the observationSet property.
 void setObserverSetUsingFilterList(OutputOptionType value)
          Sets the value of the observerSetUsingFilterList property.
 void setPatientSet(OutputOptionType value)
          Sets the value of the patientSet property.
 void setPhi(OutputOptionPhiType value)
          Sets the value of the phi property.
 void setPidSet(OutputOptionType value)
          Sets the value of the pidSet property.
 void setTime(OutputOptionTimeType value)
          Sets the value of the time property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

observationSet

protected FactOutputOptionType observationSet

patientSet

protected OutputOptionType patientSet

eventSet

protected OutputOptionType eventSet

observerSetUsingFilterList

protected OutputOptionType observerSetUsingFilterList

conceptSetUsingFilterList

protected OutputOptionType conceptSetUsingFilterList

pidSet

protected OutputOptionType pidSet

eidSet

protected OutputOptionType eidSet

dimensionSet

protected DimensionOutputOptionType dimensionSet

phi

protected OutputOptionPhiType phi

names

protected OutputOptionNameType names

time

protected OutputOptionTimeType time
Constructor Detail

OutputOptionListType

public OutputOptionListType()
Method Detail

getObservationSet

public FactOutputOptionType getObservationSet()
Gets the value of the observationSet property.

Returns:
possible object is FactOutputOptionType

setObservationSet

public void setObservationSet(FactOutputOptionType value)
Sets the value of the observationSet property.

Parameters:
value - allowed object is FactOutputOptionType

getPatientSet

public OutputOptionType getPatientSet()
Gets the value of the patientSet property.

Returns:
possible object is OutputOptionType

setPatientSet

public void setPatientSet(OutputOptionType value)
Sets the value of the patientSet property.

Parameters:
value - allowed object is OutputOptionType

getEventSet

public OutputOptionType getEventSet()
Gets the value of the eventSet property.

Returns:
possible object is OutputOptionType

setEventSet

public void setEventSet(OutputOptionType value)
Sets the value of the eventSet property.

Parameters:
value - allowed object is OutputOptionType

getObserverSetUsingFilterList

public OutputOptionType getObserverSetUsingFilterList()
Gets the value of the observerSetUsingFilterList property.

Returns:
possible object is OutputOptionType

setObserverSetUsingFilterList

public void setObserverSetUsingFilterList(OutputOptionType value)
Sets the value of the observerSetUsingFilterList property.

Parameters:
value - allowed object is OutputOptionType

getConceptSetUsingFilterList

public OutputOptionType getConceptSetUsingFilterList()
Gets the value of the conceptSetUsingFilterList property.

Returns:
possible object is OutputOptionType

setConceptSetUsingFilterList

public void setConceptSetUsingFilterList(OutputOptionType value)
Sets the value of the conceptSetUsingFilterList property.

Parameters:
value - allowed object is OutputOptionType

getPidSet

public OutputOptionType getPidSet()
Gets the value of the pidSet property.

Returns:
possible object is OutputOptionType

setPidSet

public void setPidSet(OutputOptionType value)
Sets the value of the pidSet property.

Parameters:
value - allowed object is OutputOptionType

getEidSet

public OutputOptionType getEidSet()
Gets the value of the eidSet property.

Returns:
possible object is OutputOptionType

setEidSet

public void setEidSet(OutputOptionType value)
Sets the value of the eidSet property.

Parameters:
value - allowed object is OutputOptionType

getDimensionSet

public DimensionOutputOptionType getDimensionSet()
Gets the value of the dimensionSet property.

Returns:
possible object is DimensionOutputOptionType

setDimensionSet

public void setDimensionSet(DimensionOutputOptionType value)
Sets the value of the dimensionSet property.

Parameters:
value - allowed object is DimensionOutputOptionType

getPhi

public OutputOptionPhiType getPhi()
Gets the value of the phi property.

Returns:
possible object is OutputOptionPhiType

setPhi

public void setPhi(OutputOptionPhiType value)
Sets the value of the phi property.

Parameters:
value - allowed object is OutputOptionPhiType

getNames

public OutputOptionNameType getNames()
Gets the value of the names property.

Returns:
possible object is OutputOptionNameType

setNames

public void setNames(OutputOptionNameType value)
Sets the value of the names property.

Parameters:
value - allowed object is OutputOptionNameType

getTime

public OutputOptionTimeType getTime()
Gets the value of the time property.

Returns:
possible object is OutputOptionTimeType

setTime

public void setTime(OutputOptionTimeType value)
Sets the value of the time property.

Parameters:
value - allowed object is OutputOptionTimeType


Copyright © 2011. All Rights Reserved.