Class XmlOption

java.lang.Object
org.openhab.core.config.core.dto.XmlOption
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-04-22T04:01:43Z") public class XmlOption extends Object implements Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 
See Also:
  • Field Details

    • value

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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-04-22T04:01:43Z") protected String valueAttribute
  • Constructor Details

    • XmlOption

      public XmlOption()
  • Method Details

    • getValue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-04-22T04:01:43Z") public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-04-22T04:01:43Z") public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getValueAttribute

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-04-22T04:01:43Z") public String getValueAttribute()
      Gets the value of the valueAttribute property.
      Returns:
      possible object is String
    • setValueAttribute

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-04-22T04:01:43Z") public void setValueAttribute(String value)
      Sets the value of the valueAttribute property.
      Parameters:
      value - allowed object is String