
public class ChannelDescriptor extends Object implements Serializable, IChannelDescriptor
Java class for channelDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="channelDescriptor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="channelName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="channelURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="channelValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
channelName |
protected String |
channelURL |
protected String |
channelValue |
| Constructor and Description |
|---|
ChannelDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannelName()
Gets the value of the channelName property.
|
String |
getChannelURL()
Gets the value of the channelURL property.
|
String |
getChannelValue()
Gets the value of the channelValue property.
|
boolean |
isSetChannelName() |
boolean |
isSetChannelURL() |
boolean |
isSetChannelValue() |
void |
setChannelName(String value)
Sets the value of the channelName property.
|
void |
setChannelURL(String value)
Sets the value of the channelURL property.
|
void |
setChannelValue(String value)
Sets the value of the channelValue property.
|
protected String channelName
protected String channelURL
protected String channelValue
public String getChannelName()
IChannelDescriptorgetChannelName in interface IChannelDescriptorStringpublic void setChannelName(String value)
IChannelDescriptorsetChannelName in interface IChannelDescriptorvalue - allowed object is Stringpublic boolean isSetChannelName()
isSetChannelName in interface IChannelDescriptorpublic String getChannelURL()
IChannelDescriptorgetChannelURL in interface IChannelDescriptorStringpublic void setChannelURL(String value)
IChannelDescriptorsetChannelURL in interface IChannelDescriptorvalue - allowed object is Stringpublic boolean isSetChannelURL()
isSetChannelURL in interface IChannelDescriptorpublic String getChannelValue()
IChannelDescriptorgetChannelValue in interface IChannelDescriptorStringpublic void setChannelValue(String value)
IChannelDescriptorsetChannelValue in interface IChannelDescriptorvalue - allowed object is Stringpublic boolean isSetChannelValue()
isSetChannelValue in interface IChannelDescriptorCopyright © 2018 universAAL Consortium. All rights reserved.