Package net.opengis.wfs20
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 following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Insert Results' containment reference.Returns the value of the 'Replace Results' containment reference.Returns the value of the 'Transaction Summary' containment reference.Returns the value of the 'Update Results' containment reference.Returns the value of the 'Version' attribute.boolean
Returns whether the value of the 'Version
' attribute is set.void
Sets the value of the 'Insert Results
' containment reference.void
Sets the value of the 'Replace Results
' containment reference.void
Sets the value of the 'Transaction Summary
' containment reference.void
Sets the value of the 'Update Results
' containment reference.void
setVersion
(String value) Sets the value of the 'Version
' attribute.void
Unsets 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:
-
getInsertResults
ActionResultsType getInsertResults()Returns the value of the 'Insert Results' containment reference.If the meaning of the 'Insert Results' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Insert Results' containment reference.
- See Also:
-
setInsertResults
Sets the value of the 'Insert Results
' containment reference.- Parameters:
value
- the new value of the 'Insert Results' containment reference.- See Also:
-
getUpdateResults
ActionResultsType getUpdateResults()Returns the value of the 'Update Results' containment reference.If the meaning of the 'Update Results' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Update Results' containment reference.
- See Also:
-
setUpdateResults
Sets the value of the 'Update Results
' containment reference.- Parameters:
value
- the new value of the 'Update Results' containment reference.- See Also:
-
getReplaceResults
ActionResultsType getReplaceResults()Returns the value of the 'Replace Results' containment reference.If the meaning of the 'Replace Results' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Replace Results' containment reference.
- See Also:
-
setReplaceResults
Sets the value of the 'Replace Results
' containment reference.- Parameters:
value
- the new value of the 'Replace Results' containment reference.- See Also:
-
getVersion
String getVersion()Returns the value of the 'Version' attribute. The default value is"2.0.0"
.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:
-
unsetVersion
void unsetVersion()Unsets the value of the 'Version
' attribute.- See Also:
-
isSetVersion
boolean isSetVersion()Returns whether the value of the 'Version
' attribute is set.- Returns:
- whether the value of the 'Version' attribute is set.
- See Also:
-