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:
Csw20Package.getAcknowledgementType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EchoedRequestType
getEchoedRequest()
Returns the value of the 'Echoed Request' containment reference.String
getRequestId()
Returns the value of the 'Request Id' attribute.Calendar
getTimeStamp()
Returns the value of the 'Time Stamp' attribute.void
setEchoedRequest(EchoedRequestType value)
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.
-
-
-
Method Detail
-
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(EchoedRequestType)
,Csw20Package.getAcknowledgementType_EchoedRequest()
-
setEchoedRequest
void setEchoedRequest(EchoedRequestType value)
Sets the value of the 'Echoed Request
' containment reference.- Parameters:
value
- the new value of the 'Echoed Request' containment reference.- See Also:
getEchoedRequest()
-
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(String)
,Csw20Package.getAcknowledgementType_RequestId()
-
setRequestId
void setRequestId(String value)
Sets the value of the 'Request Id
' attribute.- Parameters:
value
- the new value of the 'Request Id' attribute.- See Also:
getRequestId()
-
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
void setTimeStamp(Calendar value)
Sets the value of the 'Time Stamp
' attribute.- Parameters:
value
- the new value of the 'Time Stamp' attribute.- See Also:
getTimeStamp()
-
-