Package net.opengis.wcs11
Interface RequestBaseType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Subinterfaces:
- DescribeCoverageType,- GetCoverageType
 - All Known Implementing Classes:
- DescribeCoverageTypeImpl,- GetCoverageTypeImpl,- RequestBaseTypeImpl
 
 public interface RequestBaseType extends EObjectA 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:
- Wcs11Package.getRequestBaseType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseUrl()Returns the value of the 'Base Url' attribute.MapgetExtendedProperties()Extended model properties.StringgetService()Returns the value of the 'Service' attribute.StringgetVersion()Returns the value of the 'Version' attribute.booleanisSetService()Returns whether the value of the 'Service' attribute is set.booleanisSetVersion()Returns whether the value of the 'Version' attribute is set.voidsetBaseUrl(String value)Sets the value of the 'Base Url' attribute.voidsetExtendedProperties(Map value)Sets the value of the 'Extended Properties' attribute.voidsetService(String value)Sets the value of the 'Service' attribute.voidsetVersion(String value)Sets the value of the 'Version' attribute.voidunsetService()Unsets the value of the 'Service' attribute.voidunsetVersion()Unsets the value of the 'Version' attribute.
 
- 
- 
- 
Method Detail- 
getServiceString 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),- Wcs11Package.getRequestBaseType_Service()
 
 - 
setServicevoid setService(String value) Sets the value of the 'Service' attribute.- Parameters:
- value- the new value of the 'Service' attribute.
- See Also:
- isSetService(),- unsetService(),- getService()
 
 - 
unsetServicevoid unsetService() Unsets the value of the 'Service' attribute.- See Also:
- isSetService(),- getService(),- setService(String)
 
 - 
isSetServiceboolean 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)
 
 - 
getVersionString 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),- Wcs11Package.getRequestBaseType_Version()
 
 - 
setVersionvoid setVersion(String value) Sets the value of the 'Version' attribute.- Parameters:
- value- the new value of the 'Version' attribute.
- See Also:
- isSetVersion(),- unsetVersion(),- getVersion()
 
 - 
unsetVersionvoid unsetVersion() Unsets the value of the 'Version' attribute.- See Also:
- isSetVersion(),- getVersion(),- setVersion(String)
 
 - 
isSetVersionboolean 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)
 
 - 
getBaseUrlString 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),- Wcs11Package.getRequestBaseType_BaseUrl()
 
 - 
setBaseUrlvoid setBaseUrl(String value) Sets the value of the 'Base Url' attribute.- Parameters:
- value- the new value of the 'Base Url' attribute.
- See Also:
- getBaseUrl()
 
 - 
getExtendedPropertiesMap getExtendedProperties() Extended model properties.This map allows client to store additional properties with the this request object, properties that are not part of the model proper. 
 - 
setExtendedPropertiesvoid setExtendedProperties(Map value) Sets the value of the 'Extended Properties' attribute.- Parameters:
- value- the new value of the 'Extended Properties' attribute.
- See Also:
- getExtendedProperties()
 
 
- 
 
-