Class ExecutableLdifDestinationServiceSettings
java.lang.Object
org.lsc.configuration.ServiceType
org.lsc.plugins.connectors.executable.generated.ExecutableLdifDestinationServiceSettings
public class ExecutableLdifDestinationServiceSettings
extends org.lsc.configuration.ServiceType
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType> <complexContent> <extension base="{http://lsc-project.org/XSD/lsc-core-2.2.xsd}serviceType"> <sequence> <element name="interpretor" type="{http://lsc-project.org/XSD/lsc-executable-plugin-1.0.xsd}interpretorType" minOccurs="0"/> <element name="interpretorBinary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="listScript" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="getScript" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="addScript" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="updateScript" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="removeScript" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="renameScript" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="variables" type="{http://lsc-project.org/XSD/lsc-core-2.2.xsd}keysValuesMap" minOccurs="0"/> <element name="fetchedAttributes" type="{http://lsc-project.org/XSD/lsc-core-2.2.xsd}valuesType"/> </sequence> </extension> </complexContent> </complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.lsc.configuration.ServiceType
org.lsc.configuration.ServiceType.Connection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtient la valeur de la propriété addScript.org.lsc.configuration.ValuesType
Obtient la valeur de la propriété fetchedAttributes.Obtient la valeur de la propriété getScript.Obtient la valeur de la propriété interpretor.Obtient la valeur de la propriété interpretorBinary.Obtient la valeur de la propriété listScript.Obtient la valeur de la propriété removeScript.Obtient la valeur de la propriété renameScript.Obtient la valeur de la propriété updateScript.org.lsc.configuration.KeysValuesMap
Obtient la valeur de la propriété variables.void
setAddScript
(String value) Définit la valeur de la propriété addScript.void
setFetchedAttributes
(org.lsc.configuration.ValuesType value) Définit la valeur de la propriété fetchedAttributes.void
setGetScript
(String value) Définit la valeur de la propriété getScript.void
setInterpretor
(InterpretorType value) Définit la valeur de la propriété interpretor.void
setInterpretorBinary
(String value) Définit la valeur de la propriété interpretorBinary.void
setListScript
(String value) Définit la valeur de la propriété listScript.void
setRemoveScript
(String value) Définit la valeur de la propriété removeScript.void
setRenameScript
(String value) Définit la valeur de la propriété renameScript.void
setUpdateScript
(String value) Définit la valeur de la propriété updateScript.void
setVariables
(org.lsc.configuration.KeysValuesMap value) Définit la valeur de la propriété variables.Methods inherited from class org.lsc.configuration.ServiceType
getConnection, getId, getName, setConnection, setId, setName
-
Constructor Details
-
ExecutableLdifDestinationServiceSettings
public ExecutableLdifDestinationServiceSettings()
-
-
Method Details
-
getInterpretor
Obtient la valeur de la propriété interpretor.- Returns:
- possible object is
InterpretorType
-
setInterpretor
Définit la valeur de la propriété interpretor.- Parameters:
value
- allowed object isInterpretorType
-
getInterpretorBinary
Obtient la valeur de la propriété interpretorBinary.- Returns:
- possible object is
String
-
setInterpretorBinary
Définit la valeur de la propriété interpretorBinary.- Parameters:
value
- allowed object isString
-
getListScript
Obtient la valeur de la propriété listScript.- Returns:
- possible object is
String
-
setListScript
Définit la valeur de la propriété listScript.- Parameters:
value
- allowed object isString
-
getGetScript
Obtient la valeur de la propriété getScript.- Returns:
- possible object is
String
-
setGetScript
Définit la valeur de la propriété getScript.- Parameters:
value
- allowed object isString
-
getAddScript
Obtient la valeur de la propriété addScript.- Returns:
- possible object is
String
-
setAddScript
Définit la valeur de la propriété addScript.- Parameters:
value
- allowed object isString
-
getUpdateScript
Obtient la valeur de la propriété updateScript.- Returns:
- possible object is
String
-
setUpdateScript
Définit la valeur de la propriété updateScript.- Parameters:
value
- allowed object isString
-
getRemoveScript
Obtient la valeur de la propriété removeScript.- Returns:
- possible object is
String
-
setRemoveScript
Définit la valeur de la propriété removeScript.- Parameters:
value
- allowed object isString
-
getRenameScript
Obtient la valeur de la propriété renameScript.- Returns:
- possible object is
String
-
setRenameScript
Définit la valeur de la propriété renameScript.- Parameters:
value
- allowed object isString
-
getVariables
public org.lsc.configuration.KeysValuesMap getVariables()Obtient la valeur de la propriété variables.- Returns:
- possible object is
KeysValuesMap
-
setVariables
public void setVariables(org.lsc.configuration.KeysValuesMap value) Définit la valeur de la propriété variables.- Parameters:
value
- allowed object isKeysValuesMap
-
getFetchedAttributes
public org.lsc.configuration.ValuesType getFetchedAttributes()Obtient la valeur de la propriété fetchedAttributes.- Returns:
- possible object is
ValuesType
-
setFetchedAttributes
public void setFetchedAttributes(org.lsc.configuration.ValuesType value) Définit la valeur de la propriété fetchedAttributes.- Parameters:
value
- allowed object isValuesType
-