|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.repository.impl.meta.TypeDetails
com.android.repository.impl.generated.v1.TypeDetails
com.android.sdklib.repositoryv2.generated.common.v1.ApiDetailsType
com.android.sdklib.repositoryv2.generated.addon.v1.AddonDetailsType
public class AddonDetailsType
DO NOT EDIT This file was generated by xjc from sdk-addon-01.xsd. Any changes will be lost upon recompilation of the schema. See the schema file for instructions on running xjc. type-details subclass containing api level and vendor information.
Java class for addonDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addonDetailsType"> <complexContent> <extension base="{http://schemas.android.com/sdk/android/repo/common/01}apiDetailsType"> <sequence> <element name="vendor" type="{http://schemas.android.com/sdk/android/repo/common/01}idDisplayType"/> <element name="tag" type="{http://schemas.android.com/sdk/android/repo/common/01}idDisplayType"/> <element name="default-skin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="libraries" type="{http://schemas.android.com/sdk/android/repo/addon2/01}librariesType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.android.sdklib.repositoryv2.meta.DetailsTypes.AddonDetailsType |
---|
DetailsTypes.AddonDetailsType.Libraries |
Field Summary | |
---|---|
protected java.lang.String |
defaultSkin
|
protected LibrariesType |
libraries
|
protected IdDisplayType |
tag
|
protected IdDisplayType |
vendor
|
Fields inherited from class com.android.sdklib.repositoryv2.generated.common.v1.ApiDetailsType |
---|
apiLevel, codename |
Constructor Summary | |
---|---|
AddonDetailsType()
|
Method Summary | |
---|---|
ObjectFactory |
createFactory()
|
java.lang.String |
getDefaultSkin()
Gets the value of the defaultSkin property. |
LibrariesType |
getLibraries()
Gets the value of the libraries property. |
IdDisplayType |
getTag()
Gets the value of the tag property. |
IdDisplayType |
getVendor()
Gets the value of the vendor property. |
void |
setDefaultSkin(java.lang.String value)
Sets the value of the defaultSkin property. |
void |
setLibraries(DetailsTypes.AddonDetailsType.Libraries value)
|
void |
setLibrariesInternal(LibrariesType value)
Sets the value of the libraries property. |
void |
setTag(IdDisplay value)
Sets the tag for this package. |
void |
setTagInternal(IdDisplayType value)
Sets the value of the tag property. |
void |
setVendor(IdDisplay value)
|
void |
setVendorInternal(IdDisplayType value)
Sets the value of the vendor property. |
Methods inherited from class com.android.sdklib.repositoryv2.generated.common.v1.ApiDetailsType |
---|
getApiLevel, getCodename, setApiLevel, setCodename |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.android.sdklib.repositoryv2.meta.DetailsTypes.ApiDetailsType |
---|
getApiLevel, getCodename, setApiLevel, setCodename |
Field Detail |
---|
protected IdDisplayType vendor
protected IdDisplayType tag
protected java.lang.String defaultSkin
protected LibrariesType libraries
Constructor Detail |
---|
public AddonDetailsType()
Method Detail |
---|
public IdDisplayType getVendor()
getVendor
in interface DetailsTypes.AddonDetailsType
IdDisplayType
public void setVendorInternal(IdDisplayType value)
value
- allowed object is
IdDisplayType
public IdDisplayType getTag()
getTag
in interface DetailsTypes.AddonDetailsType
IdDisplayType
public void setTagInternal(IdDisplayType value)
value
- allowed object is
IdDisplayType
public java.lang.String getDefaultSkin()
getDefaultSkin
in interface DetailsTypes.AddonDetailsType
String
public void setDefaultSkin(java.lang.String value)
value
- allowed object is
String
public LibrariesType getLibraries()
getLibraries
in interface DetailsTypes.AddonDetailsType
LibrariesType
public void setLibrariesInternal(LibrariesType value)
value
- allowed object is
LibrariesType
public void setVendor(IdDisplay value)
setVendor
in interface DetailsTypes.AddonDetailsType
public void setTag(IdDisplay value)
DetailsTypes.AddonDetailsType
setTag
in interface DetailsTypes.AddonDetailsType
public void setLibraries(DetailsTypes.AddonDetailsType.Libraries value)
public ObjectFactory createFactory()
createFactory
in class com.android.repository.impl.meta.TypeDetails
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |