|
||||||||||
| 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.ResponseType
edu.harvard.i2b2.crc.datavo.setfinder.query.CrcXmlResultResponseType
public class CrcXmlResultResponseType
Java class for crc_xml_result_responseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="crc_xml_result_responseType">
<complexContent>
<extension base="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}responseType">
<sequence>
<element name="query_result_instance" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_result_instanceType"/>
<element name="crc_xml_result" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}xml_resultType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XmlResultType |
crcXmlResult
|
protected QueryResultInstanceType |
queryResultInstance
|
| Fields inherited from class edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType |
|---|
status |
| Constructor Summary | |
|---|---|
CrcXmlResultResponseType()
|
|
| Method Summary | |
|---|---|
XmlResultType |
getCrcXmlResult()
Gets the value of the crcXmlResult property. |
QueryResultInstanceType |
getQueryResultInstance()
Gets the value of the queryResultInstance property. |
void |
setCrcXmlResult(XmlResultType value)
Sets the value of the crcXmlResult property. |
void |
setQueryResultInstance(QueryResultInstanceType value)
Sets the value of the queryResultInstance property. |
| Methods inherited from class edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType |
|---|
equals, getStatus, hashCode, setStatus, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected QueryResultInstanceType queryResultInstance
protected XmlResultType crcXmlResult
| Constructor Detail |
|---|
public CrcXmlResultResponseType()
| Method Detail |
|---|
public QueryResultInstanceType getQueryResultInstance()
QueryResultInstanceTypepublic void setQueryResultInstance(QueryResultInstanceType value)
value - allowed object is
QueryResultInstanceTypepublic XmlResultType getCrcXmlResult()
XmlResultTypepublic void setCrcXmlResult(XmlResultType value)
value - allowed object is
XmlResultType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||