org.universAAL.middleware.interfaces.aalspace.model
Interface ICommunicationChannels

Package class diagram package ICommunicationChannels
All Known Implementing Classes:
Aalspace.CommunicationChannels, AALSpace.CommunicationChannels

public interface ICommunicationChannels

Since:
2.0.1
Version:
$LastChangedRevision$ ($LastChangedDate$)
Author:
Stefano Lenzi

Method Summary
 List<IChannelDescriptor> getChannelDescriptor()
          Gets the value of the channelDescriptor property.
 boolean isSetChannelDescriptor()
           
 void unsetChannelDescriptor()
           
 

Method Detail

getChannelDescriptor

List<IChannelDescriptor> getChannelDescriptor()
Gets the value of the channelDescriptor property.

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


isSetChannelDescriptor

boolean isSetChannelDescriptor()

unsetChannelDescriptor

void unsetChannelDescriptor()


Copyright © 2014 universAAL Consortium. All Rights Reserved.