Package net.opengis.wps10
Interface GetCapabilitiesType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- GetCapabilitiesTypeImpl
 
 public interface GetCapabilitiesType extends EObjectA representation of the model object 'Get Capabilities Type'.The following features are supported: - See Also:
- Wps10Package.getGetCapabilitiesType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AcceptVersionsTypegetAcceptVersions()Returns the value of the 'Accept Versions' containment reference.StringgetBaseUrl()Returns the value of the 'Base Url' attribute.MapgetExtendedProperties()Extended model properties.StringgetLanguage()Returns the value of the 'Language' attribute.StringgetService()Returns the value of the 'Service' attribute.booleanisSetService()Returns whether the value of the 'Service' attribute is set.voidsetAcceptVersions(AcceptVersionsType value)Sets the value of the 'Accept Versions' containment reference.voidsetBaseUrl(String value)Sets the value of the 'Base Url' attribute.voidsetExtendedProperties(Map value)Sets the value of the 'Extended Properties' attribute.voidsetLanguage(String value)Sets the value of the 'Language' attribute.voidsetService(String value)Sets the value of the 'Service' attribute.voidunsetService()Unsets the value of the 'Service' attribute.
 
- 
- 
- 
Method Detail- 
getAcceptVersionsAcceptVersionsType 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()
 
 - 
setAcceptVersionsvoid 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()
 
 - 
getLanguageString 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()
 
 - 
setLanguagevoid setLanguage(String value) Sets the value of the 'Language' attribute.- Parameters:
- value- the new value of the 'Language' attribute.
- See Also:
- getLanguage()
 
 - 
getServiceString 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()
 
 - 
setServicevoid setService(String value) Sets the value of the 'Service' attribute.- Parameters:
- value- the new value of the 'Service' attribute.
- See Also:
- isSetService(),- unsetService(),- getService()
 
 - 
unsetServicevoid unsetService() Unsets the value of the 'Service' attribute.- See Also:
- isSetService(),- getService(),- setService(String)
 
 - 
isSetServiceboolean 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)
 
 - 
getBaseUrlString 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()
 
 - 
setBaseUrlvoid setBaseUrl(String value) Sets the value of the 'Base Url' attribute.- Parameters:
- value- the new value of the 'Base Url' attribute.
- See Also:
- getBaseUrl()
 
 - 
getExtendedPropertiesMap getExtendedProperties() Extended model properties.This map allows client to store additional properties with the this request object, properties that are not part of the model proper. 
 - 
setExtendedPropertiesvoid setExtendedProperties(Map value) Sets the value of the 'Extended Properties' attribute.- Parameters:
- value- the new value of the 'Extended Properties' attribute.
- See Also:
- getExtendedProperties()
 
 
- 
 
-