|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.setfinder.query.QueryResultTypeType
public class QueryResultTypeType
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 |
|---|
protected String resultTypeId
protected String name
protected String displayType
protected String visualAttributeType
protected String description
| Constructor Detail |
|---|
public QueryResultTypeType()
| Method Detail |
|---|
public String getResultTypeId()
Stringpublic void setResultTypeId(String value)
value - allowed object is Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic String getDisplayType()
Stringpublic void setDisplayType(String value)
value - allowed object is Stringpublic String getVisualAttributeType()
Stringpublic void setVisualAttributeType(String value)
value - allowed object is Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is Stringpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||