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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentsTypegetContents()Returns the value of the 'Contents' containment reference.ExtensionTypegetExtension()Returns the value of the 'Extension' containment reference.ObjectgetService()Returns the value of the 'Service' attribute.booleanisSetService()Returns whether the value of the 'Service' attribute is set.voidsetContents(ContentsType value)Sets the value of the 'Contents' containment reference.voidsetExtension(ExtensionType value)Sets the value of the 'Extension' containment reference.voidsetService(Object value)Sets the value of the 'Service' attribute.voidunsetService()Unsets the value of the 'Service' attribute.- 
Methods inherited from interface CapabilitiesBaseTypegetLanguages, getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setLanguages, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
 
- 
 
- 
- 
- 
Method Detail- 
getContentsContentsType 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()
 
 - 
setContentsvoid setContents(ContentsType value) Sets the value of the 'Contents' containment reference.- Parameters:
- value- the new value of the 'Contents' containment reference.
- See Also:
- getContents()
 
 - 
getExtensionExtensionType 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()
 
 - 
setExtensionvoid setExtension(ExtensionType value) Sets the value of the 'Extension' containment reference.- Parameters:
- value- the new value of the 'Extension' containment reference.
- See Also:
- getExtension()
 
 - 
getServiceObject 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()
 
 - 
setServicevoid setService(Object 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(Object)
 
 - 
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(Object)
 
 
- 
 
-