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

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

public class GetReturnType
extends Object

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

type

protected String type

blob

protected Boolean blob
Constructor Detail

GetReturnType

public GetReturnType()
Method Detail

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.