net.opengis.wcs11
Interface CapabilitiesType

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

public interface CapabilitiesType
extends CapabilitiesBaseType

A representation of the model object 'Capabilities Type'.

The following features are supported:

See Also:
Wcs111Package.getCapabilitiesType()

Method Summary
 ContentsType getContents()
          Returns the value of the 'Contents' containment reference.
 void setContents(ContentsType value)
          Sets the value of the 'Contents' containment reference.
 
Methods inherited from interface net.opengis.ows11.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

getContents

ContentsType getContents()
Returns the value of the 'Contents' containment reference. Contents section of WCS service metadata (or Capabilities) XML document. For the WCS, these contents are brief metadata about the coverages available from this server, or a reference to another source from which this metadata is available.

Returns:
the value of the 'Contents' containment reference.
See Also:
setContents(ContentsType), Wcs111Package.getCapabilitiesType_Contents()

setContents

void setContents(ContentsType value)
Sets the value of the 'Contents' containment reference.

Parameters:
value - the new value of the 'Contents' containment reference.
See Also:
getContents()


Copyright © 1996-2010 Geotools. All Rights Reserved.