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()
IChannelDescriptor
getChannelName
in interface IChannelDescriptor
String
public void setChannelName(String value)
IChannelDescriptor
setChannelName
in interface IChannelDescriptor
value
- allowed object is String
public boolean isSetChannelName()
isSetChannelName
in interface IChannelDescriptor
public String getChannelURL()
IChannelDescriptor
getChannelURL
in interface IChannelDescriptor
String
public void setChannelURL(String value)
IChannelDescriptor
setChannelURL
in interface IChannelDescriptor
value
- allowed object is String
public boolean isSetChannelURL()
isSetChannelURL
in interface IChannelDescriptor
public String getChannelValue()
IChannelDescriptor
getChannelValue
in interface IChannelDescriptor
String
public void setChannelValue(String value)
IChannelDescriptor
setChannelValue
in interface IChannelDescriptor
value
- allowed object is String
public boolean isSetChannelValue()
isSetChannelValue
in interface IChannelDescriptor
Copyright © 2018 universAAL Consortium. All rights reserved.