public class SiteListType extends RemoteListSourceProviderImpl.SiteList
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<SiteType> |
site |
| Constructor and Description |
|---|
SiteListType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAddonSite, getAddonSiteOrSysImgSiteprotected java.util.List<SiteType> site
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()