Package net.opengis.wfs20
Interface WFSCapabilitiesType
-
- All Superinterfaces:
CapabilitiesBaseType
,EObject
,Notifier
- All Known Implementing Classes:
WFSCapabilitiesTypeImpl
public interface WFSCapabilitiesType extends CapabilitiesBaseType
A representation of the model object 'WFS Capabilities Type'.The following features are supported:
- See Also:
Wfs20Package.getWFSCapabilitiesType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureTypeListType
getFeatureTypeList()
Returns the value of the 'Feature Type List' containment reference.FilterCapabilitiesType
getFilterCapabilities()
Returns the value of the 'Filter Capabilities' containment reference.WSDLType
getWSDL()
Returns the value of the 'WSDL' containment reference.void
setFeatureTypeList(FeatureTypeListType value)
Sets the value of the 'Feature Type List
' containment reference.void
setFilterCapabilities(FilterCapabilitiesType value)
Sets the value of the 'Filter Capabilities
' containment reference.void
setWSDL(WSDLType value)
Sets the value of the 'WSDL
' containment reference.-
Methods inherited from interface CapabilitiesBaseType
getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
-
-
-
-
Method Detail
-
getWSDL
WSDLType getWSDL()
Returns the value of the 'WSDL' containment reference.If the meaning of the 'WSDL' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'WSDL' containment reference.
- See Also:
setWSDL(WSDLType)
,Wfs20Package.getWFSCapabilitiesType_WSDL()
-
setWSDL
void setWSDL(WSDLType value)
Sets the value of the 'WSDL
' containment reference.- Parameters:
value
- the new value of the 'WSDL' containment reference.- See Also:
getWSDL()
-
getFeatureTypeList
FeatureTypeListType getFeatureTypeList()
Returns the value of the 'Feature Type List' containment reference.If the meaning of the 'Feature Type List' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Feature Type List' containment reference.
- See Also:
setFeatureTypeList(FeatureTypeListType)
,Wfs20Package.getWFSCapabilitiesType_FeatureTypeList()
-
setFeatureTypeList
void setFeatureTypeList(FeatureTypeListType value)
Sets the value of the 'Feature Type List
' containment reference.- Parameters:
value
- the new value of the 'Feature Type List' containment reference.- See Also:
getFeatureTypeList()
-
getFilterCapabilities
FilterCapabilitiesType getFilterCapabilities()
Returns the value of the 'Filter Capabilities' containment reference.If the meaning of the 'Filter Capabilities' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Filter Capabilities' containment reference.
- See Also:
setFilterCapabilities(FilterCapabilitiesType)
,Wfs20Package.getWFSCapabilitiesType_FilterCapabilities()
-
setFilterCapabilities
void setFilterCapabilities(FilterCapabilitiesType value)
Sets the value of the 'Filter Capabilities
' containment reference.- Parameters:
value
- the new value of the 'Filter Capabilities' containment reference.- See Also:
getFilterCapabilities()
-
-