|
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.QName
XML Qualified Name.
Constructor Summary | |
QName(QName qname)
Create a Qualified Name using a standard javax.xml.namespace.QName object |
|
QName(String nsURI,
String localPart)
Create a Qualified Name |
Method Summary | |
boolean |
equals(Object other)
Indicates whether some other object is equal to this one. |
boolean |
equals(String namespace,
String lname)
Indicates whether the namespace and uri are the same in this |
String |
getLocalPart()
Get the local part. |
String |
getNamespaceURI()
Get the namespace URI. |
int |
hashCode()
Returns a hash code value for the object. |
String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public QName(String nsURI, String localPart)
nsURI
- the namespace URIpublic QName(QName qname)
javax.xml.namespace.QName
object
qname
- a JAXRPC QNameMethod Detail |
public String getNamespaceURI()
public String getLocalPart()
public String toString()
public int hashCode()
public boolean equals(Object other)
public boolean equals(String namespace, String lname)
|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |