Package nl.b3p.csw.client
Class InputById
- java.lang.Object
-
- nl.b3p.csw.client.Input
-
- nl.b3p.csw.client.InputById
-
public class InputById extends Input
- Author:
- Erik van de Pol
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<GetRecordByIdType>getRequest()protected ClassgetTargetType()
-
-
-
Constructor Detail
-
InputById
public InputById(String idString)
-
InputById
public InputById(String[] idsString)
-
InputById
public InputById(javax.xml.bind.JAXBElement<GetRecordByIdType> request)
-
InputById
public InputById(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<GetRecordByIdType> getRequest()
- Overrides:
getRequestin classInput
-
getTargetType
protected Class getTargetType()
- Specified by:
getTargetTypein classInput
-
-