net.opengis.wfs
Interface TransactionResultsType

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

public interface TransactionResultsType
extends org.eclipse.emf.ecore.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:
WfsPackage.getTransactionResultsType()

Method Summary
 org.eclipse.emf.common.util.EList getAction()
          Returns the value of the 'Action' containment reference list.
 java.lang.String getHandle()
          The handle used for the request.
 void setHandle(java.lang.String value)
          Sets the value of the 'Handle' 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

getHandle

java.lang.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:
TransactionType, BaseRequestType.getHandle()

setHandle

void setHandle(java.lang.String value)
Sets the value of the 'Handle' attribute.

Parameters:
value - the new value of the 'Handle' attribute.
See Also:
getHandle()

getAction

org.eclipse.emf.common.util.EList getAction()
Returns the value of the 'Action' containment reference list. The list contents are of type ActionType. 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:
WfsPackage.getTransactionResultsType_Action()


Copyright © 1996-2010 Geotools. All Rights Reserved.