public class GetRecordsRequest extends CswRequest
Constructor and Description |
---|
GetRecordsRequest() |
GetRecordsRequest(String service,
String version) |
getRequest, getService, parseNamespaces, setRequest, setService, typeStringToQNames
public String getVersion()
public void setVersion(String version)
public String getRequestId()
public void setRequestId(String requestId)
public String getNamespace()
public void setNamespace(String namespace)
public String getResultType()
public void setResultType(String resultType)
public String getOutputFormat()
public void setOutputFormat(String outputFormat)
public String getOutputSchema()
public void setOutputSchema(String outputSchema)
public BigInteger getStartPosition()
public void setStartPosition(BigInteger startPosition)
public BigInteger getMaxRecords()
public void setMaxRecords(BigInteger maxRecords)
public String getTypeNames()
public void setTypeNames(String typeNames)
public String getElementName()
public void setElementName(String elementName)
public String getElementSetName()
public void setElementSetName(String elementSetName)
public String getConstraintLanguage()
public void setConstraintLanguage(String constraintLanguage)
public String getConstraint()
public void setConstraint(String constraint)
public String getSortBy()
public void setSortBy(String sortBy)
public Boolean getDistributedSearch()
public void setDistributedSearch(Boolean distributedSearch)
public BigInteger getHopCount()
public void setHopCount(BigInteger hopCount)
public String getResponseHandler()
public void setResponseHandler(String responseHandler)
public GetRecordsType get202RecordsType() throws CswException
CswException
- An exception when some field cannot be converted to the equivalent
GetRecordsType valueThis work is licensed under a Creative Commons Attribution 4.0 International License.