Uses of Class
nl.b3p.csw.jaxb.ows.ServiceProvider
-
Packages that use ServiceProvider Package Description nl.b3p.csw.jaxb.csw nl.b3p.csw.jaxb.ows -
-
Uses of ServiceProvider in nl.b3p.csw.jaxb.csw
Constructors in nl.b3p.csw.jaxb.csw with parameters of type ServiceProvider Constructor Description CapabilitiesType(ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, String version, String updateSequence, FilterCapabilities filterCapabilities)Fully-initialising value constructor -
Uses of ServiceProvider in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows declared as ServiceProvider Modifier and Type Field Description protected ServiceProviderCapabilitiesBaseType. serviceProviderMethods in nl.b3p.csw.jaxb.ows that return ServiceProvider Modifier and Type Method Description ServiceProviderObjectFactory. createServiceProvider()Create an instance ofServiceProviderServiceProviderCapabilitiesBaseType. getServiceProvider()Gets the value of the serviceProvider property.Methods in nl.b3p.csw.jaxb.ows with parameters of type ServiceProvider Modifier and Type Method Description voidCapabilitiesBaseType. setServiceProvider(ServiceProvider value)Sets the value of the serviceProvider property.Constructors in nl.b3p.csw.jaxb.ows with parameters of type ServiceProvider Constructor Description CapabilitiesBaseType(ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, String version, String updateSequence)Fully-initialising value constructor
-