Uses of Class
nl.b3p.csw.jaxb.csw.GetRecordsType
-
Packages that use GetRecordsType Package Description nl.b3p.csw.client nl.b3p.csw.jaxb.csw -
-
Uses of GetRecordsType in nl.b3p.csw.client
Methods in nl.b3p.csw.client that return types with arguments of type GetRecordsType Modifier and Type Method Description javax.xml.bind.JAXBElement<GetRecordsType>InputBySearch. getRequest()Methods in nl.b3p.csw.client with parameters of type GetRecordsType Modifier and Type Method Description static voidCswRequestCreator. addMaxRecords(GetRecordsType getRecordsType, BigInteger maxRecords)static voidCswRequestCreator. addStartPosition(GetRecordsType getRecordsType, BigInteger startPosition)Constructor parameters in nl.b3p.csw.client with type arguments of type GetRecordsType Constructor Description InputBySearch(javax.xml.bind.JAXBElement<GetRecordsType> request) -
Uses of GetRecordsType in nl.b3p.csw.jaxb.csw
Methods in nl.b3p.csw.jaxb.csw that return GetRecordsType Modifier and Type Method Description GetRecordsTypeObjectFactory. createGetRecordsType()Create an instance ofGetRecordsTypeMethods in nl.b3p.csw.jaxb.csw with parameters of type GetRecordsType Modifier and Type Method Description GetRecordsObjectFactory. createGetRecords(GetRecordsType value)Create an instance ofGetRecords}Constructors in nl.b3p.csw.jaxb.csw with parameters of type GetRecordsType Constructor Description GetRecords(GetRecordsType value)
-