public class GetRole extends Object
Java class for getRole complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getRole">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="roleId" type="{http://ws.coverity.com/v5}roleIdDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RoleIdDataObj |
roleId |
| Constructor and Description |
|---|
GetRole() |
| Modifier and Type | Method and Description |
|---|---|
RoleIdDataObj |
getRoleId()
Gets the value of the roleId property.
|
void |
setRoleId(RoleIdDataObj value)
Sets the value of the roleId property.
|
protected RoleIdDataObj roleId
public RoleIdDataObj getRoleId()
RoleIdDataObjpublic void setRoleId(RoleIdDataObj value)
value - allowed object is
RoleIdDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.