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

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

public class PubsubItems
extends XMLData

PubsubItems contains <items> tag from pubsub.

See Also:
Serialized Form

Constructor Summary
PubsubItems(PubsubItemsBuilder builder)
          Creates a new PubsubItems instance, based on the builder state.
 
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 getMaxItems()
           
 java.lang.String getNode()
           
 java.util.Enumeration items()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PubsubItems

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

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

getNode

public java.lang.String getNode()

getMaxItems

public java.lang.String getMaxItems()

items

public java.util.Enumeration items()

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