public class ChannelRefType extends RemotePackageImpl.ChannelRef
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>
| Modifier and Type | Field and Description |
|---|---|
protected ChannelType |
ref |
| Constructor and Description |
|---|
ChannelRefType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected ChannelType ref
public ChannelType getRef()
getRef in class RemotePackageImpl.ChannelRefObjectpublic void setRefInternal(ChannelType value)
value - allowed object is
Objectpublic void setRef(Channel value)
setRef in class RemotePackageImpl.ChannelRefpublic ObjectFactory createFactory()