|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributedQName
An AttributedQName is a Qualified Name (QName) value that can have attributes set on its XML element, as an extensibility mechanism.
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a clone of the AttributedQName instance. |
javax.xml.namespace.QName |
getQName()
Gets the value of the QName represented by this AttributedQName. |
void |
setQName(javax.xml.namespace.QName name)
Sets the value of the QName represented by this AttributedQName. |
Methods inherited from interface com.ibm.wsspi.wsaddressing.AttributedType |
---|
addAttribute, getAttributeNames, getAttributeValue |
Method Detail |
---|
javax.xml.namespace.QName getQName()
void setQName(javax.xml.namespace.QName name)
name
- The QName valuejava.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |