public class GetLdapServerGroupsResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GetLdapServerGroupsResult" type="{http://Checkmarx.com}CxWSResponseLDAPServerGroups" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseLDAPServerGroups |
getLdapServerGroupsResult |
| Constructor and Description |
|---|
GetLdapServerGroupsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseLDAPServerGroups |
getGetLdapServerGroupsResult()
Gets the value of the getLdapServerGroupsResult property.
|
void |
setGetLdapServerGroupsResult(CxWSResponseLDAPServerGroups value)
Sets the value of the getLdapServerGroupsResult property.
|
protected CxWSResponseLDAPServerGroups getLdapServerGroupsResult
public CxWSResponseLDAPServerGroups getGetLdapServerGroupsResult()
CxWSResponseLDAPServerGroupspublic void setGetLdapServerGroupsResult(CxWSResponseLDAPServerGroups value)
value - allowed object is
CxWSResponseLDAPServerGroupsCopyright © 2020. All rights reserved.