Class GetRecordByIdRequest

java.lang.Object
org.codice.ddf.spatial.ogc.csw.catalog.common.CswRequest
org.codice.ddf.spatial.ogc.csw.catalog.common.GetRecordByIdRequest

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

    • GetRecordByIdRequest

      public GetRecordByIdRequest()
    • GetRecordByIdRequest

      public GetRecordByIdRequest(String service)
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getElementSetName

      public String getElementSetName()
    • setElementSetName

      public void setElementSetName(String elementSetName)
    • getOutputFormat

      public String getOutputFormat()
    • setOutputFormat

      public void setOutputFormat(String outputFormat)
    • getOutputSchema

      public String getOutputSchema()
    • setOutputSchema

      public void setOutputSchema(String outputSchema)