public class SPARQLConfigItem extends ConfigItem
Java class for SPARQLConfigItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SPARQLConfigItem"> <complexContent> <extension base="{http://universaal.cas.de}ConfigItem"> <sequence> <element name="query" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
query |
active, cardinality, dependencies, description, id, label, onConfigurationModelChangedListener, validators
Constructor and Description |
---|
SPARQLConfigItem() |
Modifier and Type | Method and Description |
---|---|
String |
getQuery()
Gets the value of the query property.
|
void |
setQuery(String value)
Sets the value of the query property.
|
getCardinality, getDependencies, getDescription, getId, getLabel, getOnConfigurationModelChangedListener, getValidators, isActive, setActive, setCardinality, setDependencies, setDescription, setId, setLabel, setOnConfigurationModelChangedListener, setValidators
protected String query
Copyright © 2018 universAAL Consortium. All rights reserved.