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

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

public class PubsubAffiliations
extends XMLData

PubsubAffiliations contains <affiliations> tag from pubsub.

See Also:
Serialized Form

Constructor Summary
PubsubAffiliations(PubsubAffiliationsBuilder builder)
          Creates a new PubsubAffiliations 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.util.Enumeration entities()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PubsubAffiliations

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

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

entities

public java.util.Enumeration entities()

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