edu.harvard.i2b2.crc.datavo.pm
Class RoleType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pm.RoleType

public class RoleType
extends Object

Java class for roleType complex type.

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

 <complexType name="roleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="project_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="user_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="role" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String projectId
           
protected  String role
           
protected  String userName
           
 
Constructor Summary
RoleType()
           
 
Method Summary
 String getProjectId()
          Gets the value of the projectId property.
 String getRole()
          Gets the value of the role property.
 String getUserName()
          Gets the value of the userName property.
 void setProjectId(String value)
          Sets the value of the projectId property.
 void setRole(String value)
          Sets the value of the role property.
 void setUserName(String value)
          Sets the value of the userName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

projectId

protected String projectId

userName

protected String userName

role

protected String role
Constructor Detail

RoleType

public RoleType()
Method Detail

getProjectId

public String getProjectId()
Gets the value of the projectId property.

Returns:
possible object is String

setProjectId

public void setProjectId(String value)
Sets the value of the projectId property.

Parameters:
value - allowed object is String

getUserName

public String getUserName()
Gets the value of the userName property.

Returns:
possible object is String

setUserName

public void setUserName(String value)
Sets the value of the userName property.

Parameters:
value - allowed object is String

getRole

public String getRole()
Gets the value of the role property.

Returns:
possible object is String

setRole

public void setRole(String value)
Sets the value of the role property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.