Package org.openhab.core.config.core.dto
Class XmlParameterGroup
java.lang.Object
org.openhab.core.config.core.dto.XmlParameterGroup
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2024-10-06T04:03:06Z")
public class XmlParameterGroup
extends Object
implements Serializable
Java class for parameterGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="parameterGroup"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="context" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="advanced" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </all> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the context property.Gets the value of the description property.getLabel()
Gets the value of the label property.getName()
Gets the value of the name property.Gets the value of the advanced property.void
setAdvanced
(Boolean value) Sets the value of the advanced property.void
setContext
(String value) Sets the value of the context property.void
setDescription
(String value) Sets the value of the description property.void
Sets the value of the label property.void
Sets the value of the name property.
-
Field Details
-
label
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") protected String label -
description
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") protected String description -
context
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") protected String context -
advanced
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") protected Boolean advanced -
name
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") protected String name
-
-
Constructor Details
-
XmlParameterGroup
public XmlParameterGroup()
-
-
Method Details
-
getLabel
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") public String getLabel()Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") public void setLabel(String value) Sets the value of the label property.- Parameters:
value
- allowed object isString
-
getDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") public String getDescription()Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") public void setDescription(String value) Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getContext
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") public String getContext()Gets the value of the context property.- Returns:
- possible object is
String
-
setContext
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") public void setContext(String value) Sets the value of the context property.- Parameters:
value
- allowed object isString
-
isAdvanced
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") public Boolean isAdvanced()Gets the value of the advanced property.- Returns:
- possible object is
Boolean
-
setAdvanced
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") public void setAdvanced(Boolean value) Sets the value of the advanced property.- Parameters:
value
- allowed object isBoolean
-
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") public String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") public void setName(String value) Sets the value of the name property.- Parameters:
value
- allowed object isString
-