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

java.lang.Object
  extended by com.android.repository.impl.meta.RemotePackageImpl.ChannelRef
      extended by 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>
 


Field Summary
protected  ChannelType ref
           
 
Constructor Summary
ChannelRefType()
           
 
Method Summary
 ObjectFactory createFactory()
           
 ChannelType getRef()
          Gets the value of the ref property.
 void setRef(Channel value)
           
 void setRefInternal(ChannelType value)
          Sets the value of the ref property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ref

protected ChannelType ref
Constructor Detail

ChannelRefType

public ChannelRefType()
Method Detail

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()