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 SummaryModifier 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 EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getAcknowledgementAcknowledgementType 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:
 
- 
setAcknowledgementSets the value of the 'Acknowledgement' containment reference.- Parameters:
- value- the new value of the 'Acknowledgement' containment reference.
- See Also:
 
- 
getTransactionResponseTransactionResponseType 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:
 
- 
setTransactionResponseSets the value of the 'Transaction Response' containment reference.- Parameters:
- value- the new value of the 'Transaction Response' containment reference.
- See Also:
 
 
-