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

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

public class UserRequestType
extends RequestType

Java class for user_requestType complex type.

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

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


Field Summary
protected  int fetchSize
           
protected  String groupId
           
protected  String userId
           
 
Constructor Summary
UserRequestType()
           
 
Method Summary
 int getFetchSize()
          Gets the value of the fetchSize property.
 String getGroupId()
          Gets the value of the groupId property.
 String getUserId()
          Gets the value of the userId property.
 void setFetchSize(int value)
          Sets the value of the fetchSize property.
 void setGroupId(String value)
          Sets the value of the groupId 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

groupId

protected String groupId

fetchSize

protected int fetchSize
Constructor Detail

UserRequestType

public UserRequestType()
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

getGroupId

public String getGroupId()
Gets the value of the groupId property.

Returns:
possible object is String

setGroupId

public void setGroupId(String value)
Sets the value of the groupId property.

Parameters:
value - allowed object is String

getFetchSize

public int getFetchSize()
Gets the value of the fetchSize property.


setFetchSize

public void setFetchSize(int value)
Sets the value of the fetchSize property.



Copyright © 2011. All Rights Reserved.