|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.setfinder.query.QueryMasterType
public class QueryMasterType
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 |
|---|
protected String queryMasterId
protected String name
protected String userId
protected String groupId
protected XMLGregorianCalendar createDate
protected XMLGregorianCalendar deleteDate
protected RequestXmlType requestXml
protected String generatedSql
| Constructor Detail |
|---|
public QueryMasterType()
| Method Detail |
|---|
public String getQueryMasterId()
Stringpublic void setQueryMasterId(String value)
value - allowed object is Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is Stringpublic String getGroupId()
Stringpublic void setGroupId(String value)
value - allowed object is Stringpublic XMLGregorianCalendar getCreateDate()
XMLGregorianCalendarpublic void setCreateDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDeleteDate()
XMLGregorianCalendarpublic void setDeleteDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic RequestXmlType getRequestXml()
RequestXmlTypepublic void setRequestXml(RequestXmlType value)
value - allowed object is RequestXmlTypepublic String getGeneratedSql()
Stringpublic void setGeneratedSql(String value)
value - allowed object is Stringpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||