public class SysImgDetailsType extends ApiDetailsType implements DetailsTypes.SysImgDetailsType
Java class for sysImgDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sysImgDetailsType">
<complexContent>
<extension base="{http://schemas.android.com/sdk/android/repo/common/01}apiDetailsType">
<sequence>
<element name="tag" type="{http://schemas.android.com/sdk/android/repo/common/01}idDisplayType"/>
<element name="vendor" type="{http://schemas.android.com/sdk/android/repo/common/01}idDisplayType" minOccurs="0"/>
<element name="abi" type="{http://schemas.android.com/sdk/android/repo/sys-img2/01}abiType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
abi |
protected IdDisplayType |
tag |
protected IdDisplayType |
vendor |
apiLevel, codename| Constructor and Description |
|---|
SysImgDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
createFactory() |
java.lang.String |
getAbi()
Gets the value of the abi property.
|
IdDisplayType |
getTag()
Gets the value of the tag property.
|
IdDisplayType |
getVendor()
Gets the value of the vendor property.
|
boolean |
isValidAbi(java.lang.String value)
Checks whether
value is a valid abi type. |
void |
setAbi(java.lang.String value)
Sets the value of the abi property.
|
void |
setTag(IdDisplay value)
Sets the tag for this package.
|
void |
setTagInternal(IdDisplayType value)
Sets the value of the tag property.
|
void |
setVendor(IdDisplay value)
Sets the vendor of this package.
|
void |
setVendorInternal(IdDisplayType value)
Sets the value of the vendor property.
|
getApiLevel, getCodename, setApiLevel, setCodenameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAndroidVersion, getApiLevel, getCodename, setApiLevel, setCodenameprotected IdDisplayType tag
protected IdDisplayType vendor
protected java.lang.String abi
public IdDisplayType getTag()
getTag in interface DetailsTypes.SysImgDetailsTypeIdDisplayTypepublic void setTagInternal(IdDisplayType value)
value - allowed object is
IdDisplayTypepublic IdDisplayType getVendor()
getVendor in interface DetailsTypes.SysImgDetailsTypeIdDisplayTypepublic void setVendorInternal(IdDisplayType value)
value - allowed object is
IdDisplayTypepublic java.lang.String getAbi()
getAbi in interface DetailsTypes.SysImgDetailsTypeStringpublic void setAbi(java.lang.String value)
setAbi in interface DetailsTypes.SysImgDetailsTypevalue - allowed object is
Stringpublic boolean isValidAbi(java.lang.String value)
DetailsTypes.SysImgDetailsTypevalue is a valid abi type.isValidAbi in interface DetailsTypes.SysImgDetailsTypepublic void setTag(IdDisplay value)
DetailsTypes.SysImgDetailsTypesetTag in interface DetailsTypes.SysImgDetailsTypepublic void setVendor(IdDisplay value)
DetailsTypes.SysImgDetailsTypesetVendor in interface DetailsTypes.SysImgDetailsTypepublic ObjectFactory createFactory()