Interface FeatureTypeType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
FeatureTypeTypeImpl
public interface FeatureTypeType extends EObject
A representation of the model object 'Feature Type Type'.The following features are supported:
- See Also:
Wfs20Package.getFeatureTypeType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AbstractType>
getAbstract()
Returns the value of the 'Abstract' containment reference list.String
getDefaultCRS()
Returns the value of the 'Default CRS' attribute.ExtendedDescriptionType
getExtendedDescription()
Returns the value of the 'Extended Description' containment reference.EList<KeywordsType>
getKeywords()
Returns the value of the 'Keywords' containment reference list.EList<MetadataURLType>
getMetadataURL()
Returns the value of the 'Metadata URL' containment reference list.QName
getName()
Returns the value of the 'Name' attribute.NoCRSType
getNoCRS()
Returns the value of the 'No CRS' containment reference.EList<String>
getOtherCRS()
Returns the value of the 'Other CRS' attribute list.OutputFormatListType
getOutputFormats()
Returns the value of the 'Output Formats' containment reference.EList<TitleType>
getTitle()
Returns the value of the 'Title' containment reference list.EList<WGS84BoundingBoxType>
getWGS84BoundingBox()
Returns the value of the 'WGS84 Bounding Box' containment reference list.void
setDefaultCRS(String value)
Sets the value of the 'Default CRS
' attribute.void
setExtendedDescription(ExtendedDescriptionType value)
Sets the value of the 'Extended Description
' containment reference.void
setName(QName value)
Sets the value of the 'Name
' attribute.void
setNoCRS(NoCRSType value)
Sets the value of the 'No CRS
' containment reference.void
setOutputFormats(OutputFormatListType value)
Sets the value of the 'Output Formats
' containment reference.
-
-
-
Method Detail
-
getName
QName getName()
Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(QName)
,Wfs20Package.getFeatureTypeType_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
EList<TitleType> getTitle()
Returns the value of the 'Title' containment reference list. The list contents are of typeTitleType
.If the meaning of the 'Title' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Title' containment reference list.
- See Also:
Wfs20Package.getFeatureTypeType_Title()
-
getAbstract
EList<AbstractType> getAbstract()
Returns the value of the 'Abstract' containment reference list. The list contents are of typeAbstractType
.If the meaning of the 'Abstract' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract' containment reference list.
- See Also:
Wfs20Package.getFeatureTypeType_Abstract()
-
getKeywords
EList<KeywordsType> 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:
Wfs20Package.getFeatureTypeType_Keywords()
-
getDefaultCRS
String getDefaultCRS()
Returns the value of the 'Default CRS' attribute.If the meaning of the 'Default CRS' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Default CRS' attribute.
- See Also:
setDefaultCRS(String)
,Wfs20Package.getFeatureTypeType_DefaultCRS()
-
setDefaultCRS
void setDefaultCRS(String value)
Sets the value of the 'Default CRS
' attribute.- Parameters:
value
- the new value of the 'Default CRS' attribute.- See Also:
getDefaultCRS()
-
getOtherCRS
EList<String> getOtherCRS()
Returns the value of the 'Other CRS' attribute list. The list contents are of typeString
.If the meaning of the 'Other CRS' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Other CRS' attribute list.
- See Also:
Wfs20Package.getFeatureTypeType_OtherCRS()
-
getNoCRS
NoCRSType getNoCRS()
Returns the value of the 'No CRS' containment reference.If the meaning of the 'No CRS' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'No CRS' containment reference.
- See Also:
setNoCRS(NoCRSType)
,Wfs20Package.getFeatureTypeType_NoCRS()
-
setNoCRS
void setNoCRS(NoCRSType value)
Sets the value of the 'No CRS
' containment reference.- Parameters:
value
- the new value of the 'No CRS' containment reference.- See Also:
getNoCRS()
-
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)
,Wfs20Package.getFeatureTypeType_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()
-
getWGS84BoundingBox
EList<WGS84BoundingBoxType> getWGS84BoundingBox()
Returns the value of the 'WGS84 Bounding Box' containment reference list. The list contents are of typeWGS84BoundingBoxType
.If the meaning of the 'WGS84 Bounding Box' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'WGS84 Bounding Box' containment reference list.
- See Also:
Wfs20Package.getFeatureTypeType_WGS84BoundingBox()
-
getMetadataURL
EList<MetadataURLType> getMetadataURL()
Returns the value of the 'Metadata URL' containment reference list. The list contents are of typeMetadataURLType
.If the meaning of the 'Metadata URL' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Metadata URL' containment reference list.
- See Also:
Wfs20Package.getFeatureTypeType_MetadataURL()
-
getExtendedDescription
ExtendedDescriptionType getExtendedDescription()
Returns the value of the 'Extended Description' containment reference.If the meaning of the 'Extended Description' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Extended Description' containment reference.
- See Also:
setExtendedDescription(ExtendedDescriptionType)
,Wfs20Package.getFeatureTypeType_ExtendedDescription()
-
setExtendedDescription
void setExtendedDescription(ExtendedDescriptionType value)
Sets the value of the 'Extended Description
' containment reference.- Parameters:
value
- the new value of the 'Extended Description' containment reference.- See Also:
getExtendedDescription()
-
-