public class LdapSourceServiceType extends LdapServiceType
Java class for ldapSourceServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ldapSourceServiceType">
<complexContent>
<extension base="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}ldapServiceType">
<sequence>
<element name="cleanFilter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="filterAsync" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="interval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
ServiceType.Connection| Constructor and Description |
|---|
LdapSourceServiceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCleanFilter()
Gets the value of the cleanFilter property.
|
String |
getDateFormat()
Gets the value of the dateFormat property.
|
String |
getFilterAsync()
Gets the value of the filterAsync property.
|
Integer |
getInterval()
Gets the value of the interval property.
|
void |
setCleanFilter(String value)
Sets the value of the cleanFilter property.
|
void |
setDateFormat(String value)
Sets the value of the dateFormat property.
|
void |
setFilterAsync(String value)
Sets the value of the filterAsync property.
|
void |
setInterval(Integer value)
Sets the value of the interval property.
|
getAllFilter, getBaseDn, getFetchedAttributes, getGetAllFilter, getGetOneFilter, getOneFilter, getPivotAttributes, setAllFilter, setBaseDn, setFetchedAttributes, setGetAllFilter, setGetOneFilter, setOneFilter, setPivotAttributesgetConnection, getId, getName, setConnection, setId, setNamepublic String getCleanFilter()
Stringpublic void setCleanFilter(String value)
value - allowed object is
Stringpublic String getFilterAsync()
Stringpublic void setFilterAsync(String value)
value - allowed object is
Stringpublic String getDateFormat()
Stringpublic void setDateFormat(String value)
value - allowed object is
Stringpublic Integer getInterval()
IntegerCopyright © 2005-2025 LSC project. All Rights Reserved.