net.opengis.wfs
Interface WFSCapabilitiesType

All Superinterfaces:
CapabilitiesBaseType, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
WFSCapabilitiesTypeImpl

public interface WFSCapabilitiesType
extends CapabilitiesBaseType

A representation of the model object 'Capabilities Type'. XML encoded WFS GetCapabilities operation response. This document provides clients with service metadata about a specific service instance, including metadata about the tightly-coupled data served. If the server does not implement the updateSequence parameter, the server shall always return the complete Capabilities document, without the updateSequence parameter. When the server implements the updateSequence parameter and the GetCapabilities operation request included the updateSequence parameter with the current value, the server shall return this element with only the "version" and "updateSequence" attributes. Otherwise, all optional elements shall be included or not depending on the actual value of the Contents parameter in the GetCapabilities operation request.

The following features are supported:

See Also:
WfsPackage.getWFSCapabilitiesType()

Method Summary
 FeatureTypeListType getFeatureTypeList()
          Returns the value of the 'Feature Type List' containment reference.
 org.opengis.filter.capability.FilterCapabilities getFilterCapabilities()
          Returns the value of the 'Filter Capabilities' attribute.
 GMLObjectTypeListType getServesGMLObjectTypeList()
          Returns the value of the 'Serves GML Object Type List' containment reference.
 GMLObjectTypeListType getSupportsGMLObjectTypeList()
          Returns the value of the 'Supports GML Object Type List' containment reference.
 void setFeatureTypeList(FeatureTypeListType value)
          Sets the value of the 'Feature Type List' containment reference.
 void setFilterCapabilities(org.opengis.filter.capability.FilterCapabilities value)
          Sets the value of the 'Filter Capabilities' attribute.
 void setServesGMLObjectTypeList(GMLObjectTypeListType value)
          Sets the value of the 'Serves GML Object Type List' containment reference.
 void setSupportsGMLObjectTypeList(GMLObjectTypeListType value)
          Sets the value of the 'Supports GML Object Type List' containment reference.
 
Methods inherited from interface net.opengis.ows10.CapabilitiesBaseType
getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

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), WfsPackage.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()

getServesGMLObjectTypeList

GMLObjectTypeListType getServesGMLObjectTypeList()
Returns the value of the 'Serves GML Object Type List' containment reference.

If the meaning of the 'Serves GML Object Type List' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Serves GML Object Type List' containment reference.
See Also:
setServesGMLObjectTypeList(GMLObjectTypeListType), WfsPackage.getWFSCapabilitiesType_ServesGMLObjectTypeList()

setServesGMLObjectTypeList

void setServesGMLObjectTypeList(GMLObjectTypeListType value)
Sets the value of the 'Serves GML Object Type List' containment reference.

Parameters:
value - the new value of the 'Serves GML Object Type List' containment reference.
See Also:
getServesGMLObjectTypeList()

getSupportsGMLObjectTypeList

GMLObjectTypeListType getSupportsGMLObjectTypeList()
Returns the value of the 'Supports GML Object Type List' containment reference.

If the meaning of the 'Supports GML Object Type List' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Supports GML Object Type List' containment reference.
See Also:
setSupportsGMLObjectTypeList(GMLObjectTypeListType), WfsPackage.getWFSCapabilitiesType_SupportsGMLObjectTypeList()

setSupportsGMLObjectTypeList

void setSupportsGMLObjectTypeList(GMLObjectTypeListType value)
Sets the value of the 'Supports GML Object Type List' containment reference.

Parameters:
value - the new value of the 'Supports GML Object Type List' containment reference.
See Also:
getSupportsGMLObjectTypeList()

getFilterCapabilities

org.opengis.filter.capability.FilterCapabilities getFilterCapabilities()
Returns the value of the 'Filter Capabilities' attribute.

If the meaning of the 'Filter Capabilities' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Filter Capabilities' attribute.
See Also:
setFilterCapabilities(FilterCapabilities), WfsPackage.getWFSCapabilitiesType_FilterCapabilities()

setFilterCapabilities

void setFilterCapabilities(org.opengis.filter.capability.FilterCapabilities value)
Sets the value of the 'Filter Capabilities' attribute.

Parameters:
value - the new value of the 'Filter Capabilities' attribute.
See Also:
getFilterCapabilities()


Copyright © 1996-2010 Geotools. All Rights Reserved.