org.deegree_impl.gml
Class GMLNameSpace_Impl

java.lang.Object
  extended byorg.deegree_impl.gml.GMLNameSpace_Impl
All Implemented Interfaces:
GMLNameSpace

public class GMLNameSpace_Impl
extends java.lang.Object
implements GMLNameSpace

----------------------------------------------------------

Version:
07.02.2001

Author:
Andreas Poth

Field Summary
private  java.lang.String nameSpace
           
 
Constructor Summary
GMLNameSpace_Impl()
          Creates a new GMLNameSpace_Impl object.
GMLNameSpace_Impl(java.lang.String nameSpace)
          Creates a new GMLNameSpace_Impl object.
 
Method Summary
 java.lang.String getNameSpaceName()
          returns the name of the name space.
 java.lang.String getNameSpaceValue()
          returns the value of the name space.
 java.lang.String getSubSpaceName()
          returns the name of the sub space.
 void setNameSpaceValue(java.lang.String nameSpaceValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nameSpace

private java.lang.String nameSpace
Constructor Detail

GMLNameSpace_Impl

public GMLNameSpace_Impl()
Creates a new GMLNameSpace_Impl object.


GMLNameSpace_Impl

public GMLNameSpace_Impl(java.lang.String nameSpace)
Creates a new GMLNameSpace_Impl object.

Parameters:
nameSpace -
Method Detail

getNameSpaceName

public java.lang.String getNameSpaceName()
returns the name of the name space.

if the name space is 'xmlns:gml="http://www.opengis.net/gml"', 'xmlns' will be returned

Specified by:
getNameSpaceName in interface GMLNameSpace

getSubSpaceName

public java.lang.String getSubSpaceName()
returns the name of the sub space.

if the name space is 'xmlns:gml="http://www.opengis.net/gml"', 'gml' will be returned

Specified by:
getSubSpaceName in interface GMLNameSpace

getNameSpaceValue

public java.lang.String getNameSpaceValue()
returns the value of the name space.

if the name space is 'xmlns:gml="http://www.opengis.net/gml"', 'http://www.opengis.net/gml' will be returned

Specified by:
getNameSpaceValue in interface GMLNameSpace

setNameSpaceValue

public void setNameSpaceValue(java.lang.String nameSpaceValue)
Specified by:
setNameSpaceValue in interface GMLNameSpace
See Also:
getNameSpaceValue()

toString

public java.lang.String toString()
Returns: