com.android.sdklib.repositoryv2.sources.generated.v1
Class AddonsListType
java.lang.Object
com.android.repository.impl.sources.RemoteListSourceProviderImpl.SiteList
com.android.sdklib.repositoryv2.sources.generated.v1.AddonsListType
public class AddonsListType
- extends com.android.repository.impl.sources.RemoteListSourceProviderImpl.SiteList
DO NOT EDIT
This file was generated by xjc from sdk-sites-list-1.xsd. Any changes will be lost upon recompilation of the schema.
See the schema file for instructions on running xjc.
A simple list of add-ons sites.
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>
Methods inherited from class com.android.repository.impl.sources.RemoteListSourceProviderImpl.SiteList |
getAddonSiteOrSysImgSite, getSite |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addonSite
protected java.util.List<AddonSiteType> addonSite
AddonsListType
public AddonsListType()
getAddonSiteInternal
public java.util.List<AddonSiteType> getAddonSiteInternal()
- Gets the value of the addonSite property.
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
getAddonSite
public java.util.List<com.android.repository.api.RemoteSource> getAddonSite()
- Overrides:
getAddonSite
in class com.android.repository.impl.sources.RemoteListSourceProviderImpl.SiteList
createFactory
public ObjectFactory createFactory()