Package net.opengis.cat.csw20
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 catalogue items modified by a transaction
          request (i.e, inserted, updated, deleted). If the client did not
          specify a requestId, the server may assign one (a URI value).
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Request Id' attribute.Returns the value of the 'Total Deleted' attribute.Returns the value of the 'Total Inserted' attribute.Returns the value of the 'Total Updated' attribute.voidsetRequestId(String value) Sets the value of the 'Request Id' attribute.voidsetTotalDeleted(BigInteger value) Sets the value of the 'Total Deleted' attribute.voidsetTotalInserted(BigInteger value) Sets the value of the 'Total Inserted' attribute.voidsetTotalUpdated(BigInteger value) Sets the value of the 'Total Updated' attribute.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getTotalInsertedBigInteger 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:
 
- 
setTotalInsertedSets the value of the 'Total Inserted' attribute.- Parameters:
- value- the new value of the 'Total Inserted' attribute.
- See Also:
 
- 
getTotalUpdatedBigInteger 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:
 
- 
setTotalUpdatedSets the value of the 'Total Updated' attribute.- Parameters:
- value- the new value of the 'Total Updated' attribute.
- See Also:
 
- 
getTotalDeletedBigInteger 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:
 
- 
setTotalDeletedSets the value of the 'Total Deleted' attribute.- Parameters:
- value- the new value of the 'Total Deleted' attribute.
- See Also:
 
- 
getRequestIdString getRequestId()Returns the value of the 'Request Id' attribute.If the meaning of the 'Request Id' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Request Id' attribute.
- See Also:
 
- 
setRequestIdSets the value of the 'Request Id' attribute.- Parameters:
- value- the new value of the 'Request Id' attribute.
- See Also:
 
 
-