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

java.lang.Object
  extended by com.android.repository.api.RemoteSource
      extended by com.android.repository.impl.sources.generated.v1.SiteType
All Implemented Interfaces:
RepositorySource
Direct Known Subclasses:
GenericSiteType

public abstract class SiteType
extends RemoteSource

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. An abstract Site, containing a user-friendly name and URL.

Java class for siteType complex type.

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

 <complexType name="siteType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String displayName
           
protected  java.lang.String url
           
 
Constructor Summary
SiteType()
           
 
Method Summary
 java.lang.String getDisplayName()
          Gets the value of the displayName property.
 java.lang.String getUrl()
          Gets the value of the url property.
 void setDisplayName(java.lang.String value)
          Sets the value of the displayName property.
 void setUrl(java.lang.String value)
          Sets the value of the url property.
 
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
 

Field Detail

url

protected java.lang.String url

displayName

protected java.lang.String displayName
Constructor Detail

SiteType

public SiteType()
Method Detail

getUrl

public java.lang.String getUrl()
Gets the value of the url property.

Specified by:
getUrl in interface RepositorySource
Specified by:
getUrl in class RemoteSource
Returns:
possible object is String

setUrl

public void setUrl(java.lang.String value)
Sets the value of the url property.

Overrides:
setUrl in class RemoteSource
Parameters:
value - allowed object is String

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Specified by:
getDisplayName in interface RepositorySource
Overrides:
getDisplayName in class RemoteSource
Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String