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:
Csw20Package.getTransactionSummaryType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRequestId()
Returns the value of the 'Request Id' attribute.BigInteger
getTotalDeleted()
Returns the value of the 'Total Deleted' attribute.BigInteger
getTotalInserted()
Returns the value of the 'Total Inserted' attribute.BigInteger
getTotalUpdated()
Returns the value of the 'Total Updated' attribute.void
setRequestId(String value)
Sets the value of the 'Request Id
' 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.
-
-
-
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)
,Csw20Package.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)
,Csw20Package.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()
-
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)
,Csw20Package.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()
-
getRequestId
String 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:
setRequestId(String)
,Csw20Package.getTransactionSummaryType_RequestId()
-
setRequestId
void setRequestId(String value)
Sets the value of the 'Request Id
' attribute.- Parameters:
value
- the new value of the 'Request Id' attribute.- See Also:
getRequestId()
-
-