net.opengis.wfs
Interface MetadataURLType

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

public interface MetadataURLType
extends org.eclipse.emf.ecore.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 19139

The following features are supported:

See Also:
WfsPackage.getMetadataURLType()

Method Summary
 java.lang.String getFormat()
          Returns the value of the 'Format' attribute.
 java.lang.String getType()
          Returns the value of the 'Type' attribute.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setFormat(java.lang.String value)
          Sets the value of the 'Format' attribute.
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' 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

getValue

java.lang.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(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

getFormat

java.lang.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(java.lang.String value)
Sets the value of the 'Format' attribute.

Parameters:
value - the new value of the 'Format' attribute.
See Also:
getFormat()

getType

java.lang.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()

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()


Copyright © 1996-2010 Geotools. All Rights Reserved.