Package net.opengis.wps20
Interface RequestBaseType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Subinterfaces:
- DescribeProcessType,- DismissType,- ExecuteRequestType,- GetResultType,- GetStatusType
 - All Known Implementing Classes:
- DescribeProcessTypeImpl,- DismissTypeImpl,- ExecuteRequestTypeImpl,- GetResultTypeImpl,- GetStatusTypeImpl,- RequestBaseTypeImpl
 
 public interface RequestBaseType extends EObjectA representation of the model object 'Request Base Type'. WPS operation request base, for all WPS operations, except GetCapabilities. In this XML encoding, no "request" parameter is included, since the element name specifies the specific operation. An 'Extension' element provides a placeholder for extra request parameters that might be defined by WPS extension standards.The following features are supported: - See Also:
- Wps20Package.getRequestBaseType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<EObject>getExtension()Returns the value of the 'Extension' containment reference list.StringgetService()Returns the value of the 'Service' attribute.StringgetVersion()Returns the value of the 'Version' attribute.booleanisSetService()Returns whether the value of the 'Service' attribute is set.booleanisSetVersion()Returns whether the value of the 'Version' attribute is set.voidsetService(String value)Sets the value of the 'Service' attribute.voidsetVersion(String value)Sets the value of the 'Version' attribute.voidunsetService()Unsets the value of the 'Service' attribute.voidunsetVersion()Unsets the value of the 'Version' attribute.
 
- 
- 
- 
Method Detail- 
getExtensionEList<EObject> getExtension() Returns the value of the 'Extension' containment reference list. The list contents are of typeEObject. Any ancillary information to be sent from client to server. Placeholder for further request parameters defined by WPS extension standards.- Returns:
- the value of the 'Extension' containment reference list.
- See Also:
- Wps20Package.getRequestBaseType_Extension()
 
 - 
getServiceString getService() Returns the value of the 'Service' attribute. The default value is"WPS". Service type identifier (WPS)- Returns:
- the value of the 'Service' attribute.
- See Also:
- isSetService(),- unsetService(),- setService(String),- Wps20Package.getRequestBaseType_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)
 
 - 
getVersionString getVersion() Returns the value of the 'Version' attribute. The default value is"2.0.0". Version of the WPS interface specification implemented by the server (2.0.0)- Returns:
- the value of the 'Version' attribute.
- See Also:
- isSetVersion(),- unsetVersion(),- setVersion(String),- Wps20Package.getRequestBaseType_Version()
 
 - 
setVersionvoid setVersion(String value) Sets the value of the 'Version' attribute.- Parameters:
- value- the new value of the 'Version' attribute.
- See Also:
- isSetVersion(),- unsetVersion(),- getVersion()
 
 - 
unsetVersionvoid unsetVersion() Unsets the value of the 'Version' attribute.- See Also:
- isSetVersion(),- getVersion(),- setVersion(String)
 
 - 
isSetVersionboolean isSetVersion() Returns whether the value of the 'Version' attribute is set.- Returns:
- whether the value of the 'Version' attribute is set.
- See Also:
- unsetVersion(),- getVersion(),- setVersion(String)
 
 
- 
 
-