edu.harvard.i2b2.crc.datavo.pdo.query
Class DimensionOutputOptionType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.query.OutputOptionType
      extended by edu.harvard.i2b2.crc.datavo.pdo.query.DimensionOutputOptionType

public class DimensionOutputOptionType
extends OutputOptionType

Java class for dimension_output_optionType complex type.

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

 <complexType name="dimension_output_optionType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}output_optionType">
       <attribute name="dimensionname" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String dimensionname
           
 
Fields inherited from class edu.harvard.i2b2.crc.datavo.pdo.query.OutputOptionType
blob, onlykeys, select, techdata
 
Constructor Summary
DimensionOutputOptionType()
           
 
Method Summary
 String getDimensionname()
          Gets the value of the dimensionname property.
 void setDimensionname(String value)
          Sets the value of the dimensionname property.
 
Methods inherited from class edu.harvard.i2b2.crc.datavo.pdo.query.OutputOptionType
getSelect, isBlob, isOnlykeys, isTechdata, setBlob, setOnlykeys, setSelect, setTechdata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dimensionname

protected String dimensionname
Constructor Detail

DimensionOutputOptionType

public DimensionOutputOptionType()
Method Detail

getDimensionname

public String getDimensionname()
Gets the value of the dimensionname property.

Returns:
possible object is String

setDimensionname

public void setDimensionname(String value)
Sets the value of the dimensionname property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.