org.teleal.cling.support.messagebox.model
Class Message

java.lang.Object
  extended by org.teleal.cling.support.messagebox.model.Message
All Implemented Interfaces:
ElementAppender
Direct Known Subclasses:
MessageIncomingCall, MessageScheduleReminder, MessageSMS

public abstract class Message
extends Object
implements ElementAppender

https://sourceforge.net/apps/mediawiki/samygo/index.php?title=MessageBoxService_request_format

Author:
Christian Bauer

Nested Class Summary
static class Message.Category
           
static class Message.DisplayType
           
 
Constructor Summary
Message(Message.Category category, Message.DisplayType displayType)
           
 
Method Summary
 Message.Category getCategory()
           
 Message.DisplayType getDisplayType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.teleal.cling.support.messagebox.model.ElementAppender
appendMessageElements
 

Constructor Detail

Message

public Message(Message.Category category,
               Message.DisplayType displayType)
Method Detail

getCategory

public Message.Category getCategory()

getDisplayType

public Message.DisplayType getDisplayType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.