fr.tireme.schemadoc.SDSchema
Class QName

java.lang.Object
  extended by fr.tireme.schemadoc.SDSchema.QName

public class QName
extends java.lang.Object

This class regroups the name and the targetNamespace of an object.

Author:
florent

Constructor Summary
QName(java.lang.String name, java.lang.String targetNamespace)
          Constructor for the QName object
 
Method Summary
 java.lang.String getName()
          Gets the name attribute of the QName object
 java.lang.String getNamespace()
          Gets the namespace attribute of the QName object
 void setName(java.lang.String name_)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QName

public QName(java.lang.String name,
             java.lang.String targetNamespace)
Constructor for the QName object

Parameters:
name - The name of the object
targetNamespace - The target namespace name of the object
Method Detail

getName

public java.lang.String getName()
Gets the name attribute of the QName object

Returns:
The name value

setName

public void setName(java.lang.String name_)

getNamespace

public java.lang.String getNamespace()
Gets the namespace attribute of the QName object

Returns:
The namespace value