net.opengis.wfs
Interface TransactionSummaryType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TransactionSummaryTypeImpl

public interface TransactionSummaryType
extends org.eclipse.emf.ecore.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:
WfsPackage.getTransactionSummaryType()

Method Summary
 java.math.BigInteger getTotalDeleted()
          Returns the value of the 'Total Deleted' attribute.
 java.math.BigInteger getTotalInserted()
          Returns the value of the 'Total Inserted' attribute.
 java.math.BigInteger getTotalUpdated()
          Returns the value of the 'Total Updated' attribute.
 void setTotalDeleted(java.math.BigInteger value)
          Sets the value of the 'Total Deleted' attribute.
 void setTotalInserted(java.math.BigInteger value)
          Sets the value of the 'Total Inserted' attribute.
 void setTotalUpdated(java.math.BigInteger value)
          Sets the value of the 'Total Updated' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTotalInserted

java.math.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(BigInteger), WfsPackage.getTransactionSummaryType_TotalInserted()

setTotalInserted

void setTotalInserted(java.math.BigInteger value)
Sets the value of the 'Total Inserted' attribute.

Parameters:
value - the new value of the 'Total Inserted' attribute.
See Also:
getTotalInserted()

getTotalUpdated

java.math.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(BigInteger), WfsPackage.getTransactionSummaryType_TotalUpdated()

setTotalUpdated

void setTotalUpdated(java.math.BigInteger value)
Sets the value of the 'Total Updated' attribute.

Parameters:
value - the new value of the 'Total Updated' attribute.
See Also:
getTotalUpdated()

getTotalDeleted

java.math.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(BigInteger), WfsPackage.getTransactionSummaryType_TotalDeleted()

setTotalDeleted

void setTotalDeleted(java.math.BigInteger value)
Sets the value of the 'Total Deleted' attribute.

Parameters:
value - the new value of the 'Total Deleted' attribute.
See Also:
getTotalDeleted()


Copyright © 1996-2010 Geotools. All Rights Reserved.