| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_lib.deployment.xml.Qname
Qname | public class Qname extends AbsElement (Code) | | This class defines an implementation for a QName
It is use by Soap-Header or Service-qname
author: Florent Benoit |
Constructor Summary | |
public | Qname() |
Method Summary | |
public QName | getQName() | public void | setName(String name) | public void | setQName(QName qName) | public String | toXML(int indent) Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. |
Qname | public Qname()(Code) | | Constructor : build a new object
|
getQName | public QName getQName()(Code) | | the QName of this object |
setName | public void setName(String name)(Code) | | Sets the Name of this object
Parameters: name - name of this object |
setQName | public void setQName(QName qName)(Code) | | Sets the QName of this object
Parameters: qName - QName of this object |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|