|
||||||||||
| 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.QueryInstanceType
public class QueryInstanceType
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 |
|---|
protected String queryInstanceId
protected String queryMasterId
protected String userId
protected String groupId
protected String batchMode
protected XMLGregorianCalendar startDate
protected XMLGregorianCalendar endDate
protected String name
protected XmlValueType message
protected QueryStatusTypeType queryStatusType
| Constructor Detail |
|---|
public QueryInstanceType()
| Method Detail |
|---|
public String getQueryInstanceId()
Stringpublic void setQueryInstanceId(String value)
value - allowed object is Stringpublic String getQueryMasterId()
Stringpublic void setQueryMasterId(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 String getBatchMode()
Stringpublic void setBatchMode(String value)
value - allowed object is Stringpublic XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic XmlValueType getMessage()
XmlValueTypepublic void setMessage(XmlValueType value)
value - allowed object is XmlValueTypepublic QueryStatusTypeType getQueryStatusType()
QueryStatusTypeTypepublic void setQueryStatusType(QueryStatusTypeType value)
value - allowed object is QueryStatusTypeTypepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals 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 | |||||||||