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

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

public class AnalysisResultOptionType
extends Object

Java class for analysis_result_optionType complex type.

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

 <complexType name="analysis_result_optionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="priority_index" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="display_type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="full_name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String displayType
           
protected  String fullName
           
protected  String name
           
protected  Integer priorityIndex
           
 
Constructor Summary
AnalysisResultOptionType()
           
 
Method Summary
 String getDisplayType()
          Gets the value of the displayType property.
 String getFullName()
          Gets the value of the fullName property.
 String getName()
          Gets the value of the name property.
 Integer getPriorityIndex()
          Gets the value of the priorityIndex property.
 void setDisplayType(String value)
          Sets the value of the displayType property.
 void setFullName(String value)
          Sets the value of the fullName property.
 void setName(String value)
          Sets the value of the name property.
 void setPriorityIndex(Integer value)
          Sets the value of the priorityIndex property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

priorityIndex

protected Integer priorityIndex

displayType

protected String displayType

fullName

protected String fullName
Constructor Detail

AnalysisResultOptionType

public AnalysisResultOptionType()
Method Detail

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

getPriorityIndex

public Integer getPriorityIndex()
Gets the value of the priorityIndex property.

Returns:
possible object is Integer

setPriorityIndex

public void setPriorityIndex(Integer value)
Sets the value of the priorityIndex property.

Parameters:
value - allowed object is Integer

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

getFullName

public String getFullName()
Gets the value of the fullName property.

Returns:
possible object is String

setFullName

public void setFullName(String value)
Sets the value of the fullName property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.