Package nl.b3p.csw.client
Class InputBySearch
- java.lang.Object
-
- nl.b3p.csw.client.Input
-
- nl.b3p.csw.client.InputBySearch
-
public class InputBySearch extends Input
- Author:
- Erik van de Pol
-
-
Constructor Summary
Constructors Constructor Description InputBySearch(String queryString)InputBySearch(String queryString, BigInteger maxRecords, BigInteger startPosition)InputBySearch(javax.xml.bind.JAXBElement<GetRecordsType> request)InputBySearch(org.jdom2.Document document, Schema schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<GetRecordsType>getRequest()protected ClassgetTargetType()
-
-
-
Constructor Detail
-
InputBySearch
public InputBySearch(String queryString)
-
InputBySearch
public InputBySearch(String queryString, BigInteger maxRecords, BigInteger startPosition)
-
InputBySearch
public InputBySearch(javax.xml.bind.JAXBElement<GetRecordsType> request)
-
InputBySearch
public InputBySearch(org.jdom2.Document document, Schema schema) throws javax.xml.bind.JAXBException, org.jdom2.JDOMException- Throws:
javax.xml.bind.JAXBExceptionorg.jdom2.JDOMException
-
-
Method Detail
-
getRequest
public javax.xml.bind.JAXBElement<GetRecordsType> getRequest()
- Overrides:
getRequestin classInput
-
getTargetType
protected Class getTargetType()
- Specified by:
getTargetTypein classInput
-
-