public class CxWSResponseGroupList extends CxWSBasicRepsonse
Java class for CxWSResponseGroupList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseGroupList">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="GroupList" type="{http://Checkmarx.com}ArrayOfGroup" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfGroup |
groupList |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseGroupList() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfGroup |
getGroupList()
Gets the value of the groupList property.
|
void |
setGroupList(ArrayOfGroup value)
Sets the value of the groupList property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected ArrayOfGroup groupList
public ArrayOfGroup getGroupList()
ArrayOfGrouppublic void setGroupList(ArrayOfGroup value)
value - allowed object is
ArrayOfGroupCopyright © 2020. All rights reserved.