|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.ontology.VocabRequestType
public class VocabRequestType
Java class for vocab_requestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="vocab_requestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="match_str" type="{http://www.i2b2.org/xsd/cell/ont/1.1/}match_strType"/>
</sequence>
<attGroup ref="{http://www.i2b2.org/xsd/cell/ont/1.1/}return_attributeGroup"/>
<attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
blob
|
protected String |
category
|
protected Boolean |
hiddens
|
protected MatchStrType |
matchStr
|
protected Integer |
max
|
protected Boolean |
synonyms
|
protected String |
type
|
| Constructor Summary | |
|---|---|
VocabRequestType()
|
|
| Method Summary | |
|---|---|
String |
getCategory()
Gets the value of the category property. |
MatchStrType |
getMatchStr()
Gets the value of the matchStr property. |
Integer |
getMax()
Gets the value of the max 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 |
setCategory(String value)
Sets the value of the category property. |
void |
setHiddens(Boolean value)
Sets the value of the hiddens property. |
void |
setMatchStr(MatchStrType value)
Sets the value of the matchStr property. |
void |
setMax(Integer value)
Sets the value of the max 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 MatchStrType matchStr
protected String category
protected Boolean hiddens
protected Boolean synonyms
protected Integer max
protected String type
protected Boolean blob
| Constructor Detail |
|---|
public VocabRequestType()
| Method Detail |
|---|
public MatchStrType getMatchStr()
MatchStrTypepublic void setMatchStr(MatchStrType value)
value - allowed object is
MatchStrTypepublic String getCategory()
Stringpublic void setCategory(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 | |||||||||