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

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.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>
 


Field Summary
protected  IdDisplayType vendor
           
 
Constructor Summary
ExtraDetailsType()
           
 
Method Summary
 ObjectFactory createFactory()
           
 IdDisplayType getVendor()
          Gets the value of the vendor property.
 void setVendor(IdDisplay value)
          Sets the vendor for this package.
 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

ExtraDetailsType

public ExtraDetailsType()
Method Detail

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