|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.repository.api.RemoteSource
com.android.sdklib.repositoryv2.sources.generated.v2.SysImgSiteType
public class SysImgSiteType
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. An SDK sys-img site.
Java class for sysImgSiteType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sysImgSiteType">
<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>
| Field Summary | |
|---|---|
protected java.lang.String |
name
|
protected java.lang.String |
url
|
| Constructor Summary | |
|---|---|
SysImgSiteType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.android.repository.api.RemoteSource |
|---|
getDisplayName, getFetchError, 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, isEnabled, setEnabled, setFetchError |
| Field Detail |
|---|
protected java.lang.String url
protected java.lang.String name
| Constructor Detail |
|---|
public SysImgSiteType()
| Method Detail |
|---|
public 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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||