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