com.android.sdklib.repositoryv2.sources.generated.v2
Class AddonsListType
java.lang.Object
com.android.repository.impl.sources.RemoteListSourceProviderImpl.SiteList
com.android.sdklib.repositoryv2.sources.generated.v2.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-2.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-on and system image 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/2}addonSiteType"/>
<element name="sys-img-site" type="{http://schemas.android.com/sdk/android/addons-list/2}sysImgSiteType"/>
</choice>
</restriction>
</complexContent>
</complexType>
Methods inherited from class com.android.repository.impl.sources.RemoteListSourceProviderImpl.SiteList |
getAddonSite, getSite |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addonSiteOrSysImgSite
protected java.util.List<java.lang.Object> addonSiteOrSysImgSite
AddonsListType
public AddonsListType()
getAddonSiteOrSysImgSite
public java.util.List<java.lang.Object> getAddonSiteOrSysImgSite()
- Gets the value of the addonSiteOrSysImgSite 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 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
- Overrides:
getAddonSiteOrSysImgSite
in class com.android.repository.impl.sources.RemoteListSourceProviderImpl.SiteList
createFactory
public ObjectFactory createFactory()