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 Summary
All 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
-
isIsPrivate
boolean 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()
-
setIsPrivate
void 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()
-
unsetIsPrivate
void unsetIsPrivate()
Unsets the value of the 'Is Private' attribute.- See Also:
isSetIsPrivate(),isIsPrivate(),setIsPrivate(boolean)
-
isSetIsPrivate
boolean 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)
-
getLanguage
String 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()
-
setLanguage
void setLanguage(String value)
Sets the value of the 'Language' attribute.- Parameters:
value- the new value of the 'Language' attribute.- See Also:
getLanguage()
-
getReturnFeatureTypes
List<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()
-
setReturnFeatureTypes
void 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()
-
getValue
String getValue()
The query expression text content.
-
setValue
void setValue(String value)
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
getValue()
-
-