|
|||||||||
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.common.v1.ApiDetailsType
public abstract class ApiDetailsType
DO NOT EDIT This file was generated by xjc from sdk-common-01.xsd. Any changes will be lost upon recompilation of the schema. See the schema file for instructions on running xjc. Abstract subclass of type-details adding elements to specify the android version a package corresponds to.
Java class for apiDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiDetailsType"> <complexContent> <extension base="{http://schemas.android.com/repository/android/common/01}typeDetails"> <sequence> <element name="api-level" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="codename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.android.repository.impl.meta.TypeDetails |
---|
com.android.repository.impl.meta.TypeDetails.GenericType |
Field Summary | |
---|---|
protected int |
apiLevel
|
protected java.lang.String |
codename
|
Constructor Summary | |
---|---|
ApiDetailsType()
|
Method Summary | |
---|---|
int |
getApiLevel()
Gets the value of the apiLevel property. |
java.lang.String |
getCodename()
Gets the value of the codename property. |
void |
setApiLevel(int value)
Sets the value of the apiLevel property. |
void |
setCodename(java.lang.String value)
Sets the value of the codename property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int apiLevel
protected java.lang.String codename
Constructor Detail |
---|
public ApiDetailsType()
Method Detail |
---|
public int getApiLevel()
getApiLevel
in interface DetailsTypes.ApiDetailsType
public void setApiLevel(int value)
setApiLevel
in interface DetailsTypes.ApiDetailsType
public java.lang.String getCodename()
getCodename
in interface DetailsTypes.ApiDetailsType
String
public void setCodename(java.lang.String value)
setCodename
in interface DetailsTypes.ApiDetailsType
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |