Package net.opengis.wfs20
Interface DescribeFeatureTypeType
- All Superinterfaces:
BaseRequestType
,EObject
,Notifier
- All Known Implementing Classes:
DescribeFeatureTypeTypeImpl
A representation of the model object 'Describe Feature Type Type'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Output Format' attribute.EList<QName>
Returns the value of the 'Type Name' attribute list.boolean
Returns whether the value of the 'Output Format
' attribute is set.void
setOutputFormat
(String value) Sets the value of the 'Output Format
' attribute.void
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
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
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:
-
setOutputFormat
Sets the value of the 'Output Format
' attribute.- Parameters:
value
- the new value of the 'Output Format' attribute.- See Also:
-
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:
-