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