edu.ou.kmi.buddyspace.plugins.disco.xml
Class DiscoItem

java.lang.Object
  |
  +--XMLData
        |
        +--edu.ou.kmi.buddyspace.plugins.disco.xml.DiscoItem

public class DiscoItem
extends XMLData

DiscoItem contains <item> tag from disco#items.

See Also:
Serialized Form

Constructor Summary
DiscoItem(DiscoItemBuilder builder)
          Creates a new DiscoItem 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 getAttribute(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoItem

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

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

getAttribute

public java.lang.String getAttribute(java.lang.String name)

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