Package net.opengis.wcs20
Interface RequestBaseType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
DescribeCoverageType
,DescribeEOCoverageSetType
,GetCoverageType
- All Known Implementing Classes:
DescribeCoverageTypeImpl
,DescribeEOCoverageSetTypeImpl
,GetCoverageTypeImpl
,RequestBaseTypeImpl
public interface RequestBaseType extends 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. 'Extension' elements allow WCS extension standards to define their individual extra request parameters.The following features are supported:
- See Also:
Wcs20Package.getRequestBaseType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBaseUrl()
Returns the value of the 'Base Url' attribute.ExtensionType
getExtension()
Returns the value of the 'Extension' containment reference.String
getService()
Returns the value of the 'Service' attribute.String
getVersion()
Returns the value of the 'Version' attribute.boolean
isSetService()
Returns whether the value of the 'Service
' attribute is set.void
setBaseUrl(String value)
Sets the value of the 'Base Url
' attribute.void
setExtension(ExtensionType value)
Sets the value of the 'Extension
' containment reference.void
setService(String value)
Sets the value of the 'Service
' attribute.void
setVersion(String value)
Sets the value of the 'Version
' attribute.void
unsetService()
Unsets the value of the 'Service
' attribute.
-
-
-
Method Detail
-
getExtension
ExtensionType getExtension()
Returns the value of the 'Extension' containment reference. Extension element used to hook in additional content e.g. in extensions or application profiles.- Returns:
- the value of the 'Extension' containment reference.
- See Also:
setExtension(ExtensionType)
,Wcs20Package.getRequestBaseType_Extension()
-
setExtension
void setExtension(ExtensionType value)
Sets the value of the 'Extension
' containment reference.- Parameters:
value
- the new value of the 'Extension' containment reference.- See Also:
getExtension()
-
getService
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)
,Wcs20Package.getRequestBaseType_Service()
-
setService
void setService(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
String getVersion()
Returns the value of the 'Version' attribute. 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:
setVersion(String)
,Wcs20Package.getRequestBaseType_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
getVersion()
-
getBaseUrl
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.
-
setBaseUrl
void setBaseUrl(String value)
Sets the value of the 'Base Url
' attribute.- Parameters:
value
- the new value of the 'Base Url' attribute.- See Also:
getBaseUrl()
-
-