net.opengis.wps10
Interface ResponseBaseType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ExecuteResponseType, ProcessDescriptionsType
All Known Implementing Classes:
ExecuteResponseTypeImpl, ProcessDescriptionsTypeImpl, ResponseBaseTypeImpl

public interface ResponseBaseType
extends org.eclipse.emf.ecore.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
 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

getLang

java.lang.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(java.lang.String value)
Sets the value of the 'Lang' attribute.

Parameters:
value - the new value of the 'Lang' attribute.
See Also:
getLang()

getService

java.lang.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(java.lang.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

java.lang.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(java.lang.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)


Copyright © 1996-2010 Geotools. All Rights Reserved.