public static class Space.CommunicationChannels extends Object implements Serializable, ICommunicationChannels
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded"> <element name="channel-descriptor" type="{http://universaal.org/space-channel/v1.0.0}channelDescriptor"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<ChannelDescriptor> |
channelDescriptor |
Constructor and Description |
---|
CommunicationChannels() |
Modifier and Type | Method and Description |
---|---|
List<IChannelDescriptor> |
getChannelDescriptor()
Gets the value of the channelDescriptor property.
|
boolean |
isSetChannelDescriptor() |
void |
unsetChannelDescriptor() |
protected List<ChannelDescriptor> channelDescriptor
public List<IChannelDescriptor> getChannelDescriptor()
ICommunicationChannels
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list will
be present inside the JAXB object. This is why there is not a
set
method for the channelDescriptor property.
For example, to add a new item, do as follows:
getChannelDescriptor().add(newItem);
Objects of the following type(s) are allowed in the list
ChannelDescriptor
getChannelDescriptor
in interface ICommunicationChannels
public boolean isSetChannelDescriptor()
isSetChannelDescriptor
in interface ICommunicationChannels
public void unsetChannelDescriptor()
unsetChannelDescriptor
in interface ICommunicationChannels
Copyright © 2018 universAAL Consortium. All rights reserved.