org.eclipse.higgins.rp.icard.token.identity
Class Attribute

java.lang.Object
  extended by org.eclipse.higgins.rp.icard.token.identity.Attribute
All Implemented Interfaces:
Serializable

public class Attribute
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Attribute(String name, String namespace, String value)
           
 
Method Summary
 String getFQN()
           
 String getName()
           
 String getNamespace()
           
 String getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(String name,
                 String namespace,
                 String value)
Parameters:
name -
namespace -
value -
Method Detail

getName

public String getName()

getNamespace

public String getNamespace()

getValue

public String getValue()

getFQN

public String getFQN()

toString

public String toString()
Overrides:
toString in class Object