Novell exteNd Web Services SDK API

com.sssw.jbroker.web.encoding
Class Attribute

java.lang.Object
  extended bycom.sssw.jbroker.web.encoding.Attribute

public final class Attribute
extends Object

XML Attribute

Since:
jBroker Web 2.0

Constructor Summary
Attribute(QName name, QName value)
          Construct an XML Attribute.
Attribute(QName name, String value)
          Construct an XML Attribute.
 
Method Summary
 boolean equals(Object object)
          checks if the object is equal to this
 QName getName()
          Get the Attribute name.
 QName getValue()
          Get the Attribute value.
 int hashCode()
          return a hash code for this object
 String toString()
          returns string representation for attribute
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(QName name,
                 String value)
Construct an XML Attribute.


Attribute

public Attribute(QName name,
                 QName value)
Construct an XML Attribute.

Method Detail

getName

public QName getName()
Get the Attribute name.


getValue

public QName getValue()
Get the Attribute value.


toString

public String toString()
returns string representation for attribute


hashCode

public int hashCode()
return a hash code for this object


equals

public boolean equals(Object object)
checks if the object is equal to this


Novell exteNd Web Services SDK API

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.