Packageorg.igniterealtime.xiff.data
Interfacepublic interface IMessage extends IXMPPStanza, IXMLStanza, IExtendable, INodeProxy
Implementors Message

Interface for Message



Public Properties
 PropertyDefined By
  body : String
IMessage
 InheritederrorCode : int
IXMPPStanza
 InheritederrorCondition : String
IXMPPStanza
 InheritederrorMessage : String
IXMPPStanza
 InheritederrorType : String
IXMPPStanza
 Inheritedfrom : EscapedJID
IXMPPStanza
  htmlBody : String
IMessage
 Inheritedid : String
IXMPPStanza
  state : String
IMessage
  subject : String
IMessage
  thread : String
IMessage
  time : Date
[read-only]
IMessage
 Inheritedto : EscapedJID
IXMPPStanza
 Inheritedtype : String
IXMPPStanza
 Inheritedxml : XML
INodeProxy
Public Methods
 MethodDefined By
 Inherited
IExtendable
 Inherited
IExtendable
 Inherited
getAllExtensionsByNS(nameSpace:String):Array
IExtendable
 Inherited
getAttribute(name:String):String
IXMLStanza
 Inherited
getField(name:String):String
IXMLStanza
 Inherited
removeAllExtensions(nameSpace:String):void
IExtendable
 Inherited
removeExtension(extension:IExtension):Boolean
IExtendable
 Inherited
setAttribute(name:String, value:String):void
IXMLStanza
 Inherited
setField(name:String, value:String):void
IXMLStanza
 Inherited
toString():String
IXMLStanza
Property Detail
bodyproperty
body:String


Implementation
    public function get body():String
    public function set body(value:String):void
htmlBodyproperty 
htmlBody:String


Implementation
    public function get htmlBody():String
    public function set htmlBody(value:String):void
stateproperty 
state:String


Implementation
    public function get state():String
    public function set state(value:String):void
subjectproperty 
subject:String


Implementation
    public function get subject():String
    public function set subject(value:String):void
threadproperty 
thread:String


Implementation
    public function get thread():String
    public function set thread(value:String):void
timeproperty 
time:Date  [read-only]


Implementation
    public function get time():Date