Package org.openhab.core.config.core.dto
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-10-06T04:03:06Z")
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Gets the value of the value property.Gets the value of the valueAttribute property.void
Sets the value of the value property.void
setValueAttribute
(String value) Sets the value of the valueAttribute property.
-
Field Details
-
Constructor Details
-
XmlOption
public XmlOption()
-
-
Method Details
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") 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-10-06T04:03:06Z") public void setValue(String value) Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getValueAttribute
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-06T04:03:06Z") 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-10-06T04:03:06Z") public void setValueAttribute(String value) Sets the value of the valueAttribute property.- Parameters:
value
- allowed object isString
-