Package net.opengis.wfs20
Interface CreateStoredQueryType
- 
- All Superinterfaces:
- BaseRequestType,- EObject,- Notifier
 - All Known Implementing Classes:
- CreateStoredQueryTypeImpl
 
 public interface CreateStoredQueryType extends BaseRequestType A representation of the model object 'Create Stored Query Type'.The following features are supported: - See Also:
- Wfs20Package.getCreateStoredQueryType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<StoredQueryDescriptionType>getStoredQueryDefinition()Returns the value of the 'Stored Query Definition' containment reference list.- 
Methods inherited from interface BaseRequestTypegetBaseUrl, getExtendedProperties, getHandle, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setHandle, setService, setVersion, unsetService, unsetVersion
 
- 
 
- 
- 
- 
Method Detail- 
getStoredQueryDefinitionEList<StoredQueryDescriptionType> getStoredQueryDefinition() Returns the value of the 'Stored Query Definition' containment reference list. The list contents are of typeStoredQueryDescriptionType.If the meaning of the 'Stored Query Definition' containment reference list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Stored Query Definition' containment reference list.
- See Also:
- Wfs20Package.getCreateStoredQueryType_StoredQueryDefinition()
 
 
- 
 
-