|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResponseBaseType
A representation of the model object 'Response Base Type'. WPS operation response base, for all WPS operations except GetCapabilities.
The following features are supported:
Wps10Package.getResponseBaseType()
Method Summary | |
---|---|
java.lang.String |
getLang()
Returns the value of the 'Lang' attribute. |
java.lang.String |
getService()
Returns the value of the 'Service' attribute. |
java.lang.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(java.lang.String value)
Sets the value of the ' Lang ' attribute. |
void |
setService(java.lang.String value)
Sets the value of the ' Service ' attribute. |
void |
setVersion(java.lang.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. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getLang()
setLang(String)
,
Wps10Package.getResponseBaseType_Lang()
void setLang(java.lang.String value)
Lang
' attribute.
value
- the new value of the 'Lang' attribute.getLang()
java.lang.String getService()
"WPS"
.
Service type identifier (WPS)
isSetService()
,
unsetService()
,
setService(String)
,
Wps10Package.getResponseBaseType_Service()
void setService(java.lang.String value)
Service
' attribute.
value
- the new value of the 'Service' attribute.isSetService()
,
unsetService()
,
getService()
void unsetService()
Service
' attribute.
isSetService()
,
getService()
,
setService(String)
boolean isSetService()
Service
' attribute is set.
unsetService()
,
getService()
,
setService(String)
java.lang.String getVersion()
"1.0.0"
.
Version of the WPS interface specification implemented by the server (1.0.0)
isSetVersion()
,
unsetVersion()
,
setVersion(String)
,
Wps10Package.getResponseBaseType_Version()
void setVersion(java.lang.String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.isSetVersion()
,
unsetVersion()
,
getVersion()
void unsetVersion()
Version
' attribute.
isSetVersion()
,
getVersion()
,
setVersion(String)
boolean isSetVersion()
Version
' attribute is set.
unsetVersion()
,
getVersion()
,
setVersion(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |