Package net.opengis.wfs
Interface ActionType
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
ActionTypeImpl
public interface ActionType
extends EObject
A representation of the model object 'Action Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()Returns the value of the 'Code' attribute.Returns the value of the 'Locator' attribute.Returns the value of the 'Message' attribute.voidSets the value of the 'Code' attribute.voidsetLocator(String value) Sets the value of the 'Locator' attribute.voidsetMessage(String value) Sets the value of the 'Message' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMessage
String getMessage()Returns the value of the 'Message' attribute. If an action fails, the message element may be used to supply an exception message.- Returns:
- the value of the 'Message' attribute.
- See Also:
-
setMessage
Sets the value of the 'Message' attribute.- Parameters:
value- the new value of the 'Message' attribute.- See Also:
-
getCode
String getCode()Returns the value of the 'Code' attribute. The code attribute may be used to specify an exception code indicating why an action failed.- Returns:
- the value of the 'Code' attribute.
- See Also:
-
setCode
Sets the value of the 'Code' attribute.- Parameters:
value- the new value of the 'Code' attribute.- See Also:
-
getLocator
String getLocator()Returns the value of the 'Locator' attribute. The locator attribute is used to locate an action within a <Transaction> element. The value of the locator attribute is either a string that is equal to the value of the handle attribute specified on an <Insert>, <Update> or <Delete> action. If a value is not specified for the handle attribute then a WFS may employ some other means of locating the action. For example, the value of the locator attribute may be an integer indicating the order of the action (i.e. 1=First action, 2=Second action, etc.).- Returns:
- the value of the 'Locator' attribute.
- See Also:
-
setLocator
Sets the value of the 'Locator' attribute.- Parameters:
value- the new value of the 'Locator' attribute.- See Also:
-