|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sssw.jbroker.web.encoding.Attribute
XML Attribute
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 |
public Attribute(QName name, String value)
public Attribute(QName name, QName value)
Method Detail |
public QName getName()
public QName getValue()
public String toString()
public int hashCode()
public boolean equals(Object object)
|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |