edu.ou.kmi.buddyspace.plugins.pubsub.xml
Class XPubsubOwner

java.lang.Object
  |
  +--XMLData
        |
        +--edu.ou.kmi.buddyspace.plugins.pubsub.xml.XPubsubOwner

public class XPubsubOwner
extends XMLData

XPubsubOwner contains <query xmlns='http://jabber.org/protocol/pubsub#owner'> tag.

See Also:
Serialized Form

Constructor Summary
XPubsubOwner(XPubsubOwnerBuilder builder)
          Creates a new XPubsubOwner instance, based on the builder state.
 
Method Summary
 void appendItem(java.lang.StringBuffer retval)
          appendItem converts this packet to XML.
 XMLData child()
          returns the child contained within this object.
 java.lang.String getAction()
          returns the action attribute of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPubsubOwner

public XPubsubOwner(XPubsubOwnerBuilder builder)
             throws java.lang.InstantiationException
Creates a new XPubsubOwner instance, based on the builder state.

Parameters:
builder - an XPubsubOwnerBuilder value
Throws:
java.lang.InstantiationException - if malformed or insufficient data is in the builder.
Method Detail

child

public XMLData child()
returns the child contained within this object.

Returns:
an XMLData value

getAction

public java.lang.String getAction()
returns the action attribute of this object.

Returns:
a String value

appendItem

public void appendItem(java.lang.StringBuffer retval)
appendItem converts this packet to XML. It then appends it to a StringBuffer.

Parameters:
retval - The StringBuffer to append to