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

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.SysImgSiteType
All Implemented Interfaces:
com.android.repository.api.RepositorySource, RemoteSiteType.SysImgSiteType

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

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 system image site

Java class for sysImgSiteType complex type.

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

 <complexType name="sysImgSiteType">
   <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
SysImgSiteType()
           
 
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

SysImgSiteType

public SysImgSiteType()
Method Detail

createFactory

public ObjectFactory createFactory()