Package net.opengis.wfs
Interface MetadataURLType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
MetadataURLTypeImpl
public interface MetadataURLType extends EObject
A representation of the model object 'Metadata URL Type'. A Web Feature Server MAY use zero or more MetadataURL elements to offer detailed, standardized metadata about the data underneath a particular feature type. The type attribute indicates the standard to which the metadata complies; the format attribute indicates how the metadata is structured. Two types are defined at present: 'TC211' or 'ISO19115' = ISO TC211 19115; 'FGDC' = FGDC CSDGM. 'ISO19139' = ISO 19139The following features are supported:
- See Also:
WfsPackage.getMetadataURLType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFormat()
Returns the value of the 'Format' attribute.String
getType()
Returns the value of the 'Type' attribute.String
getValue()
Returns the value of the 'Value' attribute.void
setFormat(String value)
Sets the value of the 'Format
' attribute.void
setType(String value)
Sets the value of the 'Type
' attribute.void
setValue(String value)
Sets the value of the 'Value
' attribute.
-
-
-
Method Detail
-
getValue
String getValue()
Returns the value of the 'Value' attribute.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(String)
,WfsPackage.getMetadataURLType_Value()
-
setValue
void setValue(String value)
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
-
getFormat
String getFormat()
Returns the value of the 'Format' attribute.If the meaning of the 'Format' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Format' attribute.
- See Also:
setFormat(String)
,WfsPackage.getMetadataURLType_Format()
-
setFormat
void setFormat(String value)
Sets the value of the 'Format
' attribute.- Parameters:
value
- the new value of the 'Format' attribute.- See Also:
getFormat()
-
getType
String getType()
Returns the value of the 'Type' attribute.If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
setType(String)
,WfsPackage.getMetadataURLType_Type()
-
-