edu.harvard.i2b2.crc.datavo.setfinder.query
Class AnalysisDefinitionType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.AnalysisDefinitionType

public class AnalysisDefinitionType
extends Object

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

analysisPluginName

protected String analysisPluginName

version

protected String version

crcAnalysisInputParam

protected CrcAnalysisInputParamType crcAnalysisInputParam

crcAnalysisResultList

protected AnalysisResultOptionListType crcAnalysisResultList
Constructor Detail

AnalysisDefinitionType

public AnalysisDefinitionType()
Method Detail

getAnalysisPluginName

public String getAnalysisPluginName()
Gets the value of the analysisPluginName property.

Returns:
possible object is String

setAnalysisPluginName

public void setAnalysisPluginName(String value)
Sets the value of the analysisPluginName property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getCrcAnalysisInputParam

public CrcAnalysisInputParamType getCrcAnalysisInputParam()
Gets the value of the crcAnalysisInputParam property.

Returns:
possible object is CrcAnalysisInputParamType

setCrcAnalysisInputParam

public void setCrcAnalysisInputParam(CrcAnalysisInputParamType value)
Sets the value of the crcAnalysisInputParam property.

Parameters:
value - allowed object is CrcAnalysisInputParamType

getCrcAnalysisResultList

public AnalysisResultOptionListType getCrcAnalysisResultList()
Gets the value of the crcAnalysisResultList property.

Returns:
possible object is AnalysisResultOptionListType

setCrcAnalysisResultList

public void setCrcAnalysisResultList(AnalysisResultOptionListType value)
Sets the value of the crcAnalysisResultList property.

Parameters:
value - allowed object is AnalysisResultOptionListType


Copyright © 2011. All Rights Reserved.