public class GetRoleResponse extends Object
Java class for getRoleResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getRoleResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://ws.coverity.com/v9}roleDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RoleDataObj |
_return |
| Constructor and Description |
|---|
GetRoleResponse() |
| Modifier and Type | Method and Description |
|---|---|
RoleDataObj |
getReturn()
Gets the value of the return property.
|
void |
setReturn(RoleDataObj value)
Sets the value of the return property.
|
protected RoleDataObj _return
public RoleDataObj getReturn()
RoleDataObjpublic void setReturn(RoleDataObj value)
value - allowed object is
RoleDataObjCopyright © 2016–2019. All rights reserved.