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, setName
public String getBaseDn()
String
public void setBaseDn(String value)
value
- allowed object is
String
public ValuesType getPivotAttributes()
ValuesType
public void setPivotAttributes(ValuesType value)
value
- allowed object is
ValuesType
public ValuesType getFetchedAttributes()
ValuesType
public void setFetchedAttributes(ValuesType value)
value
- allowed object is
ValuesType
public String getGetAllFilter()
String
public void setGetAllFilter(String value)
value
- allowed object is
String
public String getAllFilter()
String
public void setAllFilter(String value)
value
- allowed object is
String
public String getGetOneFilter()
String
public void setGetOneFilter(String value)
value
- allowed object is
String
public String getOneFilter()
String
Copyright © 2005-2024 LSC project. All Rights Reserved.