Package | org.igniterealtime.xiff.data |
Interface | public interface IMessage extends IXMPPStanza, IXMLStanza, INodeProxy, IExtendable, ISerializable |
Implementors | Message |
Property | Defined by | ||
---|---|---|---|
body : String | IMessage | ||
![]() | errorCode : int | IXMPPStanza | |
![]() | errorCondition : String | IXMPPStanza | |
![]() | errorMessage : String | IXMPPStanza | |
![]() | errorType : String | IXMPPStanza | |
![]() | from : EscapedJID | IXMPPStanza | |
htmlBody : String | IMessage | ||
![]() | id : String | IXMPPStanza | |
state : String | IMessage | ||
subject : String | IMessage | ||
thread : String | IMessage | ||
time : Date [read-only]
| IMessage | ||
![]() | to : EscapedJID | IXMPPStanza | |
![]() | type : String | IXMPPStanza |
body | property |
body:String
[read-write]Implementation
public function get body():String
public function set body(value:String):void
htmlBody | property |
htmlBody:String
[read-write]Implementation
public function get htmlBody():String
public function set htmlBody(value:String):void
state | property |
state:String
[read-write]Implementation
public function get state():String
public function set state(value:String):void
subject | property |
subject:String
[read-write]Implementation
public function get subject():String
public function set subject(value:String):void
thread | property |
thread:String
[read-write]Implementation
public function get thread():String
public function set thread(value:String):void
time | property |
time:Date
[read-only]Implementation
public function get time():Date