jnlp.sample.servlet
Class XMLAttribute

java.lang.Object
  extended by jnlp.sample.servlet.XMLAttribute

public class XMLAttribute
extends Object

Class that contains information about a specific attribute


Constructor Summary
XMLAttribute(String name, String value)
           
XMLAttribute(String name, String value, XMLAttribute next)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 XMLAttribute getNext()
           
 String getValue()
           
 void setNext(XMLAttribute next)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLAttribute

public XMLAttribute(String name,
                    String value)

XMLAttribute

public XMLAttribute(String name,
                    String value,
                    XMLAttribute next)
Method Detail

getName

public String getName()

getValue

public String getValue()

getNext

public XMLAttribute getNext()

setNext

public void setNext(XMLAttribute next)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2011 Sun Microsystems. All Rights Reserved.