public class GetConfiguredLdapServerNames 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="onlySyncEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
onlySyncEnabled |
protected String |
sessionId |
| Constructor and Description |
|---|
GetConfiguredLdapServerNames() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSessionId()
Gets the value of the sessionId property.
|
boolean |
isOnlySyncEnabled()
Gets the value of the onlySyncEnabled property.
|
void |
setOnlySyncEnabled(boolean value)
Sets the value of the onlySyncEnabled property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected boolean onlySyncEnabled
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic boolean isOnlySyncEnabled()
public void setOnlySyncEnabled(boolean value)
Copyright © 2020. All rights reserved.