Uses of Class
nl.b3p.csw.jaxb.csw.ResultType
-
Packages that use ResultType Package Description nl.b3p.csw.client nl.b3p.csw.jaxb.csw -
-
Uses of ResultType in nl.b3p.csw.client
Methods in nl.b3p.csw.client that return ResultType Modifier and Type Method Description static ResultTypeCswRequestCreator. createResultType(String resultTypeString) -
Uses of ResultType in nl.b3p.csw.jaxb.csw
Fields in nl.b3p.csw.jaxb.csw declared as ResultType Modifier and Type Field Description protected ResultTypeGetRecordsType. resultTypeMethods in nl.b3p.csw.jaxb.csw that return ResultType Modifier and Type Method Description static ResultTypeResultType. fromValue(String v)ResultTypeGetRecordsType. getResultType()Gets the value of the resultType property.static ResultTypeResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultType[]ResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.b3p.csw.jaxb.csw with parameters of type ResultType Modifier and Type Method Description voidGetRecordsType. setResultType(ResultType value)Sets the value of the resultType property.Constructors in nl.b3p.csw.jaxb.csw with parameters of type ResultType 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
-