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

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.query.OutputOptionType
Direct Known Subclasses:
DimensionOutputOptionType, FactOutputOptionType

public class OutputOptionType
extends Object

Java class for output_optionType complex type.

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

 <complexType name="output_optionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="onlykeys" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="blob" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="techdata" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="select" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}outputOptionSelectType" default="using_filter_list" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean blob
           
protected  Boolean onlykeys
           
protected  OutputOptionSelectType select
           
protected  Boolean techdata
           
 
Constructor Summary
OutputOptionType()
           
 
Method Summary
 OutputOptionSelectType getSelect()
          Gets the value of the select property.
 boolean isBlob()
          Gets the value of the blob property.
 boolean isOnlykeys()
          Gets the value of the onlykeys property.
 boolean isTechdata()
          Gets the value of the techdata property.
 void setBlob(Boolean value)
          Sets the value of the blob property.
 void setOnlykeys(Boolean value)
          Sets the value of the onlykeys property.
 void setSelect(OutputOptionSelectType value)
          Sets the value of the select property.
 void setTechdata(Boolean value)
          Sets the value of the techdata property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

onlykeys

protected Boolean onlykeys

blob

protected Boolean blob

techdata

protected Boolean techdata

select

protected OutputOptionSelectType select
Constructor Detail

OutputOptionType

public OutputOptionType()
Method Detail

isOnlykeys

public boolean isOnlykeys()
Gets the value of the onlykeys property.

Returns:
possible object is Boolean

setOnlykeys

public void setOnlykeys(Boolean value)
Sets the value of the onlykeys property.

Parameters:
value - allowed object is Boolean

isBlob

public boolean isBlob()
Gets the value of the blob property.

Returns:
possible object is Boolean

setBlob

public void setBlob(Boolean value)
Sets the value of the blob property.

Parameters:
value - allowed object is Boolean

isTechdata

public boolean isTechdata()
Gets the value of the techdata property.

Returns:
possible object is Boolean

setTechdata

public void setTechdata(Boolean value)
Sets the value of the techdata property.

Parameters:
value - allowed object is Boolean

getSelect

public OutputOptionSelectType getSelect()
Gets the value of the select property.

Returns:
possible object is OutputOptionSelectType

setSelect

public void setSelect(OutputOptionSelectType value)
Sets the value of the select property.

Parameters:
value - allowed object is OutputOptionSelectType


Copyright © 2011. All Rights Reserved.