Package net.opengis.cat.csw20
Interface TransactionResponseType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
TransactionResponseTypeImpl
public interface TransactionResponseType extends EObject
A representation of the model object 'Transaction Response Type'. The response for a transaction request that was successfully completed. If the transaction failed for any reason, a service exception report indicating a TransactionFailure is returned instead.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<InsertResultType>
getInsertResult()
Returns the value of the 'Insert Result' containment reference list.TransactionSummaryType
getTransactionSummary()
Returns the value of the 'Transaction Summary' containment reference.String
getVersion()
Returns the value of the 'Version' attribute.void
setTransactionSummary(TransactionSummaryType value)
Sets the value of the 'Transaction Summary
' containment reference.void
setVersion(String value)
Sets the value of the 'Version
' attribute.
-
-
-
Method Detail
-
getTransactionSummary
TransactionSummaryType getTransactionSummary()
Returns the value of the 'Transaction Summary' containment reference.If the meaning of the 'Transaction Summary' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Transaction Summary' containment reference.
- See Also:
setTransactionSummary(TransactionSummaryType)
,Csw20Package.getTransactionResponseType_TransactionSummary()
-
setTransactionSummary
void setTransactionSummary(TransactionSummaryType value)
Sets the value of the 'Transaction Summary
' containment reference.- Parameters:
value
- the new value of the 'Transaction Summary' containment reference.- See Also:
getTransactionSummary()
-
getInsertResult
EList<InsertResultType> getInsertResult()
Returns the value of the 'Insert Result' containment reference list. The list contents are of typeInsertResultType
.If the meaning of the 'Insert Result' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Insert Result' containment reference list.
- See Also:
Csw20Package.getTransactionResponseType_InsertResult()
-
getVersion
String getVersion()
Returns the value of the 'Version' attribute.If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Version' attribute.
- See Also:
setVersion(String)
,Csw20Package.getTransactionResponseType_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
getVersion()
-
-