Package net.opengis.wps20
Interface WPSCapabilitiesType
-
- All Superinterfaces:
CapabilitiesBaseType
,EObject
,Notifier
- All Known Implementing Classes:
WPSCapabilitiesTypeImpl
public interface WPSCapabilitiesType extends CapabilitiesBaseType
A representation of the model object 'WPS Capabilities Type'.The following features are supported:
- See Also:
Wps20Package.getWPSCapabilitiesType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentsType
getContents()
Returns the value of the 'Contents' containment reference.ExtensionType
getExtension()
Returns the value of the 'Extension' containment reference.Object
getService()
Returns the value of the 'Service' attribute.boolean
isSetService()
Returns whether the value of the 'Service
' attribute is set.void
setContents(ContentsType value)
Sets the value of the 'Contents
' containment reference.void
setExtension(ExtensionType value)
Sets the value of the 'Extension
' containment reference.void
setService(Object value)
Sets the value of the 'Service
' attribute.void
unsetService()
Unsets the value of the 'Service
' attribute.-
Methods inherited from interface CapabilitiesBaseType
getLanguages, getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setLanguages, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
-
-
-
-
Method Detail
-
getContents
ContentsType getContents()
Returns the value of the 'Contents' containment reference. List of brief descriptions of the processes offered by this WPS server.- Returns:
- the value of the 'Contents' containment reference.
- See Also:
setContents(ContentsType)
,Wps20Package.getWPSCapabilitiesType_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()
-
getExtension
ExtensionType getExtension()
Returns the value of the 'Extension' containment reference. container for elements defined by extension specifications- Returns:
- the value of the 'Extension' containment reference.
- See Also:
setExtension(ExtensionType)
,Wps20Package.getWPSCapabilitiesType_Extension()
-
setExtension
void setExtension(ExtensionType value)
Sets the value of the 'Extension
' containment reference.- Parameters:
value
- the new value of the 'Extension' containment reference.- See Also:
getExtension()
-
getService
Object getService()
Returns the value of the 'Service' attribute. The default value is"WPS"
.- Returns:
- the value of the 'Service' attribute.
- See Also:
isSetService()
,unsetService()
,setService(Object)
,Wps20Package.getWPSCapabilitiesType_Service()
-
setService
void setService(Object 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(Object)
-
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(Object)
-
-