edu.harvard.i2b2.crc.datavo.setfinder.query
Class MasterResponseType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType
      extended by edu.harvard.i2b2.crc.datavo.setfinder.query.MasterResponseType

public class MasterResponseType
extends ResponseType

Java class for master_responseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="master_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" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<QueryMasterType> queryMaster
           
 
Fields inherited from class edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType
status
 
Constructor Summary
MasterResponseType()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<QueryMasterType> getQueryMaster()
          Gets the value of the queryMaster property.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType
getStatus, setStatus
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

queryMaster

protected List<QueryMasterType> queryMaster
Constructor Detail

MasterResponseType

public MasterResponseType()
Method Detail

getQueryMaster

public List<QueryMasterType> getQueryMaster()
Gets the value of the queryMaster property.

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 queryMaster property.

For example, to add a new item, do as follows:

 getQueryMaster().add(newItem);
 

Objects of the following type(s) are allowed in the list QueryMasterType


hashCode

public int hashCode()
Overrides:
hashCode in class ResponseType

equals

public boolean equals(Object obj)
Overrides:
equals in class ResponseType

toString

public String toString()
Overrides:
toString in class ResponseType


Copyright © 2011. All Rights Reserved.