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

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

public class QueryResultInstanceType
extends Object

Java class for query_result_instanceType complex type.

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

 <complexType name="query_result_instanceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="result_instance_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}result_instance_idType"/>
         <element name="query_instance_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_instance_idType"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="query_result_type" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_result_typeType"/>
         <element name="set_size" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}set_sizeType"/>
         <element name="obfuscate_method" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="start_date" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}start_dateType"/>
         <element name="end_date" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}end_dateType"/>
         <element name="message" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}xml_valueType"/>
         <element name="query_status_type" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_status_typeType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String description
           
protected  XMLGregorianCalendar endDate
           
protected  XmlValueType message
           
protected  String obfuscateMethod
           
protected  String queryInstanceId
           
protected  QueryResultTypeType queryResultType
           
protected  QueryStatusTypeType queryStatusType
           
protected  String resultInstanceId
           
protected  int setSize
           
protected  XMLGregorianCalendar startDate
           
 
Constructor Summary
QueryResultInstanceType()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the value of the description property.
 XMLGregorianCalendar getEndDate()
          Gets the value of the endDate property.
 XmlValueType getMessage()
          Gets the value of the message property.
 String getObfuscateMethod()
          Gets the value of the obfuscateMethod property.
 String getQueryInstanceId()
          Gets the value of the queryInstanceId property.
 QueryResultTypeType getQueryResultType()
          Gets the value of the queryResultType property.
 QueryStatusTypeType getQueryStatusType()
          Gets the value of the queryStatusType property.
 String getResultInstanceId()
          Gets the value of the resultInstanceId property.
 int getSetSize()
          Gets the value of the setSize property.
 XMLGregorianCalendar getStartDate()
          Gets the value of the startDate property.
 int hashCode()
           
 void setDescription(String value)
          Sets the value of the description property.
 void setEndDate(XMLGregorianCalendar value)
          Sets the value of the endDate property.
 void setMessage(XmlValueType value)
          Sets the value of the message property.
 void setObfuscateMethod(String value)
          Sets the value of the obfuscateMethod property.
 void setQueryInstanceId(String value)
          Sets the value of the queryInstanceId property.
 void setQueryResultType(QueryResultTypeType value)
          Sets the value of the queryResultType property.
 void setQueryStatusType(QueryStatusTypeType value)
          Sets the value of the queryStatusType property.
 void setResultInstanceId(String value)
          Sets the value of the resultInstanceId property.
 void setSetSize(int value)
          Sets the value of the setSize property.
 void setStartDate(XMLGregorianCalendar value)
          Sets the value of the startDate property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

resultInstanceId

protected String resultInstanceId

queryInstanceId

protected String queryInstanceId

description

protected String description

queryResultType

protected QueryResultTypeType queryResultType

setSize

protected int setSize

obfuscateMethod

protected String obfuscateMethod

startDate

protected XMLGregorianCalendar startDate

endDate

protected XMLGregorianCalendar endDate

message

protected XmlValueType message

queryStatusType

protected QueryStatusTypeType queryStatusType
Constructor Detail

QueryResultInstanceType

public QueryResultInstanceType()
Method Detail

getResultInstanceId

public String getResultInstanceId()
Gets the value of the resultInstanceId property.

Returns:
possible object is String

setResultInstanceId

public void setResultInstanceId(String value)
Sets the value of the resultInstanceId property.

Parameters:
value - allowed object is String

getQueryInstanceId

public String getQueryInstanceId()
Gets the value of the queryInstanceId property.

Returns:
possible object is String

setQueryInstanceId

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

getQueryResultType

public QueryResultTypeType getQueryResultType()
Gets the value of the queryResultType property.

Returns:
possible object is QueryResultTypeType

setQueryResultType

public void setQueryResultType(QueryResultTypeType value)
Sets the value of the queryResultType property.

Parameters:
value - allowed object is QueryResultTypeType

getSetSize

public int getSetSize()
Gets the value of the setSize property.


setSetSize

public void setSetSize(int value)
Sets the value of the setSize property.


getObfuscateMethod

public String getObfuscateMethod()
Gets the value of the obfuscateMethod property.

Returns:
possible object is String

setObfuscateMethod

public void setObfuscateMethod(String value)
Sets the value of the obfuscateMethod property.

Parameters:
value - allowed object is String

getStartDate

public XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.

Returns:
possible object is XMLGregorianCalendar

setStartDate

public void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEndDate

public XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.

Returns:
possible object is XMLGregorianCalendar

setEndDate

public void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getMessage

public XmlValueType getMessage()
Gets the value of the message property.

Returns:
possible object is XmlValueType

setMessage

public void setMessage(XmlValueType value)
Sets the value of the message property.

Parameters:
value - allowed object is XmlValueType

getQueryStatusType

public QueryStatusTypeType getQueryStatusType()
Gets the value of the queryStatusType property.

Returns:
possible object is QueryStatusTypeType

setQueryStatusType

public void setQueryStatusType(QueryStatusTypeType value)
Sets the value of the queryStatusType property.

Parameters:
value - allowed object is QueryStatusTypeType

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.