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