Package net.opengis.wfs20
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 following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionResultsType
getInsertResults()
Returns the value of the 'Insert Results' containment reference.ActionResultsType
getReplaceResults()
Returns the value of the 'Replace Results' containment reference.TransactionSummaryType
getTransactionSummary()
Returns the value of the 'Transaction Summary' containment reference.ActionResultsType
getUpdateResults()
Returns the value of the 'Update Results' containment reference.String
getVersion()
Returns the value of the 'Version' attribute.boolean
isSetVersion()
Returns whether the value of the 'Version
' attribute is set.void
setInsertResults(ActionResultsType value)
Sets the value of the 'Insert Results
' containment reference.void
setReplaceResults(ActionResultsType value)
Sets the value of the 'Replace Results
' containment reference.void
setTransactionSummary(TransactionSummaryType value)
Sets the value of the 'Transaction Summary
' containment reference.void
setUpdateResults(ActionResultsType value)
Sets the value of the 'Update Results
' containment reference.void
setVersion(String value)
Sets the value of the 'Version
' attribute.void
unsetVersion()
Unsets 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)
,Wfs20Package.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()
-
getInsertResults
ActionResultsType 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()
-
setInsertResults
void 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()
-
getUpdateResults
ActionResultsType 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()
-
setUpdateResults
void 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()
-
getReplaceResults
ActionResultsType 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()
-
setReplaceResults
void 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()
-
getVersion
String 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()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
isSetVersion()
,unsetVersion()
,getVersion()
-
unsetVersion
void unsetVersion()
Unsets the value of the 'Version
' attribute.- See Also:
isSetVersion()
,getVersion()
,setVersion(String)
-
isSetVersion
boolean 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)
-
-