|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.saaj.PrefixedQName
public class PrefixedQName
Class Prefixed QName
Took this implementation from Axis 1.2 code
Constructor Summary | |
---|---|
PrefixedQName(QName qname)
Constructor PrefixedQName |
|
PrefixedQName(String uri,
String localName,
String prefix)
Constructor PrefixedQName. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getLocalName()
Gets the local name part of the XML name that this Name object represents. |
String |
getPrefix()
Returns the prefix associated with the namespace for the XML name that this Name
object represents. |
String |
getQualifiedName()
Gets the namespace-qualified name of the XML name that this Name object
represents. |
String |
getURI()
Returns the URI of the namespace for the XML name that this Name object
represents. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PrefixedQName(String uri, String localName, String prefix)
uri
- localName
- prefix
- public PrefixedQName(QName qname)
qname
- Method Detail |
---|
public String getLocalName()
Name
object represents.
getLocalName
in interface Name
public String getQualifiedName()
Name
object
represents.
getQualifiedName
in interface Name
public String getURI()
Name
object
represents.
getURI
in interface Name
public String getPrefix()
Name
object represents.
getPrefix
in interface Name
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |