Class GetRecordsRequest
java.lang.Object
org.codice.ddf.spatial.ogc.csw.catalog.common.CswRequest
org.codice.ddf.spatial.ogc.csw.catalog.common.GetRecordsRequest
JAX-RS Parameter Bean Class for the GetRecords request. The member variables will be
automatically injected by the JAX-RS annotations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.opengis.cat.csw.v_2_0_2.GetRecordsTypeConvert the KVP values into a GetRecordsType, validates format of fields and enumeration constraints required to meet the schema requirements of the GetRecordsType.voidsetConstraint(String constraint) voidsetConstraintLanguage(String constraintLanguage) voidsetDistributedSearch(Boolean distributedSearch) voidsetElementName(String elementName) voidsetElementSetName(String elementSetName) voidsetHopCount(BigInteger hopCount) voidsetMaxRecords(BigInteger maxRecords) voidsetNamespace(String namespace) voidsetOutputFormat(String outputFormat) voidsetOutputSchema(String outputSchema) voidsetRequestId(String requestId) voidsetResponseHandler(String responseHandler) voidsetResultType(String resultType) voidvoidsetStartPosition(BigInteger startPosition) voidsetTypeNames(String typeNames) voidsetVersion(String version) Methods inherited from class org.codice.ddf.spatial.ogc.csw.catalog.common.CswRequest
getRequest, getService, parseNamespaces, setRequest, setService, typeStringToQNames
-
Constructor Details
-
GetRecordsRequest
public GetRecordsRequest() -
GetRecordsRequest
-
-
Method Details
-
getVersion
-
setVersion
-
getRequestId
-
setRequestId
-
getNamespace
-
setNamespace
-
getResultType
-
setResultType
-
getOutputFormat
-
setOutputFormat
-
getOutputSchema
-
setOutputSchema
-
getStartPosition
-
setStartPosition
-
getMaxRecords
-
setMaxRecords
-
getTypeNames
-
setTypeNames
-
getElementName
-
setElementName
-
getElementSetName
-
setElementSetName
-
getConstraintLanguage
-
setConstraintLanguage
-
getConstraint
-
setConstraint
-
getSortBy
-
setSortBy
-
getDistributedSearch
-
setDistributedSearch
-
getHopCount
-
setHopCount
-
getResponseHandler
-
setResponseHandler
-
get202RecordsType
Convert the KVP values into a GetRecordsType, validates format of fields and enumeration constraints required to meet the schema requirements of the GetRecordsType. No further validation is done at this point- Returns:
- GetRecordsType representation of this key-value representation
- Throws:
CswException- An exception when some field cannot be converted to the equivalent GetRecordsType value
-