public class AddonDetailsType extends ApiDetailsType implements DetailsTypes.AddonDetailsType
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>
com.android.repository.impl.meta.TypeDetails.GenericTypeDetailsTypes.AddonDetailsType.Libraries| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
defaultSkin |
protected LibrariesType |
libraries |
protected IdDisplayType |
tag |
protected IdDisplayType |
vendor |
apiLevel, codename| Constructor and Description |
|---|
AddonDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
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)
Gets the
IAndroidTarget.OptionalLibrarys provided by this package. |
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.
|
getApiLevel, getCodename, setApiLevel, setCodenameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAndroidVersion, getApiLevel, getCodename, setApiLevel, setCodenameprotected IdDisplayType vendor
protected IdDisplayType tag
protected java.lang.String defaultSkin
protected LibrariesType libraries
public IdDisplayType getVendor()
getVendor in interface DetailsTypes.AddonDetailsTypeIdDisplayTypepublic void setVendorInternal(IdDisplayType value)
value - allowed object is
IdDisplayTypepublic IdDisplayType getTag()
getTag in interface DetailsTypes.AddonDetailsTypeIdDisplayTypepublic void setTagInternal(IdDisplayType value)
value - allowed object is
IdDisplayTypepublic java.lang.String getDefaultSkin()
getDefaultSkin in interface DetailsTypes.AddonDetailsTypeStringpublic void setDefaultSkin(java.lang.String value)
value - allowed object is
Stringpublic LibrariesType getLibraries()
getLibraries in interface DetailsTypes.AddonDetailsTypeLibrariesTypepublic void setLibrariesInternal(LibrariesType value)
value - allowed object is
LibrariesTypepublic void setVendor(IdDisplay value)
setVendor in interface DetailsTypes.AddonDetailsTypepublic void setTag(IdDisplay value)
DetailsTypes.AddonDetailsTypesetTag in interface DetailsTypes.AddonDetailsTypepublic void setLibraries(DetailsTypes.AddonDetailsType.Libraries value)
DetailsTypes.AddonDetailsTypeIAndroidTarget.OptionalLibrarys provided by this package.setLibraries in interface DetailsTypes.AddonDetailsTypepublic ObjectFactory createFactory()