com.android.sdklib.repositoryv2.generated.addon.v1
Class MavenType

java.lang.Object
  extended by com.android.repository.impl.meta.TypeDetails
      extended by com.android.repository.impl.generated.v1.TypeDetails
          extended by 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>
 


Field Summary
protected  IdDisplayType vendor
           
 
Constructor Summary
MavenType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vendor

protected IdDisplayType vendor
Constructor Detail

MavenType

public MavenType()
Method Detail

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