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 EObject
A 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLang()
Returns the value of the 'Lang' attribute.String
getService()
Returns the value of the 'Service' attribute.String
getVersion()
Returns the value of the 'Version' attribute.boolean
isSetService()
Returns whether the value of the 'Service
' attribute is set.boolean
isSetVersion()
Returns whether the value of the 'Version
' attribute is set.void
setLang(String value)
Sets the value of the 'Lang
' attribute.void
setService(String value)
Sets the value of the 'Service
' attribute.void
setVersion(String value)
Sets the value of the 'Version
' attribute.void
unsetService()
Unsets the value of the 'Service
' attribute.void
unsetVersion()
Unsets the value of the 'Version
' attribute.
-
-
-
Method Detail
-
getLang
String 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()
-
setLang
void setLang(String value)
Sets the value of the 'Lang
' attribute.- Parameters:
value
- the new value of the 'Lang' attribute.- See Also:
getLang()
-
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.getResponseBaseType_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.getResponseBaseType_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)
-
-