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

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

public class GetTermInfoType
extends Object

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

self

protected String self

hiddens

protected Boolean hiddens

synonyms

protected Boolean synonyms

max

protected Integer max

type

protected String type

blob

protected Boolean blob
Constructor Detail

GetTermInfoType

public GetTermInfoType()
Method Detail

getSelf

public String getSelf()
Gets the value of the self property.

Returns:
possible object is String

setSelf

public void setSelf(String value)
Sets the value of the self 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.