Package net.opengis.wfs
Interface NativeType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
NativeTypeImpl
public interface NativeType
extends EObject
A representation of the model object 'Native Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Arbitrary text content within the native element.Returns the value of the 'Vendor Id' attribute.boolean
Returns the value of the 'Safe To Ignore' attribute.boolean
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
Sets the value of the 'Value
' attribute.void
setVendorId
(String value) Sets the value of the 'Vendor Id
' attribute.void
Unsets the value of the 'Safe To Ignore
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
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:
-
unsetSafeToIgnore
void unsetSafeToIgnore()Unsets the value of the 'Safe To Ignore
' attribute. -
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:
-
getVendorId
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
Sets the value of the 'Vendor Id
' attribute.- Parameters:
value
- the new value of the 'Vendor Id' attribute.- See Also:
-
getValue
String getValue()Arbitrary text content within the native element. -
setValue
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
-