com.softwareag.tamino.db.api.namespace
Class TXSNamespace.TXSObject

java.lang.Object
  extended by com.softwareag.tamino.db.api.namespace.TNamespaceObject
      extended by com.softwareag.tamino.db.api.namespace.TXSNamespace.TXSObject
Enclosing class:
TXSNamespace

protected static class TXSNamespace.TXSObject
extends TNamespaceObject

Concrete inner class that implements TNamespaceObject and represents an tsd namespace object.

Version:
$Revision: 1.2 $
Author:
Marcus Schreyer

Field Summary
 
Fields inherited from class com.softwareag.tamino.db.api.namespace.TNamespaceObject
ATTRIBUTE_TYPE, ELEMENT_TYPE
 
Constructor Summary
TXSNamespace.TXSObject(java.lang.String name, java.lang.String type)
          Special Constructor.
 
Method Summary
 java.lang.String getQualifiedName()
          Gets the full qualified name of the given xql element/attribute.
 
Methods inherited from class com.softwareag.tamino.db.api.namespace.TNamespaceObject
getName, getType, isAttribute, isElement, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TXSNamespace.TXSObject

public TXSNamespace.TXSObject(java.lang.String name,
                              java.lang.String type)
Special Constructor. Initializes the namespace object with the given name and type.

Method Detail

getQualifiedName

public java.lang.String getQualifiedName()
Gets the full qualified name of the given xql element/attribute.

Specified by:
getQualifiedName in class TNamespaceObject


Copyright (c) 2013 Software AG. All Rights Reserved.