org.opengis.webservice
Interface SimpleLink

Show UML class diagram

public interface SimpleLink

Class representation of an xlink:simpleLink according to the xlinks.xsd provided with the OWS Common Specification 0.3.


Method Summary
 String getActuate()
          Returns the actuate.
 URI getArcrole()
          Returns the arcrole.
 URI getHref()
          Returns the href.
 URI getRole()
          Returns the role.
 String getShow()
          Returns the show.
 InternationalString getTitle()
           
 String getType()
          Returns the type.
 

Method Detail

getType

String getType()
Returns the type.


getActuate

String getActuate()
Returns the actuate.


getArcrole

URI getArcrole()
Returns the arcrole.


getHref

URI getHref()
Returns the href.


getRole

URI getRole()
Returns the role.


getShow

String getShow()
Returns the show.


getTitle

InternationalString getTitle()
Returns:
Returns the title.


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