com.android.sdklib.repositoryv2.generated.common.v1
Class IdDisplayType

java.lang.Object
  extended by com.android.sdklib.repositoryv2.IdDisplay
      extended by com.android.sdklib.repositoryv2.generated.common.v1.IdDisplayType
All Implemented Interfaces:
java.lang.Comparable<IdDisplay>

public class IdDisplayType
extends IdDisplay

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, create, equals, hashCode, idToDisplay, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

display

protected java.lang.String display
Constructor Detail

IdDisplayType

public IdDisplayType()
Method Detail

getId

public java.lang.String getId()
Gets the value of the id property.

Specified by:
getId in class IdDisplay
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Specified by:
setId in class IdDisplay
Parameters:
value - allowed object is String

getDisplay

public java.lang.String getDisplay()
Gets the value of the display property.

Specified by:
getDisplay in class IdDisplay
Returns:
possible object is String

setDisplay

public void setDisplay(java.lang.String value)
Sets the value of the display property.

Specified by:
setDisplay in class IdDisplay
Parameters:
value - allowed object is String

isValidId

public boolean isValidId(java.lang.String value)

createFactory

public ObjectFactory createFactory()