de.fhhannover.inform.trust.ifmapj.messages
Interface SubscribeElement

All Known Subinterfaces:
SubscribeDelete, SubscribeUpdate

public interface SubscribeElement

This is just a marker interface to indicate an implementation can be used to fill a SubscribeRequest.

Author:
aw

Method Summary
 String getName()
           
 void setName(String name)
           
 

Method Detail

getName

String getName()
Returns:
the name of the subscription

setName

void setName(String name)
Parameters:
name - the name of the subscription.
Throws:
NullPointerException - if name is null.


Copyright © 2012 Trust@FHH. All Rights Reserved.