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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theEchoedRequestelement.static final TLcdDataPropertyData property that maps to theRequestIdelement.static final TLcdDataPropertyData property that maps to thetimeStampattribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theEchoedRequestelement.Returns the value of the property that maps to theRequestIdelement.Returns the value of the property that maps to thetimeStampattribute.voidsetEchoedRequest(TLcdCSWEchoedRequest aValue) Sets the value of the property that maps to theEchoedRequestelement.voidsetRequestId(URI aValue) Sets the value of the property that maps to theRequestIdelement.voidsetTimeStamp(XMLGregorianCalendar aValue) Sets the value of the property that maps to thetimeStampattribute.
-
Field Details
-
TIME_STAMP_PROPERTY
Data property that maps to thetimeStampattribute. The possible values for this property are instances ofXMLGregorianCalendar. -
ECHOED_REQUEST_PROPERTY
Data property that maps to theEchoedRequestelement. The possible values for this property are instances ofTLcdCSWEchoedRequest. -
REQUEST_ID_PROPERTY
Data property that maps to theRequestIdelement. 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 thetimeStampattribute.- Returns:
- the value of the
TIME_STAMP_PROPERTYproperty.
-
setTimeStamp
Sets the value of the property that maps to thetimeStampattribute.- Parameters:
aValue- the value to set for theTIME_STAMP_PROPERTYproperty.
-
getEchoedRequest
Returns the value of the property that maps to theEchoedRequestelement.- Returns:
- the value of the
ECHOED_REQUEST_PROPERTYproperty.
-
setEchoedRequest
Sets the value of the property that maps to theEchoedRequestelement.- Parameters:
aValue- the value to set for theECHOED_REQUEST_PROPERTYproperty.
-
getRequestId
Returns the value of the property that maps to theRequestIdelement.- Returns:
- the value of the
REQUEST_ID_PROPERTYproperty.
-
setRequestId
Sets the value of the property that maps to theRequestIdelement.- Parameters:
aValue- the value to set for theREQUEST_ID_PROPERTYproperty.
-