Package net.opengis.wps10
Interface RequestBaseType
-
- All Superinterfaces:
EObject,Notifier
- All Known Subinterfaces:
DescribeProcessType,ExecuteType
- All Known Implementing Classes:
DescribeProcessTypeImpl,ExecuteTypeImpl,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.The following features are supported:
- See Also:
Wps10Package.getRequestBaseType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseUrl()Returns the value of the 'Base Url' attribute.MapgetExtendedProperties()Extended model properties.StringgetLanguage()Returns the value of the 'Language' 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.voidsetBaseUrl(String value)Sets the value of the 'Base Url' attribute.voidsetExtendedProperties(Map value)Sets the value of the 'Extended Properties' attribute.voidsetLanguage(String value)Sets the value of the 'Language' 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
-
getLanguage
String getLanguage()
Returns the value of the 'Language' attribute. RFC 4646 language code of the human-readable text (e.g. "en-CA").- Returns:
- the value of the 'Language' attribute.
- See Also:
setLanguage(String),Wps10Package.getRequestBaseType_Language()
-
setLanguage
void setLanguage(String value)
Sets the value of the 'Language' attribute.- Parameters:
value- the new value of the 'Language' attribute.- See Also:
getLanguage()
-
getService
String 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.getRequestBaseType_Service()
-
setService
void setService(String 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(String)
-
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(String)
-
getVersion
String 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.getRequestBaseType_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version' attribute.- Parameters:
value- the new value of the 'Version' attribute.- See Also:
isSetVersion(),unsetVersion(),getVersion()
-
unsetVersion
void unsetVersion()
Unsets the value of the 'Version' attribute.- See Also:
isSetVersion(),getVersion(),setVersion(String)
-
isSetVersion
boolean 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)
-
getBaseUrl
String getBaseUrl()
Returns the value of the 'Base Url' attribute.If the meaning of the 'Base Url' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Base Url' attribute.
- See Also:
setBaseUrl(String),Wps10Package.getRequestBaseType_BaseUrl()
-
setBaseUrl
void setBaseUrl(String value)
Sets the value of the 'Base Url' attribute.- Parameters:
value- the new value of the 'Base Url' attribute.- See Also:
getBaseUrl()
-
getExtendedProperties
Map getExtendedProperties()
Extended model properties.This map allows client to store additional properties with the this request object, properties that are not part of the model proper.
-
setExtendedProperties
void setExtendedProperties(Map value)
Sets the value of the 'Extended Properties' attribute.- Parameters:
value- the new value of the 'Extended Properties' attribute.- See Also:
getExtendedProperties()
-
-