com.android.sdklib.repositoryv2.generated.addon.v1
Class MavenType
java.lang.Object
com.android.repository.impl.meta.TypeDetails
com.android.repository.impl.generated.v1.TypeDetails
com.android.sdklib.repositoryv2.generated.addon.v1.MavenType
- All Implemented Interfaces:
- DetailsTypes.MavenType
public class MavenType
- extends com.android.repository.impl.generated.v1.TypeDetails
- implements DetailsTypes.MavenType
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.
Java class for mavenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mavenType">
<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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vendor
protected IdDisplayType vendor
MavenType
public MavenType()
getVendor
public IdDisplayType getVendor()
- Gets the value of the vendor property.
- 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)
createFactory
public ObjectFactory createFactory()
- Specified by:
createFactory
in class com.android.repository.impl.meta.TypeDetails