Package nl.b3p.csw.jaxb.filter
Class FilterCapabilities
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.FilterCapabilities
-
public class FilterCapabilities extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Spatial_Capabilities" type="{http://www.opengis.net/ogc}Spatial_CapabilitiesType"/> <element name="Scalar_Capabilities" type="{http://www.opengis.net/ogc}Scalar_CapabilitiesType"/> <element name="Id_Capabilities" type="{http://www.opengis.net/ogc}Id_CapabilitiesType"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected IdCapabilitiesTypeidCapabilitiesprotected ScalarCapabilitiesTypescalarCapabilitiesprotected SpatialCapabilitiesTypespatialCapabilities
-
Constructor Summary
Constructors Constructor Description FilterCapabilities()Default no-arg constructorFilterCapabilities(SpatialCapabilitiesType spatialCapabilities, ScalarCapabilitiesType scalarCapabilities, IdCapabilitiesType idCapabilities)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdCapabilitiesTypegetIdCapabilities()Gets the value of the idCapabilities property.ScalarCapabilitiesTypegetScalarCapabilities()Gets the value of the scalarCapabilities property.SpatialCapabilitiesTypegetSpatialCapabilities()Gets the value of the spatialCapabilities property.voidsetIdCapabilities(IdCapabilitiesType value)Sets the value of the idCapabilities property.voidsetScalarCapabilities(ScalarCapabilitiesType value)Sets the value of the scalarCapabilities property.voidsetSpatialCapabilities(SpatialCapabilitiesType value)Sets the value of the spatialCapabilities property.
-
-
-
Field Detail
-
spatialCapabilities
protected SpatialCapabilitiesType spatialCapabilities
-
scalarCapabilities
protected ScalarCapabilitiesType scalarCapabilities
-
idCapabilities
protected IdCapabilitiesType idCapabilities
-
-
Constructor Detail
-
FilterCapabilities
public FilterCapabilities()
Default no-arg constructor
-
FilterCapabilities
public FilterCapabilities(SpatialCapabilitiesType spatialCapabilities, ScalarCapabilitiesType scalarCapabilities, IdCapabilitiesType idCapabilities)
Fully-initialising value constructor
-
-
Method Detail
-
getSpatialCapabilities
public SpatialCapabilitiesType getSpatialCapabilities()
Gets the value of the spatialCapabilities property.- Returns:
- possible object is
SpatialCapabilitiesType
-
setSpatialCapabilities
public void setSpatialCapabilities(SpatialCapabilitiesType value)
Sets the value of the spatialCapabilities property.- Parameters:
value- allowed object isSpatialCapabilitiesType
-
getScalarCapabilities
public ScalarCapabilitiesType getScalarCapabilities()
Gets the value of the scalarCapabilities property.- Returns:
- possible object is
ScalarCapabilitiesType
-
setScalarCapabilities
public void setScalarCapabilities(ScalarCapabilitiesType value)
Sets the value of the scalarCapabilities property.- Parameters:
value- allowed object isScalarCapabilitiesType
-
getIdCapabilities
public IdCapabilitiesType getIdCapabilities()
Gets the value of the idCapabilities property.- Returns:
- possible object is
IdCapabilitiesType
-
setIdCapabilities
public void setIdCapabilities(IdCapabilitiesType value)
Sets the value of the idCapabilities property.- Parameters:
value- allowed object isIdCapabilitiesType
-
-