org.opengis.webservice
Interface DescriptionBase

All Known Subinterfaces:
Description, Service

public interface DescriptionBase


Method Summary
 String getDescription()
          Returns the description.
 MetadataLink getMetadataLink()
          Returns the metadataLink.
 String getName()
          Returns the name.
 

Method Detail

getName

@UML(identifier="name",
     specification=UNSPECIFIED)
String getName()
Returns the name.


getDescription

@UML(identifier="description",
     specification=UNSPECIFIED)
String getDescription()
Returns the description.


getMetadataLink

@UML(identifier="metadataLink",
     specification=UNSPECIFIED)
MetadataLink getMetadataLink()
Returns the metadataLink.



Copyright © 1994-2009 Open Geospatial Consortium. All Rights Reserved.