net.opengis.wps10
Interface GetCapabilitiesType

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

public interface GetCapabilitiesType
extends org.eclipse.emf.ecore.EObject

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

The following features are supported:

See Also:
Wps10Package.getGetCapabilitiesType()

Method Summary
 AcceptVersionsType getAcceptVersions()
          Returns the value of the 'Accept Versions' containment reference.
 java.lang.String getBaseUrl()
          Returns the value of the 'Base Url' attribute.
 java.lang.String getLanguage()
          Returns the value of the 'Language' attribute.
 java.lang.String getService()
          Returns the value of the 'Service' attribute.
 boolean isSetService()
          Returns whether the value of the 'Service' attribute is set.
 void setAcceptVersions(AcceptVersionsType value)
          Sets the value of the 'Accept Versions' containment reference.
 void setBaseUrl(java.lang.String value)
          Sets the value of the 'Base Url' attribute.
 void setLanguage(java.lang.String value)
          Sets the value of the 'Language' attribute.
 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 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

getAcceptVersions

AcceptVersionsType getAcceptVersions()
Returns the value of the 'Accept Versions' containment reference. When omitted, server shall return latest supported version.

Returns:
the value of the 'Accept Versions' containment reference.
See Also:
setAcceptVersions(AcceptVersionsType), Wps10Package.getGetCapabilitiesType_AcceptVersions()

setAcceptVersions

void setAcceptVersions(AcceptVersionsType value)
Sets the value of the 'Accept Versions' containment reference.

Parameters:
value - the new value of the 'Accept Versions' containment reference.
See Also:
getAcceptVersions()

getLanguage

java.lang.String getLanguage()
Returns the value of the 'Language' attribute. RFC 4646 language code of the human-readable text (e.g. "en-CA").

Returns:
the value of the 'Language' attribute.
See Also:
setLanguage(String), Wps10Package.getGetCapabilitiesType_Language()

setLanguage

void setLanguage(java.lang.String value)
Sets the value of the 'Language' attribute.

Parameters:
value - the new value of the 'Language' attribute.
See Also:
getLanguage()

getService

java.lang.String getService()
Returns the value of the 'Service' attribute. The default value is "WPS". OGC service type identifier (WPS).

Returns:
the value of the 'Service' attribute.
See Also:
isSetService(), unsetService(), setService(String), Wps10Package.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)

getBaseUrl

java.lang.String getBaseUrl()
Returns the value of the 'Base Url' attribute.

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

Returns:
the value of the 'Base Url' attribute.
See Also:
setBaseUrl(String), Wps10Package.getGetCapabilitiesType_BaseUrl()

setBaseUrl

void setBaseUrl(java.lang.String value)
Sets the value of the 'Base Url' attribute.

Parameters:
value - the new value of the 'Base Url' attribute.
See Also:
getBaseUrl()


Copyright © 1996-2010 Geotools. All Rights Reserved.