Package net.opengis.wfs20
Interface DescribeFeatureTypeType
-
- All Superinterfaces:
BaseRequestType
,EObject
,Notifier
- All Known Implementing Classes:
DescribeFeatureTypeTypeImpl
public interface DescribeFeatureTypeType extends BaseRequestType
A representation of the model object 'Describe Feature Type Type'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getOutputFormat()
Returns the value of the 'Output Format' attribute.EList<QName>
getTypeName()
Returns the value of the 'Type Name' attribute list.boolean
isSetOutputFormat()
Returns whether the value of the 'Output Format
' attribute is set.void
setOutputFormat(String value)
Sets the value of the 'Output Format
' attribute.void
unsetOutputFormat()
Unsets the value of the 'Output Format
' attribute.-
Methods inherited from interface BaseRequestType
getBaseUrl, getExtendedProperties, getHandle, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setHandle, setService, setVersion, unsetService, unsetVersion
-
-
-
-
Method Detail
-
getTypeName
EList<QName> getTypeName()
Returns the value of the 'Type Name' attribute list. The list contents are of typeQName
.If the meaning of the 'Type Name' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type Name' attribute list.
- See Also:
Wfs20Package.getDescribeFeatureTypeType_TypeName()
-
getOutputFormat
String getOutputFormat()
Returns the value of the 'Output Format' attribute. The default value is"application/gml+xml; version=3.2"
.If the meaning of the 'Output Format' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Output Format' attribute.
- See Also:
isSetOutputFormat()
,unsetOutputFormat()
,setOutputFormat(String)
,Wfs20Package.getDescribeFeatureTypeType_OutputFormat()
-
setOutputFormat
void setOutputFormat(String value)
Sets the value of the 'Output Format
' attribute.- Parameters:
value
- the new value of the 'Output Format' attribute.- See Also:
isSetOutputFormat()
,unsetOutputFormat()
,getOutputFormat()
-
unsetOutputFormat
void unsetOutputFormat()
Unsets the value of the 'Output Format
' attribute.
-
isSetOutputFormat
boolean isSetOutputFormat()
Returns whether the value of the 'Output Format
' attribute is set.- Returns:
- whether the value of the 'Output Format' attribute is set.
- See Also:
unsetOutputFormat()
,getOutputFormat()
,setOutputFormat(String)
-
-