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

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

public static class Aalspace.PeeringChannel
extends Object
implements Serializable, IPeeringChannel

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>
         <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  ChannelDescriptor channelDescriptor
           
 
Constructor Summary
Aalspace.PeeringChannel()
           
 
Method Summary
 IChannelDescriptor getChannelDescriptor()
          Gets the value of the channelDescriptor property.
 boolean isSetChannelDescriptor()
           
 void setChannelDescriptor(IChannelDescriptor value)
          Sets the value of the channelDescriptor property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channelDescriptor

protected ChannelDescriptor channelDescriptor
Constructor Detail

Aalspace.PeeringChannel

public Aalspace.PeeringChannel()
Method Detail

getChannelDescriptor

public IChannelDescriptor getChannelDescriptor()
Description copied from interface: IPeeringChannel
Gets the value of the channelDescriptor property.

Specified by:
getChannelDescriptor in interface IPeeringChannel
Returns:
possible object is ChannelDescriptor

setChannelDescriptor

public void setChannelDescriptor(IChannelDescriptor value)
Description copied from interface: IPeeringChannel
Sets the value of the channelDescriptor property.

Specified by:
setChannelDescriptor in interface IPeeringChannel
Parameters:
value - allowed object is ChannelDescriptor

isSetChannelDescriptor

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


Copyright © 2014 universAAL Consortium. All Rights Reserved.