Package net.opengis.cat.csw20
Interface AcknowledgementType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
AcknowledgementTypeImpl
public interface AcknowledgementType
extends EObject
A representation of the model object 'Acknowledgement Type'.
This is a general acknowledgement response message for all requests
that may be processed in an asynchronous manner.
EchoedRequest - Echoes the submitted request message
RequestId - identifier for polling purposes (if no response
handler is available, or the URL scheme is
unsupported)
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Echoed Request' containment reference.Returns the value of the 'Request Id' attribute.Returns the value of the 'Time Stamp' attribute.void
Sets the value of the 'Echoed Request
' containment reference.void
setRequestId
(String value) Sets the value of the 'Request Id
' attribute.void
setTimeStamp
(Calendar value) Sets the value of the 'Time Stamp
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getEchoedRequest
EchoedRequestType getEchoedRequest()Returns the value of the 'Echoed Request' containment reference.If the meaning of the 'Echoed Request' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Echoed Request' containment reference.
- See Also:
-
setEchoedRequest
Sets the value of the 'Echoed Request
' containment reference.- Parameters:
value
- the new value of the 'Echoed Request' containment reference.- See Also:
-
getRequestId
String getRequestId()Returns the value of the 'Request Id' attribute.If the meaning of the 'Request Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Request Id' attribute.
- See Also:
-
setRequestId
Sets the value of the 'Request Id
' attribute.- Parameters:
value
- the new value of the 'Request Id' attribute.- See Also:
-
getTimeStamp
Calendar getTimeStamp()Returns the value of the 'Time Stamp' attribute.If the meaning of the 'Time Stamp' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Time Stamp' attribute.
- See Also:
-
#setTimeStamp(XMLGregorianCalendar)
Csw20Package.getAcknowledgementType_TimeStamp()
-
setTimeStamp
Sets the value of the 'Time Stamp
' attribute.- Parameters:
value
- the new value of the 'Time Stamp' attribute.- See Also:
-