|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pm.RoleType
public class RoleType
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 |
|---|
protected String projectId
protected String userName
protected String role
| Constructor Detail |
|---|
public RoleType()
| Method Detail |
|---|
public String getProjectId()
Stringpublic void setProjectId(String value)
value - allowed object is
Stringpublic String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||