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

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

public class QueryInstanceType
extends Object

Java class for query_instanceType complex type.

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

 <complexType name="query_instanceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="query_instance_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_instance_idType"/>
         <element name="query_master_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_master_idType"/>
         <element name="user_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}user_idType"/>
         <element name="group_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}group_idType"/>
         <element name="batch_mode" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}batch_modeType"/>
         <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="name" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}nameType"/>
         <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 batchMode
           
protected  XMLGregorianCalendar endDate
           
protected  String groupId
           
protected  XmlValueType message
           
protected  String name
           
protected  String queryInstanceId
           
protected  String queryMasterId
           
protected  QueryStatusTypeType queryStatusType
           
protected  XMLGregorianCalendar startDate
           
protected  String userId
           
 
Constructor Summary
QueryInstanceType()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBatchMode()
          Gets the value of the batchMode property.
 XMLGregorianCalendar getEndDate()
          Gets the value of the endDate property.
 String getGroupId()
          Gets the value of the groupId property.
 XmlValueType getMessage()
          Gets the value of the message property.
 String getName()
          Gets the value of the name property.
 String getQueryInstanceId()
          Gets the value of the queryInstanceId property.
 String getQueryMasterId()
          Gets the value of the queryMasterId property.
 QueryStatusTypeType getQueryStatusType()
          Gets the value of the queryStatusType property.
 XMLGregorianCalendar getStartDate()
          Gets the value of the startDate property.
 String getUserId()
          Gets the value of the userId property.
 int hashCode()
           
 void setBatchMode(String value)
          Sets the value of the batchMode property.
 void setEndDate(XMLGregorianCalendar value)
          Sets the value of the endDate property.
 void setGroupId(String value)
          Sets the value of the groupId property.
 void setMessage(XmlValueType value)
          Sets the value of the message property.
 void setName(String value)
          Sets the value of the name property.
 void setQueryInstanceId(String value)
          Sets the value of the queryInstanceId property.
 void setQueryMasterId(String value)
          Sets the value of the queryMasterId property.
 void setQueryStatusType(QueryStatusTypeType value)
          Sets the value of the queryStatusType property.
 void setStartDate(XMLGregorianCalendar value)
          Sets the value of the startDate property.
 void setUserId(String value)
          Sets the value of the userId property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

queryInstanceId

protected String queryInstanceId

queryMasterId

protected String queryMasterId

userId

protected String userId

groupId

protected String groupId

batchMode

protected String batchMode

startDate

protected XMLGregorianCalendar startDate

endDate

protected XMLGregorianCalendar endDate

name

protected String name

message

protected XmlValueType message

queryStatusType

protected QueryStatusTypeType queryStatusType
Constructor Detail

QueryInstanceType

public QueryInstanceType()
Method Detail

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

getQueryMasterId

public String getQueryMasterId()
Gets the value of the queryMasterId property.

Returns:
possible object is String

setQueryMasterId

public void setQueryMasterId(String value)
Sets the value of the queryMasterId property.

Parameters:
value - allowed object is String

getUserId

public String getUserId()
Gets the value of the userId property.

Returns:
possible object is String

setUserId

public void setUserId(String value)
Sets the value of the userId property.

Parameters:
value - allowed object is String

getGroupId

public String getGroupId()
Gets the value of the groupId property.

Returns:
possible object is String

setGroupId

public void setGroupId(String value)
Sets the value of the groupId property.

Parameters:
value - allowed object is String

getBatchMode

public String getBatchMode()
Gets the value of the batchMode property.

Returns:
possible object is String

setBatchMode

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

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

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.