org.opengis.webservice
Interface MetadataLink

Show UML class diagram

public interface MetadataLink

TODO:
Which relationship with SimpleLink?

Method Summary
 URI getAbout()
          Returns the about.
 MetadataType getMetadataType()
          Returns the metadataType.
 URI getReference()
          Returns the reference.
 InternationalString getTitle()
          Returns the title.
 

Method Detail

getTitle

@UML(identifier="title",
     specification=UNSPECIFIED)
InternationalString getTitle()
Returns the title.


getAbout

@UML(identifier="about",
     specification=UNSPECIFIED)
URI getAbout()
Returns the about.


getReference

@UML(identifier="reference",
     specification=UNSPECIFIED)
URI getReference()
Returns the reference.


getMetadataType

@UML(identifier="metadataType",
     specification=UNSPECIFIED)
MetadataType getMetadataType()
Returns the metadataType.



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