Package com.luciad.ogc.csw.model
Class TLcdCSWAcknowledgement
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.csw.model.TLcdCSWAcknowledgement
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
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)
- Since:
- 2017.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theEchoedRequest
element.static final TLcdDataProperty
Data property that maps to theRequestId
element.static final TLcdDataProperty
Data property that maps to thetimeStamp
attribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theEchoedRequest
element.Returns the value of the property that maps to theRequestId
element.Returns the value of the property that maps to thetimeStamp
attribute.void
setEchoedRequest
(TLcdCSWEchoedRequest aValue) Sets the value of the property that maps to theEchoedRequest
element.void
setRequestId
(URI aValue) Sets the value of the property that maps to theRequestId
element.void
setTimeStamp
(XMLGregorianCalendar aValue) Sets the value of the property that maps to thetimeStamp
attribute.
-
Field Details
-
TIME_STAMP_PROPERTY
Data property that maps to thetimeStamp
attribute. The possible values for this property are instances ofXMLGregorianCalendar
. -
ECHOED_REQUEST_PROPERTY
Data property that maps to theEchoedRequest
element. The possible values for this property are instances ofTLcdCSWEchoedRequest
. -
REQUEST_ID_PROPERTY
Data property that maps to theRequestId
element. The possible values for this property are instances ofURI
.
-
-
Constructor Details
-
TLcdCSWAcknowledgement
public TLcdCSWAcknowledgement() -
TLcdCSWAcknowledgement
-
-
Method Details
-
getTimeStamp
Returns the value of the property that maps to thetimeStamp
attribute.- Returns:
- the value of the
TIME_STAMP_PROPERTY
property.
-
setTimeStamp
Sets the value of the property that maps to thetimeStamp
attribute.- Parameters:
aValue
- the value to set for theTIME_STAMP_PROPERTY
property.
-
getEchoedRequest
Returns the value of the property that maps to theEchoedRequest
element.- Returns:
- the value of the
ECHOED_REQUEST_PROPERTY
property.
-
setEchoedRequest
Sets the value of the property that maps to theEchoedRequest
element.- Parameters:
aValue
- the value to set for theECHOED_REQUEST_PROPERTY
property.
-
getRequestId
Returns the value of the property that maps to theRequestId
element.- Returns:
- the value of the
REQUEST_ID_PROPERTY
property.
-
setRequestId
Sets the value of the property that maps to theRequestId
element.- Parameters:
aValue
- the value to set for theREQUEST_ID_PROPERTY
property.
-