org.deegree_impl.services.wfs.protocol
Class WFSDelete_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wfs.protocol.WFSDelete_Impl
All Implemented Interfaces:
WFSDelete, WFSOperation

class WFSDelete_Impl
extends java.lang.Object
implements WFSDelete

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

Version:
$Revision: 1.4 $ $Date: 2004/03/12 15:56:48 $
Author:
Katharina LuppKatharina Lupp

Field Summary
private  Filter filter
           
private  java.lang.String typeName
           
 
Fields inherited from interface org.deegree.services.wfs.protocol.WFSOperation
OPERATION_DELETE, OPERATION_INSERT, OPERATION_LOCK, OPERATION_QUERY, OPERATION_UPDATE
 
Constructor Summary
(package private) WFSDelete_Impl(Filter filter, java.lang.String typeName)
          constructor initializing the class with the
 
Method Summary
 Filter getFilter()
          A filter specification describes a set of features to operate upon.
 java.lang.String getTypeName()
          The typeName attribute is used to indicate the name of the feature type or class to be deleted.
 void setFilter(Filter filter)
          sets the
 void setTypeName(java.lang.String typeName)
          sets the typeName
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

filter

private Filter filter

typeName

private java.lang.String typeName
Constructor Detail

WFSDelete_Impl

WFSDelete_Impl(Filter filter,
               java.lang.String typeName)
constructor initializing the class with the

Method Detail

getFilter

public Filter getFilter()
A filter specification describes a set of features to operate upon. The format of the filter is defined in the OGC Filter Encoding Specification. Optional. No default. Prerequisite: TYPENAME

Specified by:
getFilter in interface WFSDelete

setFilter

public void setFilter(Filter filter)
sets the


getTypeName

public java.lang.String getTypeName()
The typeName attribute is used to indicate the name of the feature type or class to be deleted.

Specified by:
getTypeName in interface WFSDelete

setTypeName

public void setTypeName(java.lang.String typeName)
sets the typeName


toString

public java.lang.String toString()