|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.repository.impl.meta.TypeDetails
com.android.repository.impl.generated.v1.TypeDetails
com.android.sdklib.repositoryv2.generated.addon.v1.ExtraDetailsType
public class 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 |
---|
protected IdDisplayType vendor
Constructor Detail |
---|
public ExtraDetailsType()
Method Detail |
---|
public IdDisplayType getVendor()
getVendor
in interface DetailsTypes.ExtraDetailsType
IdDisplayType
public void setVendorInternal(IdDisplayType value)
value
- allowed object is
IdDisplayType
public void setVendor(IdDisplay value)
DetailsTypes.ExtraDetailsType
setVendor
in interface DetailsTypes.ExtraDetailsType
public ObjectFactory createFactory()
createFactory
in class com.android.repository.impl.meta.TypeDetails
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |