com.android.sdklib.repositoryv2.sources.generated.v2
Class AddonsListType

java.lang.Object
  extended by com.android.repository.impl.sources.RemoteListSourceProviderImpl.SiteList
      extended by 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>
 


Field Summary
protected  java.util.List<java.lang.Object> addonSiteOrSysImgSite
           
 
Constructor Summary
AddonsListType()
           
 
Method Summary
 ObjectFactory createFactory()
           
 java.util.List<java.lang.Object> getAddonSiteOrSysImgSite()
          Gets the value of the addonSiteOrSysImgSite property.
 
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
 

Field Detail

addonSiteOrSysImgSite

protected java.util.List<java.lang.Object> addonSiteOrSysImgSite
Constructor Detail

AddonsListType

public AddonsListType()
Method Detail

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()