public class TestLdapServerConnection 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="serverConfiguration" type="{http://Checkmarx.com}CxWSLdapServerConfiguration" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSLdapServerConfiguration |
serverConfiguration |
protected String |
sessionId |
| Constructor and Description |
|---|
TestLdapServerConnection() |
| Modifier and Type | Method and Description |
|---|---|
CxWSLdapServerConfiguration |
getServerConfiguration()
Gets the value of the serverConfiguration property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setServerConfiguration(CxWSLdapServerConfiguration value)
Sets the value of the serverConfiguration property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected CxWSLdapServerConfiguration serverConfiguration
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic CxWSLdapServerConfiguration getServerConfiguration()
CxWSLdapServerConfigurationpublic void setServerConfiguration(CxWSLdapServerConfiguration value)
value - allowed object is
CxWSLdapServerConfigurationCopyright © 2020. All rights reserved.