|
||||||||||
| 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.MasterInstanceResultResponseType
public class MasterInstanceResultResponseType
Java class for master_instance_result_responseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="master_instance_result_responseType">
<complexContent>
<extension base="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}responseType">
<sequence>
<element name="query_master" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_masterType"/>
<element name="query_instance" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_instanceType" minOccurs="0"/>
<element name="query_result_instance" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}query_result_instanceType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected QueryInstanceType |
queryInstance
|
protected QueryMasterType |
queryMaster
|
protected List<QueryResultInstanceType> |
queryResultInstance
|
| Fields inherited from class edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType |
|---|
status |
| Constructor Summary | |
|---|---|
MasterInstanceResultResponseType()
|
|
| Method Summary | |
|---|---|
QueryInstanceType |
getQueryInstance()
Gets the value of the queryInstance property. |
QueryMasterType |
getQueryMaster()
Gets the value of the queryMaster property. |
List<QueryResultInstanceType> |
getQueryResultInstance()
Gets the value of the queryResultInstance property. |
void |
setQueryInstance(QueryInstanceType value)
Sets the value of the queryInstance property. |
void |
setQueryMaster(QueryMasterType value)
Sets the value of the queryMaster 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 QueryMasterType queryMaster
protected QueryInstanceType queryInstance
protected List<QueryResultInstanceType> queryResultInstance
| Constructor Detail |
|---|
public MasterInstanceResultResponseType()
| Method Detail |
|---|
public QueryMasterType getQueryMaster()
QueryMasterTypepublic void setQueryMaster(QueryMasterType value)
value - allowed object is
QueryMasterTypepublic QueryInstanceType getQueryInstance()
QueryInstanceTypepublic void setQueryInstance(QueryInstanceType value)
value - allowed object is
QueryInstanceTypepublic List<QueryResultInstanceType> getQueryResultInstance()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the queryResultInstance property.
For example, to add a new item, do as follows:
getQueryResultInstance().add(newItem);
Objects of the following type(s) are allowed in the list
QueryResultInstanceType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||