Package com.luciad.ogc.csw.model
Class TLcdCSWEchoedRequest
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.csw.model.TLcdCSWEchoedRequest
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Includes a copy of the request message body.
- Since:
- 2017.0
-
Field Details
-
ANY_PROPERTY
Data any property. The possible values for this property are instances ofObject
.
-
-
Constructor Details
-
TLcdCSWEchoedRequest
public TLcdCSWEchoedRequest() -
TLcdCSWEchoedRequest
-
-
Method Details
-
getAny
Returns the value of the any property.- Returns:
- the value of the
ANY_PROPERTY
property.
-
setAny
Sets the value of the any property.- Parameters:
aValue
- the value to set for theANY_PROPERTY
property.
-