public class GroupPermissionDataObj extends Object
Java class for groupPermissionDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="groupPermissionDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="groupId" type="{http://ws.coverity.com/v5}groupIdDataObj"/>
<element name="groupRole" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GroupIdDataObj |
groupId |
protected String |
groupRole |
| Constructor and Description |
|---|
GroupPermissionDataObj() |
| Modifier and Type | Method and Description |
|---|---|
GroupIdDataObj |
getGroupId()
Gets the value of the groupId property.
|
String |
getGroupRole()
Gets the value of the groupRole property.
|
void |
setGroupId(GroupIdDataObj value)
Sets the value of the groupId property.
|
void |
setGroupRole(String value)
Sets the value of the groupRole property.
|
protected GroupIdDataObj groupId
protected String groupRole
public GroupIdDataObj getGroupId()
GroupIdDataObjpublic void setGroupId(GroupIdDataObj value)
value - allowed object is
GroupIdDataObjpublic String getGroupRole()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.