public class MavenType extends com.android.repository.impl.generated.v1.TypeDetails implements DetailsTypes.MavenType
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>
Modifier and Type | Field and Description |
---|---|
protected IdDisplayType |
vendor |
Constructor and Description |
---|
MavenType() |
Modifier and Type | Method and Description |
---|---|
ObjectFactory |
createFactory() |
IdDisplayType |
getVendor()
Gets the value of the vendor property.
|
void |
setVendor(IdDisplay value) |
void |
setVendorInternal(IdDisplayType value)
Sets the value of the vendor property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRepositoryPath
protected IdDisplayType vendor
public IdDisplayType getVendor()
IdDisplayType
public void setVendorInternal(IdDisplayType value)
value
- allowed object is
IdDisplayType
public void setVendor(IdDisplay value)
public ObjectFactory createFactory()