net.opengis.wfs
Interface NativeType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
RollbackType
All Known Implementing Classes:
NativeTypeImpl, RollbackTypeImpl

public interface NativeType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Native Type'.

The following features are supported:

See Also:
WfsPackage.getNativeType()

Method Summary
 java.lang.String getVendorId()
          Returns the value of the 'Vendor Id' attribute.
 boolean isSafeToIgnore()
          Returns the value of the 'Safe To Ignore' attribute.
 boolean isSetSafeToIgnore()
          Returns whether the value of the 'Safe To Ignore' attribute is set.
 void setSafeToIgnore(boolean value)
          Sets the value of the 'Safe To Ignore' attribute.
 void setVendorId(java.lang.String value)
          Sets the value of the 'Vendor Id' attribute.
 void unsetSafeToIgnore()
          Unsets the value of the 'Safe To Ignore' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isSafeToIgnore

boolean isSafeToIgnore()
Returns the value of the 'Safe To Ignore' attribute. In the event that a Web Feature Service does not recognize the vendorId or does not recognize the vendor specific command, the safeToIgnore attribute is used to indicate whether the exception can be safely ignored. A value of TRUE means that the Web Feature Service may ignore the command. A value of FALSE means that a Web Feature Service cannot ignore the command and an exception should be raised if a problem is encountered.

Returns:
the value of the 'Safe To Ignore' attribute.
See Also:
isSetSafeToIgnore(), unsetSafeToIgnore(), setSafeToIgnore(boolean), WfsPackage.getNativeType_SafeToIgnore()

setSafeToIgnore

void setSafeToIgnore(boolean value)
Sets the value of the 'Safe To Ignore' attribute.

Parameters:
value - the new value of the 'Safe To Ignore' attribute.
See Also:
isSetSafeToIgnore(), unsetSafeToIgnore(), isSafeToIgnore()

unsetSafeToIgnore

void unsetSafeToIgnore()
Unsets the value of the 'Safe To Ignore' attribute.

See Also:
isSetSafeToIgnore(), isSafeToIgnore(), setSafeToIgnore(boolean)

isSetSafeToIgnore

boolean isSetSafeToIgnore()
Returns whether the value of the 'Safe To Ignore' attribute is set.

Returns:
whether the value of the 'Safe To Ignore' attribute is set.
See Also:
unsetSafeToIgnore(), isSafeToIgnore(), setSafeToIgnore(boolean)

getVendorId

java.lang.String getVendorId()
Returns the value of the 'Vendor Id' attribute. The vendorId attribute is used to specify the name of vendor who's vendor specific command the client application wishes to execute.

Returns:
the value of the 'Vendor Id' attribute.
See Also:
setVendorId(String), WfsPackage.getNativeType_VendorId()

setVendorId

void setVendorId(java.lang.String value)
Sets the value of the 'Vendor Id' attribute.

Parameters:
value - the new value of the 'Vendor Id' attribute.
See Also:
getVendorId()


Copyright © 1996-2010 Geotools. All Rights Reserved.