Package net.opengis.wfs20
Interface TransactionSummaryType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
TransactionSummaryTypeImpl
public interface TransactionSummaryType extends EObjectA representation of the model object 'Transaction Summary Type'.The following features are supported:
- See Also:
Wfs20Package.getTransactionSummaryType()
-
-
Method Summary
All 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.BigIntegergetTotalReplaced()Returns the value of the 'Total Replaced' 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.voidsetTotalReplaced(BigInteger value)Sets the value of the 'Total Replaced' attribute.voidsetTotalUpdated(BigInteger value)Sets the value of the 'Total Updated' attribute.
-
-
-
Method Detail
-
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(BigInteger),Wfs20Package.getTransactionSummaryType_TotalInserted()
-
setTotalInserted
void setTotalInserted(BigInteger value)
Sets the value of the 'Total Inserted' attribute.- Parameters:
value- the new value of the 'Total Inserted' attribute.- See Also:
getTotalInserted()
-
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(BigInteger),Wfs20Package.getTransactionSummaryType_TotalUpdated()
-
setTotalUpdated
void setTotalUpdated(BigInteger value)
Sets the value of the 'Total Updated' attribute.- Parameters:
value- the new value of the 'Total Updated' attribute.- See Also:
getTotalUpdated()
-
getTotalReplaced
BigInteger getTotalReplaced()
Returns the value of the 'Total Replaced' attribute.If the meaning of the 'Total Replaced' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Total Replaced' attribute.
- See Also:
setTotalReplaced(BigInteger),Wfs20Package.getTransactionSummaryType_TotalReplaced()
-
setTotalReplaced
void setTotalReplaced(BigInteger value)
Sets the value of the 'Total Replaced' attribute.- Parameters:
value- the new value of the 'Total Replaced' attribute.- See Also:
getTotalReplaced()
-
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(BigInteger),Wfs20Package.getTransactionSummaryType_TotalDeleted()
-
setTotalDeleted
void setTotalDeleted(BigInteger value)
Sets the value of the 'Total Deleted' attribute.- Parameters:
value- the new value of the 'Total Deleted' attribute.- See Also:
getTotalDeleted()
-
-