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 SummaryModifier and TypeMethodDescriptiongetValue()Arbitrary text content within the native element.Returns the value of the 'Vendor Id' attribute.booleanReturns the value of the 'Safe To Ignore' attribute.booleanReturns whether the value of the 'Safe To Ignore' attribute is set.voidsetSafeToIgnore(boolean value) Sets the value of the 'Safe To Ignore' attribute.voidSets the value of the 'Value' attribute.voidsetVendorId(String value) Sets the value of the 'Vendor Id' attribute.voidUnsets the value of the 'Safe To Ignore' attribute.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
isSafeToIgnoreboolean 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:
 
- 
setSafeToIgnorevoid 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:
 
- 
unsetSafeToIgnorevoid unsetSafeToIgnore()Unsets the value of the 'Safe To Ignore' attribute.
- 
isSetSafeToIgnoreboolean 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:
 
- 
getVendorIdString 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:
 
- 
setVendorIdSets the value of the 'Vendor Id' attribute.- Parameters:
- value- the new value of the 'Vendor Id' attribute.
- See Also:
 
- 
getValueString getValue()Arbitrary text content within the native element.
- 
setValueSets the value of the 'Value' attribute.- Parameters:
- value- the new value of the 'Value' attribute.
- See Also:
 
 
-