Uses of Class
nl.b3p.csw.jaxb.csw.RequestBaseType
-
Packages that use RequestBaseType Package Description nl.b3p.csw.client nl.b3p.csw.jaxb.csw -
-
Uses of RequestBaseType in nl.b3p.csw.client
Fields in nl.b3p.csw.client with type parameters of type RequestBaseType Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends RequestBaseType>Input. requestMethods in nl.b3p.csw.client that return types with arguments of type RequestBaseType Modifier and Type Method Description protected javax.xml.bind.JAXBElement<? extends RequestBaseType>Input. getRequest()Constructor parameters in nl.b3p.csw.client with type arguments of type RequestBaseType Constructor Description Input(javax.xml.bind.JAXBElement<? extends RequestBaseType> request) -
Uses of RequestBaseType in nl.b3p.csw.jaxb.csw
Subclasses of RequestBaseType in nl.b3p.csw.jaxb.csw Modifier and Type Class Description classDescribeRecordTypeThis request allows a user to discover elements of the information model supported by the catalogue.classGetDomainTypeRequests the actual values of some specified request parameter or other data element.classGetRecordByIdTypeConvenience operation to retrieve default record representations by identifier.classGetRecordsTypeThe principal means of searching the catalogue.classHarvestTypeRequests that the catalogue attempt to harvest a resource from some network location identified by the source URL.classTransactionTypeUsers may insert, update, or delete catalogue entries.
-