public class GetLdapServerGroups 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="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ldapServerId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="searchPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="searchPatternOption" type="{http://Checkmarx.com}CxWSSearchPatternOption"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
ldapServerId |
protected String |
searchPattern |
protected CxWSSearchPatternOption |
searchPatternOption |
protected String |
sessionId |
| Constructor and Description |
|---|
GetLdapServerGroups() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLdapServerId()
Gets the value of the ldapServerId property.
|
String |
getSearchPattern()
Gets the value of the searchPattern property.
|
CxWSSearchPatternOption |
getSearchPatternOption()
Gets the value of the searchPatternOption property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setLdapServerId(int value)
Sets the value of the ldapServerId property.
|
void |
setSearchPattern(String value)
Sets the value of the searchPattern property.
|
void |
setSearchPatternOption(CxWSSearchPatternOption value)
Sets the value of the searchPatternOption property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected int ldapServerId
protected String searchPattern
protected CxWSSearchPatternOption searchPatternOption
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic int getLdapServerId()
public void setLdapServerId(int value)
public String getSearchPattern()
Stringpublic void setSearchPattern(String value)
value - allowed object is
Stringpublic CxWSSearchPatternOption getSearchPatternOption()
CxWSSearchPatternOptionpublic void setSearchPatternOption(CxWSSearchPatternOption value)
value - allowed object is
CxWSSearchPatternOptionCopyright © 2020. All rights reserved.