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