com.ibm.wsspi.wsaddressing

Interface AttributedQName

All Superinterfaces:
AttributedType, java.lang.Cloneable, java.io.Serializable

  1. public interface AttributedQName
  2. extends AttributedType, java.io.Serializable, java.lang.Cloneable
An AttributedQName is a Qualified Name (QName) value that can have attributes set on its XML element, as an extensibility mechanism.

Method Summary

Modifier and Type Method and Description
  1. java.lang.Object
clone()
Creates a clone of the AttributedQName instance.
  1. javax.xml.namespace.QName
getQName()
Gets the value of the QName represented by this AttributedQName.
  1. 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

getQName

  1. javax.xml.namespace.QName getQName( )
Gets the value of the QName represented by this AttributedQName.
Returns:
The QName value

setQName

  1. void setQName(javax.xml.namespace.QName name)
Sets the value of the QName represented by this AttributedQName.
Parameters:
name - The QName value

clone

  1. java.lang.Object clone()
  2. throws java.lang.CloneNotSupportedException
Creates a clone of the AttributedQName instance.
Returns:
attributedQName The cloned instance.
Throws:
java.lang.CloneNotSupportedException