net.opengis.wfsv
Interface AbstractVersionedFeatureType

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

public interface AbstractVersionedFeatureType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Abstract Versioned Feature Type'.

The following features are supported:

See Also:
WfsvPackage.getAbstractVersionedFeatureType()

Method Summary
 java.lang.String getAuthor()
          Returns the value of the 'Author' attribute.
 javax.xml.datatype.XMLGregorianCalendar getDate()
          Returns the value of the 'Date' attribute.
 java.lang.String getMessage()
          Returns the value of the 'Message' attribute.
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute.
 void setAuthor(java.lang.String value)
          Sets the value of the 'Author' attribute.
 void setDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the 'Date' attribute.
 void setMessage(java.lang.String value)
          Sets the value of the 'Message' attribute.
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' attribute.
 
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

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute.

If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), WfsvPackage.getAbstractVersionedFeatureType_Version()

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()

getAuthor

java.lang.String getAuthor()
Returns the value of the 'Author' attribute.

If the meaning of the 'Author' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Author' attribute.
See Also:
setAuthor(String), WfsvPackage.getAbstractVersionedFeatureType_Author()

setAuthor

void setAuthor(java.lang.String value)
Sets the value of the 'Author' attribute.

Parameters:
value - the new value of the 'Author' attribute.
See Also:
getAuthor()

getDate

javax.xml.datatype.XMLGregorianCalendar getDate()
Returns the value of the 'Date' attribute.

If the meaning of the 'Date' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Date' attribute.
See Also:
setDate(XMLGregorianCalendar), WfsvPackage.getAbstractVersionedFeatureType_Date()

setDate

void setDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the 'Date' attribute.

Parameters:
value - the new value of the 'Date' attribute.
See Also:
getDate()

getMessage

java.lang.String getMessage()
Returns the value of the 'Message' attribute.

If the meaning of the 'Message' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message' attribute.
See Also:
setMessage(String), WfsvPackage.getAbstractVersionedFeatureType_Message()

setMessage

void setMessage(java.lang.String value)
Sets the value of the 'Message' attribute.

Parameters:
value - the new value of the 'Message' attribute.
See Also:
getMessage()


Copyright © 1996-2010 Geotools. All Rights Reserved.