|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.repository.api.Channel
com.android.repository.impl.generated.v1.ChannelType
public class ChannelType
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 |
|---|
protected java.lang.String value
protected java.lang.String id
| Constructor Detail |
|---|
public ChannelType()
| Method Detail |
|---|
public java.lang.String getValue()
getValue in class ChannelStringpublic void setValue(java.lang.String value)
setValue in class Channelvalue - allowed object is
Stringpublic java.lang.String getId()
getId in class ChannelStringpublic void setId(java.lang.String value)
setId in class Channelvalue - allowed object is
Stringpublic ObjectFactory createFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||