Package net.opengis.cat.csw20
Interface HarvestResponseType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- HarvestResponseTypeImpl
 
 public interface HarvestResponseType extends EObjectA representation of the model object 'Harvest Response Type'.The following features are supported: - See Also:
- Csw20Package.getHarvestResponseType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AcknowledgementTypegetAcknowledgement()Returns the value of the 'Acknowledgement' containment reference.TransactionResponseTypegetTransactionResponse()Returns the value of the 'Transaction Response' containment reference.voidsetAcknowledgement(AcknowledgementType value)Sets the value of the 'Acknowledgement' containment reference.voidsetTransactionResponse(TransactionResponseType value)Sets the value of the 'Transaction Response' containment reference.
 
- 
- 
- 
Method Detail- 
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:
- setAcknowledgement(AcknowledgementType),- Csw20Package.getHarvestResponseType_Acknowledgement()
 
 - 
setAcknowledgementvoid setAcknowledgement(AcknowledgementType value) Sets the value of the 'Acknowledgement' containment reference.- Parameters:
- value- the new value of the 'Acknowledgement' containment reference.
- See Also:
- getAcknowledgement()
 
 - 
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:
- setTransactionResponse(TransactionResponseType),- Csw20Package.getHarvestResponseType_TransactionResponse()
 
 - 
setTransactionResponsevoid setTransactionResponse(TransactionResponseType value) Sets the value of the 'Transaction Response' containment reference.- Parameters:
- value- the new value of the 'Transaction Response' containment reference.
- See Also:
- getTransactionResponse()
 
 
- 
 
-