edu.harvard.i2b2.crc.datavo.setfinder.query
Class MasterRequestType
java.lang.Object
edu.harvard.i2b2.crc.datavo.setfinder.query.RequestType
edu.harvard.i2b2.crc.datavo.setfinder.query.MasterRequestType
public class MasterRequestType
- extends RequestType
Java class for master_requestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="master_requestType">
<complexContent>
<extension base="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}requestType">
<sequence>
<element name="query_master_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
queryMasterId
protected String queryMasterId
MasterRequestType
public MasterRequestType()
getQueryMasterId
public String getQueryMasterId()
- Gets the value of the queryMasterId property.
- Returns:
- possible object is
String
setQueryMasterId
public void setQueryMasterId(String value)
- Sets the value of the queryMasterId property.
- Parameters:
value - allowed object is
String
Copyright © 2011. All Rights Reserved.