org.deegree_impl.services.wfs.configuration
Class OutputFormat_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wfs.configuration.OutputFormat_Impl
All Implemented Interfaces:
OutputFormat

public class OutputFormat_Impl
extends java.lang.Object
implements OutputFormat

the interface describes the central configuration for generating a output format known by the wfs.

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

Version:
$Revision: 1.5 $ $Date: 2004/05/10 08:41:07 $
Author:
Andreas Poth

Field Summary
private  java.lang.String name
           
private  ParameterList parameter
           
private  java.lang.String responsibleClass
           
private  java.net.URL schemaLocation
           
 
Constructor Summary
(package private) OutputFormat_Impl(java.lang.String name, java.lang.String responsibleClass, ParameterList parameter, java.net.URL schemaLocation)
          Creates a new OutputFormat_Impl object.
 
Method Summary
 void addParameter(Parameter parameter)
           
 java.lang.String getName()
          returns the name of the format
 ParameterList getParameter()
          returns a list of parameters that will be submitted to the responsible class
 java.lang.String getResponsibleClass()
          returns the name of the java class that's responsible for generating the format
 java.net.URL getSchemaLocation()
          returns the location where a XML-schema description of a feature type is accessable
 void setName(java.lang.String name)
           
 void setParameter(ParameterList parameter)
           
 void setResponsibleClass(java.lang.String responsibleClass)
           
 void setSchemaLocation(java.net.URL schemaLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameter

private ParameterList parameter

name

private java.lang.String name

responsibleClass

private java.lang.String responsibleClass

schemaLocation

private java.net.URL schemaLocation
Constructor Detail

OutputFormat_Impl

OutputFormat_Impl(java.lang.String name,
                  java.lang.String responsibleClass,
                  ParameterList parameter,
                  java.net.URL schemaLocation)
Creates a new OutputFormat_Impl object.

Parameters:
name -
responsibleClass -
parameter -
schemaLocation -
Method Detail

getName

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

Specified by:
getName in interface OutputFormat

setName

public void setName(java.lang.String name)
See Also:
getName()

getResponsibleClass

public java.lang.String getResponsibleClass()
returns the name of the java class that's responsible for generating the format

Specified by:
getResponsibleClass in interface OutputFormat

setResponsibleClass

public void setResponsibleClass(java.lang.String responsibleClass)
See Also:
getResponsibleClass()

getParameter

public ParameterList getParameter()
returns a list of parameters that will be submitted to the responsible class

Specified by:
getParameter in interface OutputFormat

setParameter

public void setParameter(ParameterList parameter)
See Also:
getParameter()

addParameter

public void addParameter(Parameter parameter)
See Also:
getParameter()

getSchemaLocation

public java.net.URL getSchemaLocation()
returns the location where a XML-schema description of a feature type is accessable

Specified by:
getSchemaLocation in interface OutputFormat

setSchemaLocation

public void setSchemaLocation(java.net.URL schemaLocation)
See Also:
getSchemaLocation()