com.android.sdklib.repositoryv2.generated.addon.v1
Class ExtraDetailsType
java.lang.Object
com.android.repository.impl.meta.TypeDetails
com.android.repository.impl.generated.v1.TypeDetails
com.android.sdklib.repositoryv2.generated.addon.v1.ExtraDetailsType
- All Implemented Interfaces:
- DetailsTypes.ExtraDetailsType
public class ExtraDetailsType
- extends com.android.repository.impl.generated.v1.TypeDetails
- implements DetailsTypes.ExtraDetailsType
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 vendor information.
Java class for extraDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="extraDetailsType">
<complexContent>
<extension base="{http://schemas.android.com/repository/android/common/01}typeDetails">
<all>
<element name="vendor" type="{http://schemas.android.com/sdk/android/repo/common/01}idDisplayType"/>
</all>
</extension>
</complexContent>
</complexType>
Nested classes/interfaces inherited from class com.android.repository.impl.meta.TypeDetails |
com.android.repository.impl.meta.TypeDetails.GenericType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vendor
protected IdDisplayType vendor
ExtraDetailsType
public ExtraDetailsType()
getVendor
public IdDisplayType getVendor()
- Gets the value of the vendor property.
- Specified by:
getVendor
in interface DetailsTypes.ExtraDetailsType
- Returns:
- possible object is
IdDisplayType
setVendorInternal
public void setVendorInternal(IdDisplayType value)
- Sets the value of the vendor property.
- Parameters:
value
- allowed object is
IdDisplayType
setVendor
public void setVendor(IdDisplay value)
- Description copied from interface:
DetailsTypes.ExtraDetailsType
- Sets the vendor for this package.
- Specified by:
setVendor
in interface DetailsTypes.ExtraDetailsType
createFactory
public ObjectFactory createFactory()
- Specified by:
createFactory
in class com.android.repository.impl.meta.TypeDetails