|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.repository.impl.sources.RemoteListSourceProviderImpl.SiteList
com.android.repository.impl.sources.generated.v1.SiteListType
public class SiteListType
DO NOT EDIT This file was generated by xjc from repo-sites-common-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 site.
Java class for siteListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="siteListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="site" type="{http://schemas.android.com/repository/android/sites-common/1}siteType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<SiteType> |
site
|
| Constructor Summary | |
|---|---|
SiteListType()
|
|
| Method Summary | |
|---|---|
ObjectFactory |
createFactory()
|
java.util.List<RemoteSource> |
getSite()
Gets the parsed list of RemoteSources. |
java.util.List<SiteType> |
getSiteInternal()
Gets the value of the site property. |
| Methods inherited from class com.android.repository.impl.sources.RemoteListSourceProviderImpl.SiteList |
|---|
getAddonSite, getAddonSiteOrSysImgSite |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<SiteType> site
| Constructor Detail |
|---|
public SiteListType()
| Method Detail |
|---|
public java.util.List<SiteType> getSiteInternal()
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 site property.
For example, to add a new item, do as follows:
getSite().add(newItem);
Objects of the following type(s) are allowed in the list
SiteType
public java.util.List<RemoteSource> getSite()
RemoteListSourceProviderImpl.SiteListRemoteSources.
getSite in class RemoteListSourceProviderImpl.SiteListpublic ObjectFactory createFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||