Package net.opengis.wfs
Interface TransactionSummaryType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
TransactionSummaryTypeImpl
public interface TransactionSummaryType
extends EObject
A representation of the model object 'Transaction Summary Type'.
Reports the total number of features affected by some kind
of write action (i.e, insert, update, delete).
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Total Deleted' attribute.Returns the value of the 'Total Inserted' attribute.Returns the value of the 'Total Updated' attribute.void
setTotalDeleted
(BigInteger value) Sets the value of the 'Total Deleted
' attribute.void
setTotalInserted
(BigInteger value) Sets the value of the 'Total Inserted
' attribute.void
setTotalUpdated
(BigInteger value) Sets the value of the 'Total Updated
' 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
-
getTotalInserted
BigInteger getTotalInserted()Returns the value of the 'Total Inserted' attribute.If the meaning of the 'Total Inserted' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Total Inserted' attribute.
- See Also:
-
setTotalInserted
Sets the value of the 'Total Inserted
' attribute.- Parameters:
value
- the new value of the 'Total Inserted' attribute.- See Also:
-
getTotalUpdated
BigInteger getTotalUpdated()Returns the value of the 'Total Updated' attribute.If the meaning of the 'Total Updated' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Total Updated' attribute.
- See Also:
-
setTotalUpdated
Sets the value of the 'Total Updated
' attribute.- Parameters:
value
- the new value of the 'Total Updated' attribute.- See Also:
-
getTotalDeleted
BigInteger getTotalDeleted()Returns the value of the 'Total Deleted' attribute.If the meaning of the 'Total Deleted' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Total Deleted' attribute.
- See Also:
-
setTotalDeleted
Sets the value of the 'Total Deleted
' attribute.- Parameters:
value
- the new value of the 'Total Deleted' attribute.- See Also:
-