com.android.repository.impl.generated.v1
Class ChannelRefType
java.lang.Object
com.android.repository.impl.meta.RemotePackageImpl.ChannelRef
com.android.repository.impl.generated.v1.ChannelRefType
public class ChannelRefType
- extends RemotePackageImpl.ChannelRef
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.
Java class for channelRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="channelRefType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ref
protected ChannelType ref
ChannelRefType
public ChannelRefType()
getRef
public ChannelType getRef()
- Gets the value of the ref property.
- Specified by:
getRef in class RemotePackageImpl.ChannelRef
- Returns:
- possible object is
Object
setRefInternal
public void setRefInternal(ChannelType value)
- Sets the value of the ref property.
- Parameters:
value - allowed object is
Object
setRef
public void setRef(Channel value)
- Specified by:
setRef in class RemotePackageImpl.ChannelRef
createFactory
public ObjectFactory createFactory()