Uses of Class
nl.b3p.csw.jaxb.csw.DistributedSearchType
-
Packages that use DistributedSearchType Package Description nl.b3p.csw.jaxb.csw -
-
Uses of DistributedSearchType in nl.b3p.csw.jaxb.csw
Fields in nl.b3p.csw.jaxb.csw declared as DistributedSearchType Modifier and Type Field Description protected DistributedSearchTypeGetRecordsType. distributedSearchMethods in nl.b3p.csw.jaxb.csw that return DistributedSearchType Modifier and Type Method Description DistributedSearchTypeObjectFactory. createDistributedSearchType()Create an instance ofDistributedSearchTypeDistributedSearchTypeGetRecordsType. getDistributedSearch()Gets the value of the distributedSearch property.Methods in nl.b3p.csw.jaxb.csw with parameters of type DistributedSearchType Modifier and Type Method Description voidGetRecordsType. setDistributedSearch(DistributedSearchType value)Sets the value of the distributedSearch property.Constructors in nl.b3p.csw.jaxb.csw with parameters of type DistributedSearchType Constructor Description GetRecordsType(String service, String version, DistributedSearchType distributedSearch, List<String> responseHandler, javax.xml.bind.JAXBElement<? extends AbstractQueryType> abstractQuery, Object any, String requestId, ResultType resultType, String outputFormat, String outputSchema, BigInteger startPosition, BigInteger maxRecords)Fully-initialising value constructor
-