net.opengis.wcs11
Interface RequestBaseType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
DescribeCoverageType, GetCoverageType
All Known Implementing Classes:
DescribeCoverageTypeImpl, GetCoverageTypeImpl, RequestBaseTypeImpl

public interface RequestBaseType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Request Base Type'. XML encoded WCS operation request base, for all 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:
Wcs111Package.getRequestBaseType()

Method Summary
 java.lang.String getBaseUrl()
          Returns the value of the 'Base Url' 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 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

getService

java.lang.String getService()
Returns the value of the 'Service' attribute. The default value is "WCS". Service type identifier, where the value is the OWS type abbreviation. For WCS operation requests, the value is "WCS".

Returns:
the value of the 'Service' attribute.
See Also:
isSetService(), unsetService(), setService(String), Wcs111Package.getRequestBaseType_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.1.1". Specification version for WCS version and operation. See Version parameter Subclause 7.3.1 of OWS Common for more information.

Returns:
the value of the 'Version' attribute.
See Also:
isSetVersion(), unsetVersion(), setVersion(String), Wcs111Package.getRequestBaseType_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)

getBaseUrl

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

setBaseUrl

void setBaseUrl(java.lang.String value)
Sets the value of the 'Base Url' attribute.

Parameters:
value - the new value of the 'Base Url' attribute.
See Also:
getBaseUrl()


Copyright © 1996-2010 Geotools. All Rights Reserved.