Package net.opengis.wps10
Interface WPSCapabilitiesType
- All Superinterfaces:
CapabilitiesBaseType
,EObject
,Notifier
- All Known Implementing Classes:
WPSCapabilitiesTypeImpl
A representation of the model object 'WPS Capabilities Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetLang()
Returns the value of the 'Lang' attribute.Returns the value of the 'Languages' containment reference.Returns the value of the 'Process Offerings' containment reference.Returns the value of the 'Service' attribute.getWSDL()
Returns the value of the 'WSDL' containment reference.boolean
Returns whether the value of the 'Service
' attribute is set.void
Sets the value of the 'Lang
' attribute.void
setLanguages
(LanguagesType1 value) Sets the value of the 'Languages
' containment reference.void
Sets the value of the 'Process Offerings
' containment reference.void
setService
(String value) Sets the value of the 'Service
' attribute.void
Sets the value of the 'WSDL
' containment reference.void
Unsets the value of the 'Service
' attribute.Methods inherited from interface CapabilitiesBaseType
getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getProcessOfferings
ProcessOfferingsType getProcessOfferings()Returns the value of the 'Process Offerings' containment reference. List of brief descriptions of the processes offered by this WPS server.- Returns:
- the value of the 'Process Offerings' containment reference.
- See Also:
-
setProcessOfferings
Sets the value of the 'Process Offerings
' containment reference.- Parameters:
value
- the new value of the 'Process Offerings' containment reference.- See Also:
-
getLanguages
LanguagesType1 getLanguages()Returns the value of the 'Languages' containment reference. List of the default and other languages supported by this service.- Returns:
- the value of the 'Languages' containment reference.
- See Also:
-
setLanguages
Sets the value of the 'Languages
' containment reference.- Parameters:
value
- the new value of the 'Languages' containment reference.- See Also:
-
getWSDL
WSDLType getWSDL()Returns the value of the 'WSDL' containment reference. Location of a WSDL document which describes the entire service.- Returns:
- the value of the 'WSDL' containment reference.
- See Also:
-
setWSDL
Sets the value of the 'WSDL
' containment reference.- Parameters:
value
- the new value of the 'WSDL' containment reference.- See Also:
-
getLang
String getLang()Returns the value of the 'Lang' attribute. Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility. See RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry at http://www.iana.org/assignments/lang-tag-apps.htm for further information. The union allows for the 'un-declaration' of xml:lang with the empty string.- Returns:
- the value of the 'Lang' attribute.
- See Also:
-
setLang
Sets the value of the 'Lang
' attribute.- Parameters:
value
- the new value of the 'Lang' attribute.- See Also:
-
getService
String getService()Returns the value of the 'Service' attribute. The default value is"WPS"
.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:
-
setService
Sets the value of the 'Service
' attribute.- Parameters:
value
- the new value of the 'Service' attribute.- See Also:
-
unsetService
void unsetService()Unsets the value of the 'Service
' attribute.- See Also:
-
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:
-