public class RoleAssignmentDataObj extends Object
Java class for roleAssignmentDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="roleAssignmentDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="groupId" type="{http://ws.coverity.com/v5}groupIdDataObj" minOccurs="0"/>
<element name="roleAssignmentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="roleId" type="{http://ws.coverity.com/v5}roleIdDataObj" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GroupIdDataObj |
groupId |
protected String |
roleAssignmentType |
protected RoleIdDataObj |
roleId |
protected String |
type |
protected String |
username |
| Constructor and Description |
|---|
RoleAssignmentDataObj() |
| Modifier and Type | Method and Description |
|---|---|
GroupIdDataObj |
getGroupId()
Gets the value of the groupId property.
|
String |
getRoleAssignmentType()
Gets the value of the roleAssignmentType property.
|
RoleIdDataObj |
getRoleId()
Gets the value of the roleId property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUsername()
Gets the value of the username property.
|
void |
setGroupId(GroupIdDataObj value)
Sets the value of the groupId property.
|
void |
setRoleAssignmentType(String value)
Sets the value of the roleAssignmentType property.
|
void |
setRoleId(RoleIdDataObj value)
Sets the value of the roleId property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
protected GroupIdDataObj groupId
protected String roleAssignmentType
protected RoleIdDataObj roleId
protected String type
protected String username
public GroupIdDataObj getGroupId()
GroupIdDataObjpublic void setGroupId(GroupIdDataObj value)
value - allowed object is
GroupIdDataObjpublic String getRoleAssignmentType()
Stringpublic void setRoleAssignmentType(String value)
value - allowed object is
Stringpublic RoleIdDataObj getRoleId()
RoleIdDataObjpublic void setRoleId(RoleIdDataObj value)
value - allowed object is
RoleIdDataObjpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getUsername()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.