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

    • uri

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