public class ConfigItem extends Object
Java class for ConfigItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigItem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dependencies" type="{http://universaal.cas.de}Dependency" minOccurs="0"/> <element name="validators" type="{http://universaal.cas.de}Validators" minOccurs="0"/> <element name="onConfigurationModelChangedListener" type="{http://universaal.cas.de}OnConfigurationModelChangedListener" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="active" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="cardinality" default="0..1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[0-9]+..[0-9*]+"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
active |
protected String |
cardinality |
protected Dependency |
dependencies |
protected String |
description |
protected String |
id |
protected String |
label |
protected OnConfigurationModelChangedListener |
onConfigurationModelChangedListener |
protected Validators |
validators |
Constructor and Description |
---|
ConfigItem() |
Modifier and Type | Method and Description |
---|---|
String |
getCardinality()
Gets the value of the cardinality property.
|
Dependency |
getDependencies()
Gets the value of the dependencies property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLabel()
Gets the value of the label property.
|
OnConfigurationModelChangedListener |
getOnConfigurationModelChangedListener()
Gets the value of the onConfigurationModelChangedListener property.
|
Validators |
getValidators()
Gets the value of the validators property.
|
boolean |
isActive()
Gets the value of the active property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setCardinality(String value)
Sets the value of the cardinality property.
|
void |
setDependencies(Dependency value)
Sets the value of the dependencies property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setOnConfigurationModelChangedListener(OnConfigurationModelChangedListener value)
Sets the value of the onConfigurationModelChangedListener property.
|
void |
setValidators(Validators value)
Sets the value of the validators property.
|
protected String label
protected String description
protected Dependency dependencies
protected Validators validators
protected OnConfigurationModelChangedListener onConfigurationModelChangedListener
protected String id
protected Boolean active
protected String cardinality
public String getLabel()
String
public void setLabel(String value)
value
- allowed object is String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is String
public Dependency getDependencies()
Dependency
public void setDependencies(Dependency value)
value
- allowed object is Dependency
public Validators getValidators()
Validators
public void setValidators(Validators value)
value
- allowed object is Validators
public OnConfigurationModelChangedListener getOnConfigurationModelChangedListener()
OnConfigurationModelChangedListener
public void setOnConfigurationModelChangedListener(OnConfigurationModelChangedListener value)
value
- allowed object is OnConfigurationModelChangedListener
public void setId(String value)
value
- allowed object is String
public boolean isActive()
Boolean
public void setActive(Boolean value)
value
- allowed object is Boolean
public String getCardinality()
String
Copyright © 2018 universAAL Consortium. All rights reserved.