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

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

public class QueryStatusTypeType
extends Object

Java class for query_status_typeType complex type.

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

 <complexType name="query_status_typeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status_type_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}status_type_idType"/>
         <element name="name" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}nameType" 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 name
           
protected  String statusTypeId
           
 
Constructor Summary
QueryStatusTypeType()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the value of the description property.
 String getName()
          Gets the value of the name property.
 String getStatusTypeId()
          Gets the value of the statusTypeId property.
 int hashCode()
           
 void setDescription(String value)
          Sets the value of the description property.
 void setName(String value)
          Sets the value of the name property.
 void setStatusTypeId(String value)
          Sets the value of the statusTypeId property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

statusTypeId

protected String statusTypeId

name

protected String name

description

protected String description
Constructor Detail

QueryStatusTypeType

public QueryStatusTypeType()
Method Detail

getStatusTypeId

public String getStatusTypeId()
Gets the value of the statusTypeId property.

Returns:
possible object is String

setStatusTypeId

public void setStatusTypeId(String value)
Sets the value of the statusTypeId 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

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.