public interface TransactionResponseType extends EObject(Code)
A representation of the model object 'Transaction Response Type'.
The response for a transaction request that was successfully
completed. If the transaction failed for any reason, an
exception report is returned instead.
getVersion() Returns the value of the 'Version' attribute.
The default value is "1.1.0".
The version attribute contains the version of the request
that generated this response.
Returns the value of the 'Insert Results' containment reference.
A transaction is a collection of Insert,Update and Delete
actions. The Update and Delete actions modify features
that already exist. The Insert action, however, creates
new features. The InsertResults element is used to
report the identifiers of the newly created features.
the value of the 'Insert Results' containment reference. See Also:TransactionResponseType.setInsertResults(InsertResultsType) See Also:net.opengis.wfs.WfsPackage.getTransactionResponseType_InsertResults