public class AddonsListType
extends com.android.repository.impl.sources.RemoteListSourceProviderImpl.SiteList
Java class for addonsListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addonsListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="addon-site" type="{http://schemas.android.com/sdk/android/addons-list/2}addonSiteType"/>
<element name="sys-img-site" type="{http://schemas.android.com/sdk/android/addons-list/2}sysImgSiteType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
addonSiteOrSysImgSite |
| Constructor and Description |
|---|
AddonsListType() |
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
createFactory() |
java.util.List<java.lang.Object> |
getAddonSiteOrSysImgSite()
Gets the value of the addonSiteOrSysImgSite property.
|
public java.util.List<java.lang.Object> getAddonSiteOrSysImgSite()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the addonSiteOrSysImgSite property.
For example, to add a new item, do as follows:
getAddonSiteOrSysImgSite().add(newItem);
Objects of the following type(s) are allowed in the list
AddonSiteType
SysImgSiteType
getAddonSiteOrSysImgSite in class com.android.repository.impl.sources.RemoteListSourceProviderImpl.SiteListpublic ObjectFactory createFactory()