org.objectweb.jonas_lib.deployment.xml.Qname Class Reference

Inherits org.objectweb.jonas_lib.deployment.xml.AbsElement.

Inheritance diagram for org.objectweb.jonas_lib.deployment.xml.Qname:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_lib.deployment.xml.Qname:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Qname ()
void setQName (QName qName)
void setName (String name)
QName getQName ()
String toXML (int indent)

Detailed Description

This class defines an implementation for a QName It is use by Soap-Header or Service-qname
Author:
Florent Benoit

Definition at line 36 of file Qname.java.


Constructor & Destructor Documentation

org.objectweb.jonas_lib.deployment.xml.Qname.Qname  ) 
 

Constructor : build a new object

Definition at line 52 of file Qname.java.


Member Function Documentation

QName org.objectweb.jonas_lib.deployment.xml.Qname.getQName  ) 
 

Returns:
the QName of this object

Definition at line 80 of file Qname.java.

void org.objectweb.jonas_lib.deployment.xml.Qname.setName String  name  ) 
 

Sets the Name of this object

Parameters:
name name of this object

Definition at line 71 of file Qname.java.

Referenced by org.objectweb.jonas_lib.deployment.rules.QNameRule.body(), and org.objectweb.jonas_lib.deployment.rules.AnonymousQNameRule.body().

void org.objectweb.jonas_lib.deployment.xml.Qname.setQName QName  qName  ) 
 

Sets the QName of this object

Parameters:
qName QName of this object

Definition at line 63 of file Qname.java.

Referenced by org.objectweb.jonas_lib.deployment.rules.QNameRule.body(), and org.objectweb.jonas_lib.deployment.rules.AnonymousQNameRule.body().

String org.objectweb.jonas_lib.deployment.xml.Qname.toXML int  indent  )  [virtual]
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

Implements org.objectweb.jonas_lib.deployment.xml.AbsElement.

Definition at line 91 of file Qname.java.

References org.objectweb.jonas_lib.deployment.xml.AbsElement.indent().

Referenced by org.objectweb.jonas_ws.deployment.xml.PortComponent.toXML(), org.objectweb.jonas_ws.deployment.xml.JavaXmlTypeMapping.toXML(), org.objectweb.jonas_lib.deployment.xml.ServiceRef.toXML(), and org.objectweb.jonas_lib.deployment.xml.JonasPortComponentRef.toXML().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:12:42 2005 for JOnAS by  doxygen 1.3.9.1