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