Package net.opengis.wfs20
Interface TransactionResponseType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- TransactionResponseTypeImpl
 
 public interface TransactionResponseType extends EObjectA representation of the model object 'Transaction Response Type'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionResultsTypegetInsertResults()Returns the value of the 'Insert Results' containment reference.ActionResultsTypegetReplaceResults()Returns the value of the 'Replace Results' containment reference.TransactionSummaryTypegetTransactionSummary()Returns the value of the 'Transaction Summary' containment reference.ActionResultsTypegetUpdateResults()Returns the value of the 'Update Results' containment reference.StringgetVersion()Returns the value of the 'Version' attribute.booleanisSetVersion()Returns whether the value of the 'Version' attribute is set.voidsetInsertResults(ActionResultsType value)Sets the value of the 'Insert Results' containment reference.voidsetReplaceResults(ActionResultsType value)Sets the value of the 'Replace Results' containment reference.voidsetTransactionSummary(TransactionSummaryType value)Sets the value of the 'Transaction Summary' containment reference.voidsetUpdateResults(ActionResultsType value)Sets the value of the 'Update Results' containment reference.voidsetVersion(String value)Sets the value of the 'Version' attribute.voidunsetVersion()Unsets the value of the 'Version' attribute.
 
- 
- 
- 
Method Detail- 
getTransactionSummaryTransactionSummaryType 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),- Wfs20Package.getTransactionResponseType_TransactionSummary()
 
 - 
setTransactionSummaryvoid 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()
 
 - 
getInsertResultsActionResultsType getInsertResults() Returns the value of the 'Insert Results' containment reference.If the meaning of the 'Insert Results' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Insert Results' containment reference.
- See Also:
- setInsertResults(ActionResultsType),- Wfs20Package.getTransactionResponseType_InsertResults()
 
 - 
setInsertResultsvoid setInsertResults(ActionResultsType value) Sets the value of the 'Insert Results' containment reference.- Parameters:
- value- the new value of the 'Insert Results' containment reference.
- See Also:
- getInsertResults()
 
 - 
getUpdateResultsActionResultsType getUpdateResults() Returns the value of the 'Update Results' containment reference.If the meaning of the 'Update Results' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Update Results' containment reference.
- See Also:
- setUpdateResults(ActionResultsType),- Wfs20Package.getTransactionResponseType_UpdateResults()
 
 - 
setUpdateResultsvoid setUpdateResults(ActionResultsType value) Sets the value of the 'Update Results' containment reference.- Parameters:
- value- the new value of the 'Update Results' containment reference.
- See Also:
- getUpdateResults()
 
 - 
getReplaceResultsActionResultsType getReplaceResults() Returns the value of the 'Replace Results' containment reference.If the meaning of the 'Replace Results' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Replace Results' containment reference.
- See Also:
- setReplaceResults(ActionResultsType),- Wfs20Package.getTransactionResponseType_ReplaceResults()
 
 - 
setReplaceResultsvoid setReplaceResults(ActionResultsType value) Sets the value of the 'Replace Results' containment reference.- Parameters:
- value- the new value of the 'Replace Results' containment reference.
- See Also:
- getReplaceResults()
 
 - 
getVersionString getVersion() Returns the value of the 'Version' attribute. The default value is"2.0.0".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:
- isSetVersion(),- unsetVersion(),- setVersion(String),- Wfs20Package.getTransactionResponseType_Version()
 
 - 
setVersionvoid setVersion(String value) Sets the value of the 'Version' attribute.- Parameters:
- value- the new value of the 'Version' attribute.
- See Also:
- isSetVersion(),- unsetVersion(),- getVersion()
 
 - 
unsetVersionvoid unsetVersion() Unsets the value of the 'Version' attribute.- See Also:
- isSetVersion(),- getVersion(),- setVersion(String)
 
 - 
isSetVersionboolean isSetVersion() Returns whether the value of the 'Version' attribute is set.- Returns:
- whether the value of the 'Version' attribute is set.
- See Also:
- unsetVersion(),- getVersion(),- setVersion(String)
 
 
- 
 
-