public abstract class LdapServiceType extends ServiceType
Java class for ldapServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ldapServiceType">
<complexContent>
<extension base="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}serviceType">
<sequence>
<element name="baseDn" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pivotAttributes" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}valuesType" minOccurs="0"/>
<element name="fetchedAttributes" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}valuesType" minOccurs="0"/>
<choice>
<element name="getAllFilter" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="allFilter" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<choice>
<element name="getOneFilter" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="oneFilter" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
ServiceType.Connection| Constructor and Description |
|---|
LdapServiceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllFilter()
Gets the value of the allFilter property.
|
String |
getBaseDn()
Gets the value of the baseDn property.
|
ValuesType |
getFetchedAttributes()
Gets the value of the fetchedAttributes property.
|
String |
getGetAllFilter()
Gets the value of the getAllFilter property.
|
String |
getGetOneFilter()
Gets the value of the getOneFilter property.
|
String |
getOneFilter()
Gets the value of the oneFilter property.
|
ValuesType |
getPivotAttributes()
Gets the value of the pivotAttributes property.
|
void |
setAllFilter(String value)
Sets the value of the allFilter property.
|
void |
setBaseDn(String value)
Sets the value of the baseDn property.
|
void |
setFetchedAttributes(ValuesType value)
Sets the value of the fetchedAttributes property.
|
void |
setGetAllFilter(String value)
Sets the value of the getAllFilter property.
|
void |
setGetOneFilter(String value)
Sets the value of the getOneFilter property.
|
void |
setOneFilter(String value)
Sets the value of the oneFilter property.
|
void |
setPivotAttributes(ValuesType value)
Sets the value of the pivotAttributes property.
|
getConnection, getId, getName, setConnection, setId, setNamepublic String getBaseDn()
Stringpublic void setBaseDn(String value)
value - allowed object is
Stringpublic ValuesType getPivotAttributes()
ValuesTypepublic void setPivotAttributes(ValuesType value)
value - allowed object is
ValuesTypepublic ValuesType getFetchedAttributes()
ValuesTypepublic void setFetchedAttributes(ValuesType value)
value - allowed object is
ValuesTypepublic String getGetAllFilter()
Stringpublic void setGetAllFilter(String value)
value - allowed object is
Stringpublic String getAllFilter()
Stringpublic void setAllFilter(String value)
value - allowed object is
Stringpublic String getGetOneFilter()
Stringpublic void setGetOneFilter(String value)
value - allowed object is
Stringpublic String getOneFilter()
StringCopyright © 2005-2025 LSC project. All Rights Reserved.