|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestBaseType
A 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:
Wps10Package.getRequestBaseType()
Method Summary | |
---|---|
java.lang.String |
getBaseUrl()
Returns the value of the 'Base Url' attribute. |
java.lang.String |
getLanguage()
Returns the value of the 'Language' 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 |
setBaseUrl(java.lang.String value)
Sets the value of the ' Base Url ' attribute. |
void |
setLanguage(java.lang.String value)
Sets the value of the ' Language ' 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 getLanguage()
setLanguage(String)
,
Wps10Package.getRequestBaseType_Language()
void setLanguage(java.lang.String value)
Language
' attribute.
value
- the new value of the 'Language' attribute.getLanguage()
java.lang.String getService()
"WPS"
.
Service type identifier (WPS)
isSetService()
,
unsetService()
,
setService(String)
,
Wps10Package.getRequestBaseType_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.getRequestBaseType_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)
java.lang.String getBaseUrl()
If the meaning of the 'Base Url' attribute isn't clear, there really should be more of a description here...
setBaseUrl(String)
,
Wps10Package.getRequestBaseType_BaseUrl()
void setBaseUrl(java.lang.String value)
Base Url
' attribute.
value
- the new value of the 'Base Url' attribute.getBaseUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |