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:
WfsPackage.getGMLObjectTypeType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAbstract()
Returns the value of the 'Abstract' attribute.EList
getKeywords()
Returns the value of the 'Keywords' containment reference list.QName
getName()
Returns the value of the 'Name' attribute.OutputFormatListType
getOutputFormats()
Returns the value of the 'Output Formats' containment reference.String
getTitle()
Returns the value of the 'Title' attribute.void
setAbstract(String value)
Sets the value of the 'Abstract
' attribute.void
setName(QName value)
Sets the value of the 'Name
' attribute.void
setOutputFormats(OutputFormatListType value)
Sets the value of the 'Output Formats
' containment reference.void
setTitle(String value)
Sets the value of the 'Title
' attribute.
-
-
-
Method Detail
-
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
void setName(QName value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
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(String)
,WfsPackage.getGMLObjectTypeType_Title()
-
setTitle
void setTitle(String value)
Sets the value of the 'Title
' attribute.- Parameters:
value
- the new value of the 'Title' attribute.- See Also:
getTitle()
-
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(String)
,WfsPackage.getGMLObjectTypeType_Abstract()
-
setAbstract
void setAbstract(String value)
Sets the value of the 'Abstract
' attribute.- Parameters:
value
- the new value of the 'Abstract' attribute.- See Also:
getAbstract()
-
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:
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()
-
-