Package | org.igniterealtime.xiff.conference |
Interface | public interface IRoomOccupant extends IContact |
Implementors | RoomOccupant |
Property | Defined by | ||
---|---|---|---|
affiliation : String | IRoomOccupant | ||
![]() | displayName : String | IContact | |
![]() | jid : UnescapedJID | IContact | |
![]() | online : Boolean | IContact | |
role : String | IRoomOccupant | ||
room : IRoom | IRoomOccupant | ||
rosterItem : IRosterItemVO
[read-only]
| IRoomOccupant | ||
![]() | show : String | IContact |
affiliation | property |
affiliation:String
[read-write]Implementation
public function get affiliation():String
public function set affiliation(value:String):void
role | property |
role:String
[read-write]Implementation
public function get role():String
public function set role(value:String):void
room | property |
room:IRoom
[read-write]Implementation
public function get room():IRoom
public function set room(value:IRoom):void
rosterItem | property |