org.apache.axis.message.addressing
Class AttributedQName

java.lang.Object
  extended byjavax.xml.namespace.QName
      extended byorg.apache.axis.message.addressing.AttributedQName
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PortType, ServiceNameType

public class AttributedQName
extends javax.xml.namespace.QName

Java content class for AttributedQName complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at http://schemas.xmlsoap.org/ws/2004/08/addressing line 98)

 <complexType name="AttributedQName">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>QName">
     </extension>
   </simpleContent>
 </complexType>
 

Author:
Davanum Srinivas (dims@yahoo.com)
See Also:
Serialized Form

Constructor Summary
AttributedQName(javax.xml.namespace.QName qname)
          Constructor AttributedQName
AttributedQName(java.lang.String namespace, java.lang.String localPart)
          Constructor AttributedQName
 
Method Summary
 void append(org.w3c.dom.Element parent, java.lang.String elementName)
          append DOM node to parent
 
Methods inherited from class javax.xml.namespace.QName
equals, getLocalPart, getNamespaceURI, getPrefix, hashCode, toString, valueOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributedQName

public AttributedQName(javax.xml.namespace.QName qname)
Constructor AttributedQName

Parameters:
qname -

AttributedQName

public AttributedQName(java.lang.String namespace,
                       java.lang.String localPart)
Constructor AttributedQName

Parameters:
namespace -
Method Detail

append

public void append(org.w3c.dom.Element parent,
                   java.lang.String elementName)
append DOM node to parent

Parameters:
parent -


Copyright © 2004-2005 Apache Web Services. All Rights Reserved.