public class XmppMultiUserChat extends Object
Java class for xmppMultiUserChat complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="xmppMultiUserChat">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="server" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="room" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | room | 
| protected String | server | 
| Constructor and Description | 
|---|
| XmppMultiUserChat() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getRoom()Gets the value of the room property. | 
| String | getServer()Gets the value of the server property. | 
| void | setRoom(String value)Sets the value of the room property. | 
| void | setServer(String value)Sets the value of the server property. | 
public String getServer()
Stringpublic void setServer(String value)
value - allowed object is
     Stringpublic String getRoom()
String