edu.harvard.i2b2.crc.datavo.ontology
Class VocabRequestType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.ontology.VocabRequestType

public class VocabRequestType
extends Object

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

matchStr

protected MatchStrType matchStr

category

protected String category

hiddens

protected Boolean hiddens

synonyms

protected Boolean synonyms

max

protected Integer max

type

protected String type

blob

protected Boolean blob
Constructor Detail

VocabRequestType

public VocabRequestType()
Method Detail

getMatchStr

public MatchStrType getMatchStr()
Gets the value of the matchStr property.

Returns:
possible object is MatchStrType

setMatchStr

public void setMatchStr(MatchStrType value)
Sets the value of the matchStr property.

Parameters:
value - allowed object is MatchStrType

getCategory

public String getCategory()
Gets the value of the category property.

Returns:
possible object is String

setCategory

public void setCategory(String value)
Sets the value of the category property.

Parameters:
value - allowed object is String

isHiddens

public boolean isHiddens()
Gets the value of the hiddens property.

Returns:
possible object is Boolean

setHiddens

public void setHiddens(Boolean value)
Sets the value of the hiddens property.

Parameters:
value - allowed object is Boolean

isSynonyms

public boolean isSynonyms()
Gets the value of the synonyms property.

Returns:
possible object is Boolean

setSynonyms

public void setSynonyms(Boolean value)
Sets the value of the synonyms property.

Parameters:
value - allowed object is Boolean

getMax

public Integer getMax()
Gets the value of the max property.

Returns:
possible object is Integer

setMax

public void setMax(Integer value)
Sets the value of the max property.

Parameters:
value - allowed object is Integer

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

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


Copyright © 2011. All Rights Reserved.