com.android.repository.impl.generated.v1
Class ChannelType

java.lang.Object
  extended by com.android.repository.api.Channel
      extended by com.android.repository.impl.generated.v1.ChannelType
All Implemented Interfaces:
java.lang.Comparable<Channel>

public class ChannelType
extends Channel

DO NOT EDIT This file was generated by xjc from repo-common-01.xsd. Any changes will be lost upon recompilation of the schema. See the schema file for instructions on running xjc. A channel definition. Packages may contain a reference to a channel. Channels are ordered by id, with the lowest id being most stable. Only packages from channels at least as stable as that specified in the user's preferences will be loaded.

Java class for channelType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="channelType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="id">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}ID">
             <pattern value="channel-[0-9]"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String id
           
protected  java.lang.String value
           
 
Fields inherited from class com.android.repository.api.Channel
DEFAULT
 
Constructor Summary
ChannelType()
           
 
Method Summary
 ObjectFactory createFactory()
           
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class com.android.repository.api.Channel
compareTo, create, equals, getDisplayName, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.String value

id

protected java.lang.String id
Constructor Detail

ChannelType

public ChannelType()
Method Detail

getValue

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

Specified by:
getValue in class Channel
Returns:
possible object is String

setValue

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

Specified by:
setValue in class Channel
Parameters:
value - allowed object is String

getId

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

Specified by:
getId in class Channel
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 Channel
Parameters:
value - allowed object is String

createFactory

public ObjectFactory createFactory()