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