Class GetPropertyValueRequest

java.lang.Object
org.codice.ddf.spatial.ogc.wfs.catalog.common.WfsRequest
org.codice.ddf.spatial.ogc.wfs.v2_0_0.catalog.common.GetPropertyValueRequest

public class GetPropertyValueRequest extends WfsRequest
JAX-RS Parameter Bean Class for the GetPropertyValueRequest request. The member variables will be automatically injected by the JAX-RS annotations.
  • Constructor Details

    • GetPropertyValueRequest

      public GetPropertyValueRequest()
  • Method Details

    • getAdhocQuery

      public String getAdhocQuery()
    • setAdhocQuery

      public void setAdhocQuery(String adhocQuery)
    • getValueReference

      public String getValueReference()
    • setValueReference

      public void setValueReference(String valueReference)
    • getResolvePath

      public String getResolvePath()
    • setResolvePath

      public void setResolvePath(String resolvePath)