net.opengis.wcs11
Interface GetCapabilitiesType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, GetCapabilitiesType, org.eclipse.emf.common.notify.Notifier

public interface GetCapabilitiesType
extends GetCapabilitiesType

A representation of the model object 'Get Capabilities Type'.

The following features are supported:

See Also:
Wcs111Package.getGetCapabilitiesType()

Method Summary
 java.lang.String getService()
          Returns the value of the 'Service' attribute.
 boolean isSetService()
          Returns whether the value of the 'Service' attribute is set.
 void setService(java.lang.String value)
          Sets the value of the 'Service' attribute.
 void unsetService()
          Unsets the value of the 'Service' attribute.
 
Methods inherited from interface net.opengis.ows11.GetCapabilitiesType
getAcceptFormats, getAcceptVersions, getBaseUrl, getNamespace, getSections, getUpdateSequence, setAcceptFormats, setAcceptVersions, setBaseUrl, setNamespace, setSections, setUpdateSequence
 
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

getService

java.lang.String getService()
Returns the value of the 'Service' attribute. The default value is "WCS".

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

Returns:
the value of the 'Service' attribute.
See Also:
isSetService(), unsetService(), setService(String), Wcs111Package.getGetCapabilitiesType_Service()

setService

void setService(java.lang.String value)
Sets the value of the 'Service' attribute.

Parameters:
value - the new value of the 'Service' attribute.
See Also:
isSetService(), unsetService(), getService()

unsetService

void unsetService()
Unsets the value of the 'Service' attribute.

See Also:
isSetService(), getService(), setService(String)

isSetService

boolean isSetService()
Returns whether the value of the 'Service' attribute is set.

Returns:
whether the value of the 'Service' attribute is set.
See Also:
unsetService(), getService(), setService(String)


Copyright © 1996-2010 Geotools. All Rights Reserved.