net.opengis.wfs
Interface GMLObjectTypeType

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

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

A representation of the model object 'GML Object Type Type'. An element of this type that describes a GML object in an application namespace shall have an xml xmlns specifier, e.g. xmlns:bo="http://www.BlueOx.org/BlueOx"

The following features are supported:

See Also:
WfsPackage.getGMLObjectTypeType()

Method Summary
 java.lang.String getAbstract()
          Returns the value of the 'Abstract' attribute.
 org.eclipse.emf.common.util.EList getKeywords()
          Returns the value of the 'Keywords' containment reference list.
 javax.xml.namespace.QName getName()
          Returns the value of the 'Name' attribute.
 OutputFormatListType getOutputFormats()
          Returns the value of the 'Output Formats' containment reference.
 java.lang.String getTitle()
          Returns the value of the 'Title' attribute.
 void setAbstract(java.lang.String value)
          Sets the value of the 'Abstract' attribute.
 void setName(javax.xml.namespace.QName value)
          Sets the value of the 'Name' attribute.
 void setOutputFormats(OutputFormatListType value)
          Sets the value of the 'Output Formats' containment reference.
 void setTitle(java.lang.String value)
          Sets the value of the 'Title' 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

getName

javax.xml.namespace.QName getName()
Returns the value of the 'Name' attribute. Name of this GML Object type, including any namespace prefix.

Returns:
the value of the 'Name' attribute.
See Also:
#setName(Object), net.opengis.wfs.WFSPackage#getGMLObjectTypeType_Name()

setName

void setName(javax.xml.namespace.QName value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getTitle

java.lang.String getTitle()
Returns the value of the 'Title' attribute. Title of this GML Object type, normally used for display to a human.

Returns:
the value of the 'Title' attribute.
See Also:
setTitle(String), WfsPackage.getGMLObjectTypeType_Title()

setTitle

void setTitle(java.lang.String value)
Sets the value of the 'Title' attribute.

Parameters:
value - the new value of the 'Title' attribute.
See Also:
getTitle()

getAbstract

java.lang.String getAbstract()
Returns the value of the 'Abstract' attribute. Brief narrative description of this GML Object type, normally used for display to a human.

Returns:
the value of the 'Abstract' attribute.
See Also:
setAbstract(String), WfsPackage.getGMLObjectTypeType_Abstract()

setAbstract

void setAbstract(java.lang.String value)
Sets the value of the 'Abstract' attribute.

Parameters:
value - the new value of the 'Abstract' attribute.
See Also:
getAbstract()

getKeywords

org.eclipse.emf.common.util.EList getKeywords()
Returns the value of the 'Keywords' containment reference list. The list contents are of type KeywordsType.

If the meaning of the 'Keywords' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Keywords' containment reference list.
See Also:
WfsPackage.getGMLObjectTypeType_Keywords()

getOutputFormats

OutputFormatListType getOutputFormats()
Returns the value of the 'Output Formats' containment reference.

If the meaning of the 'Output Formats' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Output Formats' containment reference.
See Also:
setOutputFormats(OutputFormatListType), WfsPackage.getGMLObjectTypeType_OutputFormats()

setOutputFormats

void setOutputFormats(OutputFormatListType value)
Sets the value of the 'Output Formats' containment reference.

Parameters:
value - the new value of the 'Output Formats' containment reference.
See Also:
getOutputFormats()


Copyright © 1996-2010 Geotools. All Rights Reserved.