edu.ou.kmi.buddyspace.plugins.conference.xml
Class IQConf

java.lang.Object
  |
  +--XMLData
        |
        +--edu.ou.kmi.buddyspace.plugins.conference.xml.IQConf

public class IQConf
extends XMLData

An IQConf object represents the jabber:iq:conf namespace.

See Also:
Serialized Form

Constructor Summary
IQConf(IQConfBuilder builder)
          Creates a new IQConf instance.
 
Method Summary
 void appendItem(java.lang.StringBuffer retval)
          appendItem appends the XML representation of the current packet data to the specified StringBuffer.
 java.lang.String getID()
          getID returns the value of the id attribute
 java.util.Vector getNicks()
          getNicks returns the value of the nicks attribute
 java.lang.String getPassword()
          getPassword returns the value of the password attribute
 boolean getPrivacy()
          getPrivacy returns the value of the privacy attribute
 java.lang.String getRoomName()
          getRoomName returns the value of the room name attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IQConf

public IQConf(IQConfBuilder builder)
       throws java.lang.InstantiationException
Creates a new IQConf instance.

Method Detail

getPassword

public java.lang.String getPassword()
getPassword returns the value of the password attribute


getPrivacy

public boolean getPrivacy()
getPrivacy returns the value of the privacy attribute


getRoomName

public java.lang.String getRoomName()
getRoomName returns the value of the room name attribute


getNicks

public java.util.Vector getNicks()
getNicks returns the value of the nicks attribute


getID

public java.lang.String getID()
getID returns the value of the id attribute


appendItem

public void appendItem(java.lang.StringBuffer retval)
appendItem appends the XML representation of the current packet data to the specified StringBuffer.

Parameters:
retval - The StringBuffer to append to