Package net.opengis.wfs20
Interface QueryExpressionTextType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- QueryExpressionTextTypeImpl
 
 public interface QueryExpressionTextType extends EObjectA representation of the model object 'Query Expression Text Type'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLanguage()Returns the value of the 'Language' attribute.List<QName>getReturnFeatureTypes()Returns the value of the 'Return Feature Types' attribute.StringgetValue()The query expression text content.booleanisIsPrivate()Returns the value of the 'Is Private' attribute.booleanisSetIsPrivate()Returns whether the value of the 'Is Private' attribute is set.voidsetIsPrivate(boolean value)Sets the value of the 'Is Private' attribute.voidsetLanguage(String value)Sets the value of the 'Language' attribute.voidsetReturnFeatureTypes(List<QName> value)Sets the value of the 'Return Feature Types' attribute.voidsetValue(String value)Sets the value of the 'Value' attribute.voidunsetIsPrivate()Unsets the value of the 'Is Private' attribute.
 
- 
- 
- 
Method Detail- 
isIsPrivateboolean isIsPrivate() Returns the value of the 'Is Private' attribute. The default value is"false".If the meaning of the 'Is Private' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Is Private' attribute.
- See Also:
- isSetIsPrivate(),- unsetIsPrivate(),- setIsPrivate(boolean),- Wfs20Package.getQueryExpressionTextType_IsPrivate()
 
 - 
setIsPrivatevoid setIsPrivate(boolean value) Sets the value of the 'Is Private' attribute.- Parameters:
- value- the new value of the 'Is Private' attribute.
- See Also:
- isSetIsPrivate(),- unsetIsPrivate(),- isIsPrivate()
 
 - 
unsetIsPrivatevoid unsetIsPrivate() Unsets the value of the 'Is Private' attribute.- See Also:
- isSetIsPrivate(),- isIsPrivate(),- setIsPrivate(boolean)
 
 - 
isSetIsPrivateboolean isSetIsPrivate() Returns whether the value of the 'Is Private' attribute is set.- Returns:
- whether the value of the 'Is Private' attribute is set.
- See Also:
- unsetIsPrivate(),- isIsPrivate(),- setIsPrivate(boolean)
 
 - 
getLanguageString getLanguage() Returns the value of the 'Language' attribute.If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Language' attribute.
- See Also:
- setLanguage(String),- Wfs20Package.getQueryExpressionTextType_Language()
 
 - 
setLanguagevoid setLanguage(String value) Sets the value of the 'Language' attribute.- Parameters:
- value- the new value of the 'Language' attribute.
- See Also:
- getLanguage()
 
 - 
getReturnFeatureTypesList<QName> getReturnFeatureTypes() Returns the value of the 'Return Feature Types' attribute.If the meaning of the 'Return Feature Types' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Return Feature Types' attribute.
- See Also:
- setReturnFeatureTypes(List),- Wfs20Package.getQueryExpressionTextType_ReturnFeatureTypes()
 
 - 
setReturnFeatureTypesvoid setReturnFeatureTypes(List<QName> value) Sets the value of the 'Return Feature Types' attribute.- Parameters:
- value- the new value of the 'Return Feature Types' attribute.
- See Also:
- getReturnFeatureTypes()
 
 - 
getValueString getValue() The query expression text content.
 - 
setValuevoid setValue(String value) Sets the value of the 'Value' attribute.- Parameters:
- value- the new value of the 'Value' attribute.
- See Also:
- getValue()
 
 
- 
 
-