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, setCodename
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAndroidVersion, getApiLevel, getCodename, setApiLevel, setCodename
protected IdDisplayType tag
protected IdDisplayType vendor
protected java.lang.String abi
public IdDisplayType getTag()
getTag
in interface DetailsTypes.SysImgDetailsType
IdDisplayType
public void setTagInternal(IdDisplayType value)
value
- allowed object is
IdDisplayType
public IdDisplayType getVendor()
getVendor
in interface DetailsTypes.SysImgDetailsType
IdDisplayType
public void setVendorInternal(IdDisplayType value)
value
- allowed object is
IdDisplayType
public java.lang.String getAbi()
getAbi
in interface DetailsTypes.SysImgDetailsType
String
public void setAbi(java.lang.String value)
setAbi
in interface DetailsTypes.SysImgDetailsType
value
- allowed object is
String
public boolean isValidAbi(java.lang.String value)
DetailsTypes.SysImgDetailsType
value
is a valid abi type.isValidAbi
in interface DetailsTypes.SysImgDetailsType
public void setTag(IdDisplay value)
DetailsTypes.SysImgDetailsType
setTag
in interface DetailsTypes.SysImgDetailsType
public void setVendor(IdDisplay value)
DetailsTypes.SysImgDetailsType
setVendor
in interface DetailsTypes.SysImgDetailsType
public ObjectFactory createFactory()