edu.harvard.i2b2.crc.datavo.setfinder.query
Class AnalysisDefinitionRequestType
java.lang.Object
edu.harvard.i2b2.crc.datavo.setfinder.query.RequestType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
analysisDefinition
protected AnalysisDefinitionType analysisDefinition
AnalysisDefinitionRequestType
public AnalysisDefinitionRequestType()
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.