|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pdo.query.OutputOptionType
public class OutputOptionType
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 |
|---|
protected Boolean onlykeys
protected Boolean blob
protected Boolean techdata
protected OutputOptionSelectType select
| Constructor Detail |
|---|
public OutputOptionType()
| Method Detail |
|---|
public boolean isOnlykeys()
Booleanpublic void setOnlykeys(Boolean value)
value - allowed object is
Booleanpublic boolean isBlob()
Booleanpublic void setBlob(Boolean value)
value - allowed object is
Booleanpublic boolean isTechdata()
Booleanpublic void setTechdata(Boolean value)
value - allowed object is
Booleanpublic OutputOptionSelectType getSelect()
OutputOptionSelectTypepublic void setSelect(OutputOptionSelectType value)
value - allowed object is
OutputOptionSelectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||