|
||||||||||
| 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.QueryResultInstanceType
public class QueryResultInstanceType
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 |
|---|
protected String resultInstanceId
protected String queryInstanceId
protected String description
protected QueryResultTypeType queryResultType
protected int setSize
protected String obfuscateMethod
protected XMLGregorianCalendar startDate
protected XMLGregorianCalendar endDate
protected XmlValueType message
protected QueryStatusTypeType queryStatusType
| Constructor Detail |
|---|
public QueryResultInstanceType()
| Method Detail |
|---|
public String getResultInstanceId()
Stringpublic void setResultInstanceId(String value)
value - allowed object is Stringpublic String getQueryInstanceId()
Stringpublic void setQueryInstanceId(String value)
value - allowed object is Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is Stringpublic QueryResultTypeType getQueryResultType()
QueryResultTypeTypepublic void setQueryResultType(QueryResultTypeType value)
value - allowed object is QueryResultTypeTypepublic int getSetSize()
public void setSetSize(int value)
public String getObfuscateMethod()
Stringpublic void setObfuscateMethod(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 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 | |||||||||