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>
| Modifier and Type | Field and Description |
|---|---|
protected IdCapabilitiesType |
idCapabilities |
protected ScalarCapabilitiesType |
scalarCapabilities |
protected SpatialCapabilitiesType |
spatialCapabilities |
| Constructor and Description |
|---|
FilterCapabilities()
Default no-arg constructor
|
FilterCapabilities(SpatialCapabilitiesType spatialCapabilities,
ScalarCapabilitiesType scalarCapabilities,
IdCapabilitiesType idCapabilities)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
IdCapabilitiesType |
getIdCapabilities()
Gets the value of the idCapabilities property.
|
ScalarCapabilitiesType |
getScalarCapabilities()
Gets the value of the scalarCapabilities property.
|
SpatialCapabilitiesType |
getSpatialCapabilities()
Gets the value of the spatialCapabilities property.
|
void |
setIdCapabilities(IdCapabilitiesType value)
Sets the value of the idCapabilities property.
|
void |
setScalarCapabilities(ScalarCapabilitiesType value)
Sets the value of the scalarCapabilities property.
|
void |
setSpatialCapabilities(SpatialCapabilitiesType value)
Sets the value of the spatialCapabilities property.
|
protected SpatialCapabilitiesType spatialCapabilities
protected ScalarCapabilitiesType scalarCapabilities
protected IdCapabilitiesType idCapabilities
public FilterCapabilities()
public FilterCapabilities(SpatialCapabilitiesType spatialCapabilities, ScalarCapabilitiesType scalarCapabilities, IdCapabilitiesType idCapabilities)
public SpatialCapabilitiesType getSpatialCapabilities()
SpatialCapabilitiesTypepublic void setSpatialCapabilities(SpatialCapabilitiesType value)
value - allowed object is
SpatialCapabilitiesTypepublic ScalarCapabilitiesType getScalarCapabilities()
ScalarCapabilitiesTypepublic void setScalarCapabilities(ScalarCapabilitiesType value)
value - allowed object is
ScalarCapabilitiesTypepublic IdCapabilitiesType getIdCapabilities()
IdCapabilitiesTypepublic void setIdCapabilities(IdCapabilitiesType value)
value - allowed object is
IdCapabilitiesTypeCopyright © 2022 B3Partners B.V.. All rights reserved.