Package net.opengis.wfs
Interface TransactionSummaryType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- TransactionSummaryTypeImpl
 
 public interface TransactionSummaryType extends EObjectA 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:
- WfsPackage.getTransactionSummaryType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BigIntegergetTotalDeleted()Returns the value of the 'Total Deleted' attribute.BigIntegergetTotalInserted()Returns the value of the 'Total Inserted' attribute.BigIntegergetTotalUpdated()Returns the value of the 'Total Updated' 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.
 
- 
- 
- 
Method Detail- 
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:
- setTotalInserted(BigInteger),- WfsPackage.getTransactionSummaryType_TotalInserted()
 
 - 
setTotalInsertedvoid setTotalInserted(BigInteger value) Sets the value of the 'Total Inserted' attribute.- Parameters:
- value- the new value of the 'Total Inserted' attribute.
- See Also:
- getTotalInserted()
 
 - 
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:
- setTotalUpdated(BigInteger),- WfsPackage.getTransactionSummaryType_TotalUpdated()
 
 - 
setTotalUpdatedvoid setTotalUpdated(BigInteger value) Sets the value of the 'Total Updated' attribute.- Parameters:
- value- the new value of the 'Total Updated' attribute.
- See Also:
- getTotalUpdated()
 
 - 
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:
- setTotalDeleted(BigInteger),- WfsPackage.getTransactionSummaryType_TotalDeleted()
 
 - 
setTotalDeletedvoid setTotalDeleted(BigInteger value) Sets the value of the 'Total Deleted' attribute.- Parameters:
- value- the new value of the 'Total Deleted' attribute.
- See Also:
- getTotalDeleted()
 
 
- 
 
-