com.android.repository.impl.sources.generated.v1
Class SiteListType

java.lang.Object
  extended by com.android.repository.impl.sources.RemoteListSourceProviderImpl.SiteList
      extended by com.android.repository.impl.sources.generated.v1.SiteListType

public class SiteListType
extends RemoteListSourceProviderImpl.SiteList

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

site

protected java.util.List<SiteType> site
Constructor Detail

SiteListType

public SiteListType()
Method Detail

getSiteInternal

public java.util.List<SiteType> getSiteInternal()
Gets the value of the site 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 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


getSite

public java.util.List<RemoteSource> getSite()
Description copied from class: RemoteListSourceProviderImpl.SiteList
Gets the parsed list of RemoteSources.

Overrides:
getSite in class RemoteListSourceProviderImpl.SiteList

createFactory

public ObjectFactory createFactory()