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, setPivotAttributes
getConnection, getId, getName, setConnection, setId, setName
public String getCleanFilter()
String
public void setCleanFilter(String value)
value
- allowed object is
String
public String getFilterAsync()
String
public void setFilterAsync(String value)
value
- allowed object is
String
public String getDateFormat()
String
public void setDateFormat(String value)
value
- allowed object is
String
public Integer getInterval()
Integer
Copyright © 2005-2024 LSC project. All Rights Reserved.