|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.ontology.GetReturnType
public class GetReturnType
Java class for get_returnType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get_returnType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" default="default">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="default"/>
<enumeration value="core"/>
<enumeration value="all"/>
</restriction>
</simpleType>
</attribute>
<attribute name="blob" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
blob
|
protected String |
type
|
| Constructor Summary | |
|---|---|
GetReturnType()
|
|
| Method Summary | |
|---|---|
String |
getType()
Gets the value of the type property. |
boolean |
isBlob()
Gets the value of the blob property. |
void |
setBlob(Boolean value)
Sets the value of the blob property. |
void |
setType(String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String type
protected Boolean blob
| Constructor Detail |
|---|
public GetReturnType()
| Method Detail |
|---|
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isBlob()
Booleanpublic void setBlob(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||