org.universAAL.middleware.interfaces.aalspace.xml.model
Class Aalspace.CommunicationChannels

Package class diagram package Aalspace.CommunicationChannels
java.lang.Object
  extended by org.universAAL.middleware.interfaces.aalspace.xml.model.Aalspace.CommunicationChannels
All Implemented Interfaces:
Serializable, ICommunicationChannels
Enclosing class:
Aalspace

public static class Aalspace.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/aalspace-channel/v1.0.0}channelDescriptor"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<ChannelDescriptor> channelDescriptor
           
 
Constructor Summary
Aalspace.CommunicationChannels()
           
 
Method Summary
 List<IChannelDescriptor> getChannelDescriptor()
          Gets the value of the channelDescriptor property.
 boolean isSetChannelDescriptor()
           
 void unsetChannelDescriptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channelDescriptor

protected List<ChannelDescriptor> channelDescriptor
Constructor Detail

Aalspace.CommunicationChannels

public Aalspace.CommunicationChannels()
Method Detail

getChannelDescriptor

public List<IChannelDescriptor> getChannelDescriptor()
Description copied from interface: ICommunicationChannels
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

Specified by:
getChannelDescriptor in interface ICommunicationChannels

isSetChannelDescriptor

public boolean isSetChannelDescriptor()
Specified by:
isSetChannelDescriptor in interface ICommunicationChannels

unsetChannelDescriptor

public void unsetChannelDescriptor()
Specified by:
unsetChannelDescriptor in interface ICommunicationChannels


Copyright © 2014 universAAL Consortium. All Rights Reserved.