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

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.RequestType
      extended by edu.harvard.i2b2.crc.datavo.setfinder.query.MasterRenameRequestType

public class MasterRenameRequestType
extends RequestType

Java class for master_rename_requestType complex type.

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

 <complexType name="master_rename_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"/>
         <element name="query_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String queryMasterId
           
protected  String queryName
           
protected  String userId
           
 
Constructor Summary
MasterRenameRequestType()
           
 
Method Summary
 String getQueryMasterId()
          Gets the value of the queryMasterId property.
 String getQueryName()
          Gets the value of the queryName property.
 String getUserId()
          Gets the value of the userId property.
 void setQueryMasterId(String value)
          Sets the value of the queryMasterId property.
 void setQueryName(String value)
          Sets the value of the queryName 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

userId

protected String userId

queryMasterId

protected String queryMasterId

queryName

protected String queryName
Constructor Detail

MasterRenameRequestType

public MasterRenameRequestType()
Method Detail

getUserId

public String getUserId()
Gets the value of the userId property.

Returns:
possible object is String

setUserId

public void setUserId(String value)
Sets the value of the userId property.

Parameters:
value - allowed object is String

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

getQueryName

public String getQueryName()
Gets the value of the queryName property.

Returns:
possible object is String

setQueryName

public void setQueryName(String value)
Sets the value of the queryName property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.