Class TLcdCSWEchoedRequest

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.csw.model.TLcdCSWEchoedRequest
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdCSWEchoedRequest extends TLcdDataObject
Includes a copy of the request message body.
Since:
2017.0
  • Field Details

    • ANY_PROPERTY

      public static final TLcdDataProperty ANY_PROPERTY
      Data any property. The possible values for this property are instances of Object.
  • Constructor Details

    • TLcdCSWEchoedRequest

      public TLcdCSWEchoedRequest()
    • TLcdCSWEchoedRequest

      public TLcdCSWEchoedRequest(TLcdDataType aType)
  • Method Details

    • getAny

      public Object getAny()
      Returns the value of the any property.
      Returns:
      the value of the ANY_PROPERTY property.
    • setAny

      public void setAny(Object aValue)
      Sets the value of the any property.
      Parameters:
      aValue - the value to set for the ANY_PROPERTY property.