Package net.opengis.cat.csw20
Interface TransactionResponseType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
TransactionResponseTypeImpl
public interface TransactionResponseType
extends EObject
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, a service
exception report indicating a TransactionFailure is returned
instead.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionEList<InsertResultType>
Returns the value of the 'Insert Result' containment reference list.Returns the value of the 'Transaction Summary' containment reference.Returns the value of the 'Version' attribute.void
Sets the value of the 'Transaction Summary
' containment reference.void
setVersion
(String value) Sets the value of the 'Version
' attribute.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
-
getTransactionSummary
TransactionSummaryType getTransactionSummary()Returns the value of the 'Transaction Summary' containment reference.If the meaning of the 'Transaction Summary' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Transaction Summary' containment reference.
- See Also:
-
setTransactionSummary
Sets the value of the 'Transaction Summary
' containment reference.- Parameters:
value
- the new value of the 'Transaction Summary' containment reference.- See Also:
-
getInsertResult
EList<InsertResultType> getInsertResult()Returns the value of the 'Insert Result' containment reference list. The list contents are of typeInsertResultType
.If the meaning of the 'Insert Result' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Insert Result' containment reference list.
- See Also:
-
getVersion
String getVersion()Returns the value of the 'Version' attribute.If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Version' attribute.
- See Also:
-
setVersion
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
-