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:
Csw20Package.getHarvestResponseType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcknowledgementType
getAcknowledgement()
Returns the value of the 'Acknowledgement' containment reference.TransactionResponseType
getTransactionResponse()
Returns the value of the 'Transaction Response' containment reference.void
setAcknowledgement(AcknowledgementType value)
Sets the value of the 'Acknowledgement
' containment reference.void
setTransactionResponse(TransactionResponseType value)
Sets the value of the 'Transaction Response
' containment reference.
-
-
-
Method Detail
-
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(AcknowledgementType)
,Csw20Package.getHarvestResponseType_Acknowledgement()
-
setAcknowledgement
void setAcknowledgement(AcknowledgementType value)
Sets the value of the 'Acknowledgement
' containment reference.- Parameters:
value
- the new value of the 'Acknowledgement' containment reference.- See Also:
getAcknowledgement()
-
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(TransactionResponseType)
,Csw20Package.getHarvestResponseType_TransactionResponse()
-
setTransactionResponse
void 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()
-
-