Uses of Class
nl.b3p.csw.jaxb.csw.AbstractQueryType
-
Packages that use AbstractQueryType Package Description nl.b3p.csw.jaxb.csw -
-
Uses of AbstractQueryType in nl.b3p.csw.jaxb.csw
Subclasses of AbstractQueryType in nl.b3p.csw.jaxb.csw Modifier and Type Class Description classQueryTypeSpecifies a query to execute against instances of one or more object types.Fields in nl.b3p.csw.jaxb.csw with type parameters of type AbstractQueryType Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends AbstractQueryType>GetRecordsType. abstractQueryMethods in nl.b3p.csw.jaxb.csw that return types with arguments of type AbstractQueryType Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends AbstractQueryType>GetRecordsType. getAbstractQuery()Gets the value of the abstractQuery property.Methods in nl.b3p.csw.jaxb.csw with parameters of type AbstractQueryType Modifier and Type Method Description AbstractQueryObjectFactory. createAbstractQuery(AbstractQueryType value)Create an instance ofAbstractQuery}Method parameters in nl.b3p.csw.jaxb.csw with type arguments of type AbstractQueryType Modifier and Type Method Description voidGetRecordsType. setAbstractQuery(javax.xml.bind.JAXBElement<? extends AbstractQueryType> value)Sets the value of the abstractQuery property.Constructors in nl.b3p.csw.jaxb.csw with parameters of type AbstractQueryType Constructor Description AbstractQuery(AbstractQueryType value)Constructor parameters in nl.b3p.csw.jaxb.csw with type arguments of type AbstractQueryType 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
-