edu.harvard.i2b2.crc.datavo.pdo.query
Class DimensionOutputOptionType
java.lang.Object
edu.harvard.i2b2.crc.datavo.pdo.query.OutputOptionType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dimensionname
protected String dimensionname
DimensionOutputOptionType
public DimensionOutputOptionType()
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.