Class AddonInfoList
java.lang.Object
https.openhab_org.schemas.addon_info_list.v1_0.AddonInfoList
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2025-11-05T04:02:16Z")
public class AddonInfoList
extends Object
implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="addons" type="{https://openhab.org/schemas/addon-info-list/v1.0.0}addons"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
addons
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2025-11-05T04:02:16Z") protected List<org.openhab.core.addon.internal.dto.XmlAddonInfo> addons
-
-
Constructor Details
-
AddonInfoList
public AddonInfoList()
-
-
Method Details
-
getAddons
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2025-11-05T04:02:16Z") public List<org.openhab.core.addon.internal.dto.XmlAddonInfo> getAddons() -
setAddons
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2025-11-05T04:02:16Z") public void setAddons(List<org.openhab.core.addon.internal.dto.XmlAddonInfo> addons)
-