Package net.opengis.wfs
Interface TransactionResultsType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
TransactionResultsTypeImpl
public interface TransactionResultsType
extends EObject
A representation of the model object 'Transaction Results Type'.
The TransactionResults element may be used to report exception
codes and messages for all actions of a transaction that failed
to complete successfully.
The following features are supported:
- See Also:
-
Method Summary
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
-
getHandle
String getHandle()The handle used for the request.Adding this to help us maintain backward compatability with wfs 1.0.
- Returns:
- The handle given to the transaction request.
- See Also:
-
setHandle
Sets the value of the 'Handle
' attribute.- Parameters:
value
- the new value of the 'Handle' attribute.- See Also:
-
getAction
EList getAction()Returns the value of the 'Action' containment reference list. The list contents are of typeActionType
. The Action element reports an exception code and exception message indicating why the corresponding action of a transaction request failed.- Returns:
- the value of the 'Action' containment reference list.
- See Also:
-