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:
WfsPackage.getTransactionResultsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getAction()
Returns the value of the 'Action' containment reference list.String
getHandle()
The handle used for the request.void
setHandle(String value)
Sets the value of the 'Handle
' attribute.
-
-
-
Method Detail
-
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:
TransactionType
,BaseRequestType.getHandle()
-
setHandle
void setHandle(String value)
Sets the value of the 'Handle
' attribute.- Parameters:
value
- the new value of the 'Handle' attribute.- See Also:
getHandle()
-
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:
WfsPackage.getTransactionResultsType_Action()
-
-