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

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

public class AnalysisDefinitionRequestType
extends RequestType

Java class for analysis_definition_requestType complex type.

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

 <complexType name="analysis_definition_requestType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}requestType">
       <sequence>
         <element name="analysis_definition" type="{http://www.i2b2.org/xsd/cell/crc/psm/analysisdefinition/1.1/}analysis_definitionType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  AnalysisDefinitionType analysisDefinition
           
 
Constructor Summary
AnalysisDefinitionRequestType()
           
 
Method Summary
 AnalysisDefinitionType getAnalysisDefinition()
          Gets the value of the analysisDefinition property.
 void setAnalysisDefinition(AnalysisDefinitionType value)
          Sets the value of the analysisDefinition property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

analysisDefinition

protected AnalysisDefinitionType analysisDefinition
Constructor Detail

AnalysisDefinitionRequestType

public AnalysisDefinitionRequestType()
Method Detail

getAnalysisDefinition

public AnalysisDefinitionType getAnalysisDefinition()
Gets the value of the analysisDefinition property.

Returns:
possible object is AnalysisDefinitionType

setAnalysisDefinition

public void setAnalysisDefinition(AnalysisDefinitionType value)
Sets the value of the analysisDefinition property.

Parameters:
value - allowed object is AnalysisDefinitionType


Copyright © 2011. All Rights Reserved.