Package net.opengis.wps10
Interface ResponseBaseType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Subinterfaces:
- ExecuteResponseType,- ProcessDescriptionsType
 - All Known Implementing Classes:
- ExecuteResponseTypeImpl,- ProcessDescriptionsTypeImpl,- ResponseBaseTypeImpl
 
 public interface ResponseBaseType extends EObjectA representation of the model object 'Response Base Type'. WPS operation response base, for all WPS operations except GetCapabilities.The following features are supported: - See Also:
- Wps10Package.getResponseBaseType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLang()Returns the value of the 'Lang' attribute.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.voidsetLang(String value)Sets the value of the 'Lang' attribute.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- 
getLangString getLang() Returns the value of the 'Lang' attribute. RFC 4646 language code of the human-readable text (e.g. "en-CA").- Returns:
- the value of the 'Lang' attribute.
- See Also:
- setLang(String),- Wps10Package.getResponseBaseType_Lang()
 
 - 
setLangvoid setLang(String value) Sets the value of the 'Lang' attribute.- Parameters:
- value- the new value of the 'Lang' attribute.
- See Also:
- getLang()
 
 - 
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),- Wps10Package.getResponseBaseType_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"1.0.0". Version of the WPS interface specification implemented by the server (1.0.0)- Returns:
- the value of the 'Version' attribute.
- See Also:
- isSetVersion(),- unsetVersion(),- setVersion(String),- Wps10Package.getResponseBaseType_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)
 
 
- 
 
-