|
||||||||||
| 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.AnalysisDefinitionType
public class AnalysisDefinitionType
Java class for analysis_definitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="analysis_definitionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="analysis_plugin_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="crc_analysis_input_param" type="{http://www.i2b2.org/xsd/cell/crc/psm/analysisdefinition/1.1/}crc_analysis_input_paramType"/>
<element name="crc_analysis_result_list" type="{http://www.i2b2.org/xsd/cell/crc/psm/analysisdefinition/1.1/}analysis_result_optionListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
analysisPluginName
|
protected CrcAnalysisInputParamType |
crcAnalysisInputParam
|
protected AnalysisResultOptionListType |
crcAnalysisResultList
|
protected String |
version
|
| Constructor Summary | |
|---|---|
AnalysisDefinitionType()
|
|
| Method Summary | |
|---|---|
String |
getAnalysisPluginName()
Gets the value of the analysisPluginName property. |
CrcAnalysisInputParamType |
getCrcAnalysisInputParam()
Gets the value of the crcAnalysisInputParam property. |
AnalysisResultOptionListType |
getCrcAnalysisResultList()
Gets the value of the crcAnalysisResultList property. |
String |
getVersion()
Gets the value of the version property. |
void |
setAnalysisPluginName(String value)
Sets the value of the analysisPluginName property. |
void |
setCrcAnalysisInputParam(CrcAnalysisInputParamType value)
Sets the value of the crcAnalysisInputParam property. |
void |
setCrcAnalysisResultList(AnalysisResultOptionListType value)
Sets the value of the crcAnalysisResultList property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String analysisPluginName
protected String version
protected CrcAnalysisInputParamType crcAnalysisInputParam
protected AnalysisResultOptionListType crcAnalysisResultList
| Constructor Detail |
|---|
public AnalysisDefinitionType()
| Method Detail |
|---|
public String getAnalysisPluginName()
Stringpublic void setAnalysisPluginName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic CrcAnalysisInputParamType getCrcAnalysisInputParam()
CrcAnalysisInputParamTypepublic void setCrcAnalysisInputParam(CrcAnalysisInputParamType value)
value - allowed object is
CrcAnalysisInputParamTypepublic AnalysisResultOptionListType getCrcAnalysisResultList()
AnalysisResultOptionListTypepublic void setCrcAnalysisResultList(AnalysisResultOptionListType value)
value - allowed object is
AnalysisResultOptionListType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||