com.android.sdklib.repositoryv2.sources.generated.v3
Class AddonSiteType

java.lang.Object
  extended by com.android.repository.api.RemoteSource
      extended by com.android.repository.impl.sources.generated.v1.SiteType
          extended by com.android.sdklib.repositoryv2.sources.generated.v3.AddonSiteType
All Implemented Interfaces:
com.android.repository.api.RepositorySource, RemoteSiteType.AddonSiteType

public class AddonSiteType
extends com.android.repository.impl.sources.generated.v1.SiteType
implements RemoteSiteType.AddonSiteType

DO NOT EDIT This file was generated by xjc from sdk-sites-list-3.xsd. Any changes will be lost upon recompilation of the schema. See the schema file for instructions on running xjc. Trivial siteType extension specifying that this is a addon site

Java class for addonSiteType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="addonSiteType">
   <complexContent>
     <extension base="{http://schemas.android.com/repository/android/sites-common/1}siteType">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class com.android.repository.impl.sources.generated.v1.SiteType
displayName, url
 
Constructor Summary
AddonSiteType()
           
 
Method Summary
 ObjectFactory createFactory()
           
 
Methods inherited from class com.android.repository.impl.sources.generated.v1.SiteType
getDisplayName, getUrl, setDisplayName, setUrl
 
Methods inherited from class com.android.repository.api.RemoteSource
getFetchError, getName, getPermittedModules, getProvider, isEnabled, setEnabled, setFetchError, setPermittedSchemaModules, setProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.android.repository.api.RepositorySource
getDisplayName, getFetchError, getPermittedModules, getProvider, getUrl, isEnabled, setEnabled, setFetchError
 

Constructor Detail

AddonSiteType

public AddonSiteType()
Method Detail

createFactory

public ObjectFactory createFactory()