Package net.opengis.wfs
Interface GMLObjectTypeType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
GMLObjectTypeTypeImpl
public interface GMLObjectTypeType
extends 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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Abstract' attribute.EList
Returns the value of the 'Keywords' containment reference list.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Output Formats' containment reference.getTitle()
Returns the value of the 'Title' attribute.void
setAbstract
(String value) Sets the value of the 'Abstract
' attribute.void
Sets the value of the 'Name
' attribute.void
Sets the value of the 'Output Formats
' containment reference.void
Sets the value of the 'Title
' attribute.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
-
getName
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
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getTitle
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
Sets the value of the 'Title
' attribute.- Parameters:
value
- the new value of the 'Title' attribute.- See Also:
-
getAbstract
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
Sets the value of the 'Abstract
' attribute.- Parameters:
value
- the new value of the 'Abstract' attribute.- See Also:
-
getKeywords
EList getKeywords()Returns the value of the 'Keywords' containment reference list. The list contents are of typeKeywordsType
.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:
-
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
Sets the value of the 'Output Formats
' containment reference.- Parameters:
value
- the new value of the 'Output Formats' containment reference.- See Also:
-