edu.harvard.i2b2.crc.datavo.setfinder.query
Class QueryResultTypeType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.QueryResultTypeType

public class QueryResultTypeType
extends Object

Java class for query_result_typeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="query_result_typeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="result_type_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}result_type_idType"/>
         <element name="name" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}nameType" minOccurs="0"/>
         <element name="display_type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="visual_attribute_type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}descriptionType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String description
           
protected  String displayType
           
protected  String name
           
protected  String resultTypeId
           
protected  String visualAttributeType
           
 
Constructor Summary
QueryResultTypeType()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the value of the description property.
 String getDisplayType()
          Gets the value of the displayType property.
 String getName()
          Gets the value of the name property.
 String getResultTypeId()
          Gets the value of the resultTypeId property.
 String getVisualAttributeType()
          Gets the value of the visualAttributeType property.
 int hashCode()
           
 void setDescription(String value)
          Sets the value of the description property.
 void setDisplayType(String value)
          Sets the value of the displayType property.
 void setName(String value)
          Sets the value of the name property.
 void setResultTypeId(String value)
          Sets the value of the resultTypeId property.
 void setVisualAttributeType(String value)
          Sets the value of the visualAttributeType property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

resultTypeId

protected String resultTypeId

name

protected String name

displayType

protected String displayType

visualAttributeType

protected String visualAttributeType

description

protected String description
Constructor Detail

QueryResultTypeType

public QueryResultTypeType()
Method Detail

getResultTypeId

public String getResultTypeId()
Gets the value of the resultTypeId property.

Returns:
possible object is String

setResultTypeId

public void setResultTypeId(String value)
Sets the value of the resultTypeId property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDisplayType

public String getDisplayType()
Gets the value of the displayType property.

Returns:
possible object is String

setDisplayType

public void setDisplayType(String value)
Sets the value of the displayType property.

Parameters:
value - allowed object is String

getVisualAttributeType

public String getVisualAttributeType()
Gets the value of the visualAttributeType property.

Returns:
possible object is String

setVisualAttributeType

public void setVisualAttributeType(String value)
Sets the value of the visualAttributeType property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.