Package net.opengis.cat.csw20
Interface AcknowledgementType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- AcknowledgementTypeImpl
 
 public interface AcknowledgementType extends EObjectA 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EchoedRequestTypegetEchoedRequest()Returns the value of the 'Echoed Request' containment reference.StringgetRequestId()Returns the value of the 'Request Id' attribute.CalendargetTimeStamp()Returns the value of the 'Time Stamp' attribute.voidsetEchoedRequest(EchoedRequestType value)Sets the value of the 'Echoed Request' containment reference.voidsetRequestId(String value)Sets the value of the 'Request Id' attribute.voidsetTimeStamp(Calendar value)Sets the value of the 'Time Stamp' attribute.
 
- 
- 
- 
Method Detail- 
getEchoedRequestEchoedRequestType 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()
 
 - 
setEchoedRequestvoid 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()
 
 - 
getRequestIdString 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()
 
 - 
setRequestIdvoid setRequestId(String value) Sets the value of the 'Request Id' attribute.- Parameters:
- value- the new value of the 'Request Id' attribute.
- See Also:
- getRequestId()
 
 - 
getTimeStampCalendar 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()
 
 - 
setTimeStampvoid setTimeStamp(Calendar value) Sets the value of the 'Time Stamp' attribute.- Parameters:
- value- the new value of the 'Time Stamp' attribute.
- See Also:
- getTimeStamp()
 
 
- 
 
-