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