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/1}addonSiteType"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AddonSiteType> |
addonSite |
Constructor and Description |
---|
AddonsListType() |
Modifier and Type | Method and Description |
---|---|
ObjectFactory |
createFactory() |
java.util.List<com.android.repository.api.RemoteSource> |
getAddonSite() |
java.util.List<AddonSiteType> |
getAddonSiteInternal()
Gets the value of the addonSite property.
|
protected java.util.List<AddonSiteType> addonSite
public java.util.List<AddonSiteType> getAddonSiteInternal()
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 addonSite property.
For example, to add a new item, do as follows:
getAddonSite().add(newItem);
Objects of the following type(s) are allowed in the list
AddonSiteType
public java.util.List<com.android.repository.api.RemoteSource> getAddonSite()
getAddonSite
in class com.android.repository.impl.sources.RemoteListSourceProviderImpl.SiteList
public ObjectFactory createFactory()