org.deegree_impl.graphics.sld
Class Extent_Impl

java.lang.Object
  extended byorg.deegree_impl.graphics.sld.Extent_Impl
All Implemented Interfaces:
Extent, Marshallable

public class Extent_Impl
extends java.lang.Object
implements Extent, Marshallable

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

Version:
$Revision: 1.5 $ $Date: 2004/01/12 14:48:41 $
Author:
Katharina Lupp

Field Summary
private  java.lang.String name
           
private  java.lang.String value
           
 
Constructor Summary
(package private) Extent_Impl()
          default constructor
(package private) Extent_Impl(java.lang.String value, java.lang.String name)
          constructor initializing the class with the
 
Method Summary
 java.lang.String exportAsXML()
          exports the content of the FeatureTypeConstraint as XML formated String
 java.lang.String getName()
          returns the name of the extent
 java.lang.String getValue()
          returns the value of the extent
 void setName(java.lang.String name)
          sets the name of the extent
 void setValue(java.lang.String value)
          sets the value of the extent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name

value

private java.lang.String value
Constructor Detail

Extent_Impl

Extent_Impl()
default constructor


Extent_Impl

Extent_Impl(java.lang.String value,
            java.lang.String name)
constructor initializing the class with the

Method Detail

getName

public java.lang.String getName()
returns the name of the extent

Specified by:
getName in interface Extent
Returns:
the name of the extent

setName

public void setName(java.lang.String name)
sets the name of the extent

Specified by:
setName in interface Extent
Parameters:
name - the name of the extent

getValue

public java.lang.String getValue()
returns the value of the extent

Specified by:
getValue in interface Extent
Returns:
the value of the extent

setValue

public void setValue(java.lang.String value)
sets the value of the extent

Specified by:
setValue in interface Extent
Parameters:
value - the value of the extent

exportAsXML

public java.lang.String exportAsXML()
exports the content of the FeatureTypeConstraint as XML formated String

Specified by:
exportAsXML in interface Marshallable
Returns:
xml representation of the FeatureTypeConstraint