public class ExecutableLdifSourceServiceSettings
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.1.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="variables" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}keysValuesMap" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
ExecutableLdifSourceServiceSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getGetScript()
Obtient la valeur de la propriété getScript.
|
InterpretorType |
getInterpretor()
Obtient la valeur de la propriété interpretor.
|
String |
getInterpretorBinary()
Obtient la valeur de la propriété interpretorBinary.
|
String |
getListScript()
Obtient la valeur de la propriété listScript.
|
org.lsc.configuration.KeysValuesMap |
getVariables()
Obtient la valeur de la propriété variables.
|
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 |
setVariables(org.lsc.configuration.KeysValuesMap value)
Définit la valeur de la propriété variables.
|
public InterpretorType getInterpretor()
InterpretorType
public void setInterpretor(InterpretorType value)
value
- allowed object is
InterpretorType
public String getInterpretorBinary()
String
public void setInterpretorBinary(String value)
value
- allowed object is
String
public String getListScript()
String
public void setListScript(String value)
value
- allowed object is
String
public String getGetScript()
String
public void setGetScript(String value)
value
- allowed object is
String
public org.lsc.configuration.KeysValuesMap getVariables()
KeysValuesMap
public void setVariables(org.lsc.configuration.KeysValuesMap value)
value
- allowed object is
KeysValuesMap
Copyright © 2010-2022. All Rights Reserved.