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


Public Member Functions | |
| Qname () | |
| void | setQName (QName qName) |
| void | setName (String name) |
| QName | getQName () |
| String | toXML (int indent) |
Definition at line 36 of file Qname.java.
|
|
Constructor : build a new object Definition at line 52 of file Qname.java. |
|
|
Definition at line 80 of file Qname.java. |
|
|
Sets the 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(). |
|
|
Sets the 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(). |
|
|
Represents this element by it's XML description.
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:

1.3.9.1