public class AddonSiteType extends com.android.repository.api.RemoteSource implements RemoteSiteType.AddonSiteType
Java class for addonSiteType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addonSiteType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected java.lang.String |
url |
| Constructor and Description |
|---|
AddonSiteType() |
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
createFactory() |
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getUrl()
Gets the value of the url property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
getDisplayName, getFetchError, getPermittedModules, getProvider, isEnabled, setEnabled, setFetchError, setPermittedSchemaModules, setProviderpublic java.lang.String getUrl()
getUrl in interface com.android.repository.api.RepositorySourcegetUrl in class com.android.repository.api.RemoteSourceStringpublic void setUrl(java.lang.String value)
setUrl in class com.android.repository.api.RemoteSourcevalue - allowed object is
Stringpublic java.lang.String getName()
getName in class com.android.repository.api.RemoteSourceStringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic ObjectFactory createFactory()