|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionResponseType
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, an exception report is returned instead.
The following features are supported:
WfsPackage.getTransactionResponseType()
Method Summary | |
---|---|
InsertResultsType |
getInsertResults()
Returns the value of the 'Insert Results' containment reference. |
TransactionResultsType |
getTransactionResults()
Returns the value of the 'Transaction Results' containment reference. |
TransactionSummaryType |
getTransactionSummary()
Returns the value of the 'Transaction Summary' containment reference. |
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute. |
boolean |
isSetVersion()
Returns whether the value of the ' Version ' attribute is set. |
void |
setInsertResults(InsertResultsType value)
Sets the value of the ' Insert Results ' containment reference. |
void |
setTransactionResults(TransactionResultsType value)
Sets the value of the ' Transaction Results ' containment reference. |
void |
setTransactionSummary(TransactionSummaryType value)
Sets the value of the ' Transaction Summary ' containment reference. |
void |
setVersion(java.lang.String value)
Sets the value of the ' Version ' attribute. |
void |
unsetVersion()
Unsets the value of the ' Version ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
TransactionSummaryType getTransactionSummary()
setTransactionSummary(TransactionSummaryType)
,
WfsPackage.getTransactionResponseType_TransactionSummary()
void setTransactionSummary(TransactionSummaryType value)
Transaction Summary
' containment reference.
value
- the new value of the 'Transaction Summary' containment reference.getTransactionSummary()
TransactionResultsType getTransactionResults()
setTransactionResults(TransactionResultsType)
,
WfsPackage.getTransactionResponseType_TransactionResults()
void setTransactionResults(TransactionResultsType value)
Transaction Results
' containment reference.
value
- the new value of the 'Transaction Results' containment reference.getTransactionResults()
InsertResultsType getInsertResults()
setInsertResults(InsertResultsType)
,
WfsPackage.getTransactionResponseType_InsertResults()
void setInsertResults(InsertResultsType value)
Insert Results
' containment reference.
value
- the new value of the 'Insert Results' containment reference.getInsertResults()
java.lang.String getVersion()
"1.1.0"
.
The version attribute contains the version of the request
that generated this response. So a V1.1.0 transaction
request generates a V1.1.0 transaction response.
isSetVersion()
,
unsetVersion()
,
setVersion(String)
,
WfsPackage.getTransactionResponseType_Version()
void setVersion(java.lang.String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.isSetVersion()
,
unsetVersion()
,
getVersion()
void unsetVersion()
Version
' attribute.
isSetVersion()
,
getVersion()
,
setVersion(String)
boolean isSetVersion()
Version
' attribute is set.
unsetVersion()
,
getVersion()
,
setVersion(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |