Package net.opengis.wfs20
Interface QueryExpressionTextType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
QueryExpressionTextTypeImpl
public interface QueryExpressionTextType extends EObject
A 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 String
getLanguage()
Returns the value of the 'Language' attribute.List<QName>
getReturnFeatureTypes()
Returns the value of the 'Return Feature Types' attribute.String
getValue()
The query expression text content.boolean
isIsPrivate()
Returns the value of the 'Is Private' attribute.boolean
isSetIsPrivate()
Returns whether the value of the 'Is Private
' attribute is set.void
setIsPrivate(boolean value)
Sets the value of the 'Is Private
' attribute.void
setLanguage(String value)
Sets the value of the 'Language
' attribute.void
setReturnFeatureTypes(List<QName> value)
Sets the value of the 'Return Feature Types
' attribute.void
setValue(String value)
Sets the value of the 'Value
' attribute.void
unsetIsPrivate()
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()
-
-