|
||||||||||
| 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.OutputOptionListType
public class OutputOptionListType
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 |
|---|
protected FactOutputOptionType observationSet
protected OutputOptionType patientSet
protected OutputOptionType eventSet
protected OutputOptionType observerSetUsingFilterList
protected OutputOptionType conceptSetUsingFilterList
protected OutputOptionType pidSet
protected OutputOptionType eidSet
protected DimensionOutputOptionType dimensionSet
protected OutputOptionPhiType phi
protected OutputOptionNameType names
protected OutputOptionTimeType time
| Constructor Detail |
|---|
public OutputOptionListType()
| Method Detail |
|---|
public FactOutputOptionType getObservationSet()
FactOutputOptionTypepublic void setObservationSet(FactOutputOptionType value)
value - allowed object is
FactOutputOptionTypepublic OutputOptionType getPatientSet()
OutputOptionTypepublic void setPatientSet(OutputOptionType value)
value - allowed object is
OutputOptionTypepublic OutputOptionType getEventSet()
OutputOptionTypepublic void setEventSet(OutputOptionType value)
value - allowed object is
OutputOptionTypepublic OutputOptionType getObserverSetUsingFilterList()
OutputOptionTypepublic void setObserverSetUsingFilterList(OutputOptionType value)
value - allowed object is
OutputOptionTypepublic OutputOptionType getConceptSetUsingFilterList()
OutputOptionTypepublic void setConceptSetUsingFilterList(OutputOptionType value)
value - allowed object is
OutputOptionTypepublic OutputOptionType getPidSet()
OutputOptionTypepublic void setPidSet(OutputOptionType value)
value - allowed object is
OutputOptionTypepublic OutputOptionType getEidSet()
OutputOptionTypepublic void setEidSet(OutputOptionType value)
value - allowed object is
OutputOptionTypepublic DimensionOutputOptionType getDimensionSet()
DimensionOutputOptionTypepublic void setDimensionSet(DimensionOutputOptionType value)
value - allowed object is
DimensionOutputOptionTypepublic OutputOptionPhiType getPhi()
OutputOptionPhiTypepublic void setPhi(OutputOptionPhiType value)
value - allowed object is
OutputOptionPhiTypepublic OutputOptionNameType getNames()
OutputOptionNameTypepublic void setNames(OutputOptionNameType value)
value - allowed object is
OutputOptionNameTypepublic OutputOptionTimeType getTime()
OutputOptionTimeTypepublic void setTime(OutputOptionTimeType value)
value - allowed object is
OutputOptionTimeType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||