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-04-07T04:01:53Z") 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 Details

    • label

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-04-07T04:01:53Z") protected String label
    • description

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-04-07T04:01:53Z") protected String description
    • context

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-04-07T04:01:53Z") protected String context
    • advanced

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-04-07T04:01:53Z") protected Boolean advanced
    • name

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-04-07T04:01:53Z") 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-04-07T04:01:53Z") 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-04-07T04:01:53Z") public void setLabel(String value)
      Sets the value of the label property.
      Parameters:
      value - allowed object is String
    • getDescription

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-04-07T04:01:53Z") 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-04-07T04:01:53Z") public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getContext

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-04-07T04:01:53Z") 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-04-07T04:01:53Z") public void setContext(String value)
      Sets the value of the context property.
      Parameters:
      value - allowed object is String
    • isAdvanced

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-04-07T04:01:53Z") 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-04-07T04:01:53Z") public void setAdvanced(Boolean value)
      Sets the value of the advanced property.
      Parameters:
      value - allowed object is Boolean
    • getName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-04-07T04:01:53Z") 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-04-07T04:01:53Z") public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String