Package org.openhab.core.config.core.dto
Class XmlConfigDescriptionRef
java.lang.Object
org.openhab.core.config.core.dto.XmlConfigDescriptionRef
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2024-10-07T04:03:05Z")
public class XmlConfigDescriptionRef
extends Object
implements Serializable
Java class for configDescriptionRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="configDescriptionRef"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="uri" use="required" type="{https://openhab.org/schemas/config-description/v1.0.0}uriRestrictionPattern" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
uri
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-07T04:03:05Z") protected String uri
-
-
Constructor Details
-
XmlConfigDescriptionRef
public XmlConfigDescriptionRef()
-
-
Method Details
-
getUri
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-07T04:03:05Z") public String getUri()Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-10-07T04:03:05Z") public void setUri(String value) Sets the value of the uri property.- Parameters:
value
- allowed object isString
-