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