Package net.opengis.cat.csw20
Interface HarvestResponseType
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
HarvestResponseTypeImpl
public interface HarvestResponseType
extends EObject
A representation of the model object 'Harvest Response Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Acknowledgement' containment reference.Returns the value of the 'Transaction Response' containment reference.voidSets the value of the 'Acknowledgement' containment reference.voidSets the value of the 'Transaction Response' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAcknowledgement
AcknowledgementType getAcknowledgement()Returns the value of the 'Acknowledgement' containment reference.If the meaning of the 'Acknowledgement' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Acknowledgement' containment reference.
- See Also:
-
setAcknowledgement
Sets the value of the 'Acknowledgement' containment reference.- Parameters:
value- the new value of the 'Acknowledgement' containment reference.- See Also:
-
getTransactionResponse
TransactionResponseType getTransactionResponse()Returns the value of the 'Transaction Response' containment reference.If the meaning of the 'Transaction Response' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Transaction Response' containment reference.
- See Also:
-
setTransactionResponse
Sets the value of the 'Transaction Response' containment reference.- Parameters:
value- the new value of the 'Transaction Response' containment reference.- See Also:
-