|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.sdklib.repositoryv2.IdDisplay
com.android.sdklib.repositoryv2.generated.common.v1.IdDisplayType
public class IdDisplayType
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. A string with both user-friendly and easily-parsed versions.
Java class for idDisplayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="idDisplayType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="id" type="{http://schemas.android.com/sdk/android/repo/common/01}idType"/> <element name="display" type="{http://www.w3.org/2001/XMLSchema}string"/> </all> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
display
|
protected java.lang.String |
id
|
Constructor Summary | |
---|---|
IdDisplayType()
|
Method Summary | |
---|---|
ObjectFactory |
createFactory()
|
java.lang.String |
getDisplay()
Gets the value of the display property. |
java.lang.String |
getId()
Gets the value of the id property. |
boolean |
isValidId(java.lang.String value)
|
void |
setDisplay(java.lang.String value)
Sets the value of the display property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
Methods inherited from class com.android.sdklib.repositoryv2.IdDisplay |
---|
compareTo, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String id
protected java.lang.String display
Constructor Detail |
---|
public IdDisplayType()
Method Detail |
---|
public java.lang.String getId()
getId
in class IdDisplay
String
public void setId(java.lang.String value)
setId
in class IdDisplay
value
- allowed object is
String
public java.lang.String getDisplay()
getDisplay
in class IdDisplay
String
public void setDisplay(java.lang.String value)
setDisplay
in class IdDisplay
value
- allowed object is
String
public boolean isValidId(java.lang.String value)
public ObjectFactory createFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |