net.opengis.wfs
Interface ActionType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ActionTypeImpl

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

A representation of the model object 'Action Type'.

The following features are supported:

See Also:
WfsPackage.getActionType()

Method Summary
 java.lang.String getCode()
          Returns the value of the 'Code' attribute.
 java.lang.String getLocator()
          Returns the value of the 'Locator' attribute.
 java.lang.String getMessage()
          Returns the value of the 'Message' attribute.
 void setCode(java.lang.String value)
          Sets the value of the 'Code' attribute.
 void setLocator(java.lang.String value)
          Sets the value of the 'Locator' attribute.
 void setMessage(java.lang.String value)
          Sets the value of the 'Message' 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

getMessage

java.lang.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(String), WfsPackage.getActionType_Message()

setMessage

void setMessage(java.lang.String value)
Sets the value of the 'Message' attribute.

Parameters:
value - the new value of the 'Message' attribute.
See Also:
getMessage()

getCode

java.lang.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(String), WfsPackage.getActionType_Code()

setCode

void setCode(java.lang.String value)
Sets the value of the 'Code' attribute.

Parameters:
value - the new value of the 'Code' attribute.
See Also:
getCode()

getLocator

java.lang.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(String), WfsPackage.getActionType_Locator()

setLocator

void setLocator(java.lang.String value)
Sets the value of the 'Locator' attribute.

Parameters:
value - the new value of the 'Locator' attribute.
See Also:
getLocator()


Copyright © 1996-2010 Geotools. All Rights Reserved.