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

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

public class DiscoIdentity
extends XMLData

DiscoIdentity contains <identity> tag from disco#info.

See Also:
Serialized Form

Constructor Summary
DiscoIdentity(DiscoIdentityBuilder builder)
          Creates a new DiscoIdentity 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

DiscoIdentity

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

Parameters:
builder - an DiscoIdentityBuilder 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