|
||||||||||
| 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.RequestType
edu.harvard.i2b2.crc.datavo.setfinder.query.MasterDeleteRequestType
public class MasterDeleteRequestType
Java class for master_delete_requestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="master_delete_requestType">
<complexContent>
<extension base="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}requestType">
<sequence>
<element name="user_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="query_master_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
queryMasterId
|
protected String |
userId
|
| Constructor Summary | |
|---|---|
MasterDeleteRequestType()
|
|
| Method Summary | |
|---|---|
String |
getQueryMasterId()
Gets the value of the queryMasterId property. |
String |
getUserId()
Gets the value of the userId property. |
void |
setQueryMasterId(String value)
Sets the value of the queryMasterId property. |
void |
setUserId(String value)
Sets the value of the userId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String userId
protected String queryMasterId
| Constructor Detail |
|---|
public MasterDeleteRequestType()
| Method Detail |
|---|
public String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic String getQueryMasterId()
Stringpublic void setQueryMasterId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||