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

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

public class QueryMasterType
extends Object

Java class for query_masterType complex type.

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

 <complexType name="query_masterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="query_master_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_master_idType"/>
         <element name="name" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}nameType"/>
         <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="create_date" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}create_dateType"/>
         <element name="delete_date" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}delete_dateType"/>
         <element name="request_xml" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}request_xmlType"/>
         <element name="generated_sql" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}generated_sqlType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar createDate
           
protected  XMLGregorianCalendar deleteDate
           
protected  String generatedSql
           
protected  String groupId
           
protected  String name
           
protected  String queryMasterId
           
protected  RequestXmlType requestXml
           
protected  String userId
           
 
Constructor Summary
QueryMasterType()
           
 
Method Summary
 boolean equals(Object o)
           
 XMLGregorianCalendar getCreateDate()
          Gets the value of the createDate property.
 XMLGregorianCalendar getDeleteDate()
          Gets the value of the deleteDate property.
 String getGeneratedSql()
          Gets the value of the generatedSql property.
 String getGroupId()
          Gets the value of the groupId property.
 String getName()
          Gets the value of the name property.
 String getQueryMasterId()
          Gets the value of the queryMasterId property.
 RequestXmlType getRequestXml()
          Gets the value of the requestXml property.
 String getUserId()
          Gets the value of the userId property.
 int hashCode()
           
 void setCreateDate(XMLGregorianCalendar value)
          Sets the value of the createDate property.
 void setDeleteDate(XMLGregorianCalendar value)
          Sets the value of the deleteDate property.
 void setGeneratedSql(String value)
          Sets the value of the generatedSql property.
 void setGroupId(String value)
          Sets the value of the groupId property.
 void setName(String value)
          Sets the value of the name property.
 void setQueryMasterId(String value)
          Sets the value of the queryMasterId property.
 void setRequestXml(RequestXmlType value)
          Sets the value of the requestXml 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

queryMasterId

protected String queryMasterId

name

protected String name

userId

protected String userId

groupId

protected String groupId

createDate

protected XMLGregorianCalendar createDate

deleteDate

protected XMLGregorianCalendar deleteDate

requestXml

protected RequestXmlType requestXml

generatedSql

protected String generatedSql
Constructor Detail

QueryMasterType

public QueryMasterType()
Method Detail

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

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

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

getCreateDate

public XMLGregorianCalendar getCreateDate()
Gets the value of the createDate property.

Returns:
possible object is XMLGregorianCalendar

setCreateDate

public void setCreateDate(XMLGregorianCalendar value)
Sets the value of the createDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDeleteDate

public XMLGregorianCalendar getDeleteDate()
Gets the value of the deleteDate property.

Returns:
possible object is XMLGregorianCalendar

setDeleteDate

public void setDeleteDate(XMLGregorianCalendar value)
Sets the value of the deleteDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getRequestXml

public RequestXmlType getRequestXml()
Gets the value of the requestXml property.

Returns:
possible object is RequestXmlType

setRequestXml

public void setRequestXml(RequestXmlType value)
Sets the value of the requestXml property.

Parameters:
value - allowed object is RequestXmlType

getGeneratedSql

public String getGeneratedSql()
Gets the value of the generatedSql property.

Returns:
possible object is String

setGeneratedSql

public void setGeneratedSql(String value)
Sets the value of the generatedSql property.

Parameters:
value - allowed object is String

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.