net.opengis.wfsv
Interface DescribeVersionedFeatureTypeType

All Superinterfaces:
BaseRequestType, DescribeFeatureTypeType, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DescribeVersionedFeatureTypeTypeImpl

public interface DescribeVersionedFeatureTypeType
extends DescribeFeatureTypeType

A representation of the model object 'Describe Versioned Feature Type Type'. Same as wfs:DescribeFeatureType, but with the option to output a versioned feature type instead of a plain one

The following features are supported:

See Also:
WfsvPackage.getDescribeVersionedFeatureTypeType()

Method Summary
 boolean isSetVersioned()
          Returns whether the value of the 'Versioned' attribute is set.
 boolean isVersioned()
          Returns the value of the 'Versioned' attribute.
 void setVersioned(boolean value)
          Sets the value of the 'Versioned' attribute.
 void unsetVersioned()
          Unsets the value of the 'Versioned' attribute.
 
Methods inherited from interface net.opengis.wfs.DescribeFeatureTypeType
getOutputFormat, getTypeName, isSetOutputFormat, setOutputFormat, unsetOutputFormat
 
Methods inherited from interface net.opengis.wfs.BaseRequestType
getBaseUrl, getHandle, getProvidedVersion, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setHandle, setProvidedVersion, setService, setVersion, unsetService, unsetVersion
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isVersioned

boolean isVersioned()
Returns the value of the 'Versioned' attribute. The default value is "true". If false, the output is the same as wfs:DescribeFeatureType, if true on the contrary the generated feature type will descend form wfsv:AbstractVersionedFeatureType

Returns:
the value of the 'Versioned' attribute.
See Also:
isSetVersioned(), unsetVersioned(), setVersioned(boolean), WfsvPackage.getDescribeVersionedFeatureTypeType_Versioned()

setVersioned

void setVersioned(boolean value)
Sets the value of the 'Versioned' attribute.

Parameters:
value - the new value of the 'Versioned' attribute.
See Also:
isSetVersioned(), unsetVersioned(), isVersioned()

unsetVersioned

void unsetVersioned()
Unsets the value of the 'Versioned' attribute.

See Also:
isSetVersioned(), isVersioned(), setVersioned(boolean)

isSetVersioned

boolean isSetVersioned()
Returns whether the value of the 'Versioned' attribute is set.

Returns:
whether the value of the 'Versioned' attribute is set.
See Also:
unsetVersioned(), isVersioned(), setVersioned(boolean)


Copyright © 1996-2010 Geotools. All Rights Reserved.