public class ExtraDetailsType extends com.android.repository.impl.generated.v1.TypeDetails implements DetailsTypes.ExtraDetailsType
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>
| Modifier and Type | Field and Description |
|---|---|
protected IdDisplayType |
vendor |
| Constructor and Description |
|---|
ExtraDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected IdDisplayType vendor
public IdDisplayType getVendor()
getVendor in interface DetailsTypes.ExtraDetailsTypeIdDisplayTypepublic void setVendorInternal(IdDisplayType value)
value - allowed object is
IdDisplayTypepublic void setVendor(IdDisplay value)
DetailsTypes.ExtraDetailsTypesetVendor in interface DetailsTypes.ExtraDetailsTypepublic ObjectFactory createFactory()