org.deegree_impl.services.wfs.protocol
Class WFSNative_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wfs.protocol.WFSNative_Impl
All Implemented Interfaces:
WFSNative

public class WFSNative_Impl
extends java.lang.Object
implements WFSNative

The class defines the WFSNative_Impl.

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

Version:
$Revision: 1.4 $ $Date: 2004/03/12 15:56:49 $
Author:
Andreas Poth Katharina Lupp

Field Summary
private  java.lang.String native_
           
private  boolean safeToIgnore
           
private  java.lang.String vendorId
           
 
Constructor Summary
WFSNative_Impl(java.lang.String native_, java.lang.String vendorId, boolean safeToIgnore)
          constructor initializing the class with the
 
Method Summary
 java.lang.String getNative()
          The element is intended to allow access to vendor specific capabilities of any particular web feature server or datastore.
 boolean getSafeToIgnore()
          The safeToIgnore attributes is used to guide the actions of the web feature server when the command or operation is not recognized.
 java.lang.String getVendorId()
          The vendorId attribute is used to identify the vendor that recognizes the command or operation enclosed by the tag.
 void setNative(java.lang.String native_)
          sets the
 void setSafeToIgnore(boolean safeToIgnore)
          sets the
 void setVendorId(java.lang.String vendorId)
          sets the
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

native_

private java.lang.String native_

vendorId

private java.lang.String vendorId

safeToIgnore

private boolean safeToIgnore
Constructor Detail

WFSNative_Impl

public WFSNative_Impl(java.lang.String native_,
                      java.lang.String vendorId,
                      boolean safeToIgnore)
constructor initializing the class with the

Method Detail

getNative

public java.lang.String getNative()
The element is intended to allow access to vendor specific capabilities of any particular web feature server or datastore. The tag simply delimits the vendor specific command or operation.

Specified by:
getNative in interface WFSNative

setNative

public void setNative(java.lang.String native_)
sets the


getVendorId

public java.lang.String getVendorId()
The vendorId attribute is used to identify the vendor that recognizes the command or operation enclosed by the tag. The attribute is provided as a means of allowing the web feature server to determine if it can deal with the command or not.

Specified by:
getVendorId in interface WFSNative

setVendorId

public void setVendorId(java.lang.String vendorId)
sets the


getSafeToIgnore

public boolean getSafeToIgnore()
The safeToIgnore attributes is used to guide the actions of the web feature server when the command or operation is not recognized. The safeToIgnore attribute has two possible values True or False.

Specified by:
getSafeToIgnore in interface WFSNative

setSafeToIgnore

public void setSafeToIgnore(boolean safeToIgnore)
sets the