|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.ontology.GetTermInfoType
public class GetTermInfoType
Java class for get_termInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get_termInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="self" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attGroup ref="{http://www.i2b2.org/xsd/cell/ont/1.1/}return_attributeGroup"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
blob
|
protected Boolean |
hiddens
|
protected Integer |
max
|
protected String |
self
|
protected Boolean |
synonyms
|
protected String |
type
|
| Constructor Summary | |
|---|---|
GetTermInfoType()
|
|
| Method Summary | |
|---|---|
Integer |
getMax()
Gets the value of the max property. |
String |
getSelf()
Gets the value of the self property. |
String |
getType()
Gets the value of the type property. |
boolean |
isBlob()
Gets the value of the blob property. |
boolean |
isHiddens()
Gets the value of the hiddens property. |
boolean |
isSynonyms()
Gets the value of the synonyms property. |
void |
setBlob(Boolean value)
Sets the value of the blob property. |
void |
setHiddens(Boolean value)
Sets the value of the hiddens property. |
void |
setMax(Integer value)
Sets the value of the max property. |
void |
setSelf(String value)
Sets the value of the self property. |
void |
setSynonyms(Boolean value)
Sets the value of the synonyms 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 self
protected Boolean hiddens
protected Boolean synonyms
protected Integer max
protected String type
protected Boolean blob
| Constructor Detail |
|---|
public GetTermInfoType()
| Method Detail |
|---|
public String getSelf()
Stringpublic void setSelf(String value)
value - allowed object is
Stringpublic boolean isHiddens()
Booleanpublic void setHiddens(Boolean value)
value - allowed object is
Booleanpublic boolean isSynonyms()
Booleanpublic void setSynonyms(Boolean value)
value - allowed object is
Booleanpublic Integer getMax()
Integerpublic void setMax(Integer value)
value - allowed object is
Integerpublic 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 | |||||||||