Package net.opengis.wfs20
Interface BaseRequestType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Subinterfaces:
- CreateStoredQueryType,- DescribeFeatureTypeType,- DescribeStoredQueriesType,- DropStoredQueryType,- GetFeatureType,- GetFeatureWithLockType,- GetPropertyValueType,- ListStoredQueriesType,- LockFeatureType,- TransactionType
 - All Known Implementing Classes:
- BaseRequestTypeImpl,- CreateStoredQueryTypeImpl,- DescribeFeatureTypeTypeImpl,- DescribeStoredQueriesTypeImpl,- DropStoredQueryTypeImpl,- GetFeatureTypeImpl,- GetFeatureWithLockTypeImpl,- GetPropertyValueTypeImpl,- ListStoredQueriesTypeImpl,- LockFeatureTypeImpl,- TransactionTypeImpl
 
 public interface BaseRequestType extends EObjectA representation of the model object 'Base Request Type'.The following features are supported: - See Also:
- Wfs20Package.getBaseRequestType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseUrl()The base url the request originated from.MapgetExtendedProperties()Extended model properties.StringgetHandle()Returns the value of the 'Handle' attribute.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.voidsetHandle(String value)Sets the value of the 'Handle' 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- 
getHandleString getHandle() Returns the value of the 'Handle' attribute.If the meaning of the 'Handle' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Handle' attribute.
- See Also:
- setHandle(String),- Wfs20Package.getBaseRequestType_Handle()
 
 - 
setHandlevoid setHandle(String value) Sets the value of the 'Handle' attribute.- Parameters:
- value- the new value of the 'Handle' attribute.
- See Also:
- getHandle()
 
 - 
getServiceString getService() Returns the value of the 'Service' attribute. The default value is"WFS".If the meaning of the 'Service' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Service' attribute.
- See Also:
- isSetService(),- unsetService(),- setService(String),- Wfs20Package.getBaseRequestType_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"2.0.0".If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Version' attribute.
- See Also:
- isSetVersion(),- unsetVersion(),- setVersion(String),- Wfs20Package.getBaseRequestType_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() The base url the request originated from.While not part of the xml schema we add this property after the fact to allow applications to associate a base url with this request object. 
 - 
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()
 
 
- 
 
-