org.deegree.datatypes.xlink
Class SimpleLink
java.lang.Object
org.deegree.datatypes.xlink.SimpleLink
public class SimpleLink
- extends java.lang.Object
Class representation of an xlink:simpleLink
according to the
xlinks.xsd
provided with the OWS Common Specification 0.3
.
- Author:
- Markus Schneider
Field Summary |
static java.lang.String |
type
the type is simple |
Constructor Summary |
SimpleLink(java.net.URI href)
Creates a new SimpleLink instance with the minimum of neeeded information. |
SimpleLink(java.net.URI href,
java.net.URI role,
java.net.URI arcrole,
java.lang.String title,
java.lang.String show,
java.lang.String actuate)
Creates a new SimpleLink instance with the minimum of neeeded information. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public static final java.lang.String type
- the type is simple
- See Also:
- Constant Field Values
SimpleLink
public SimpleLink(java.net.URI href)
- Creates a new
SimpleLink
instance with the minimum of neeeded information.
- Parameters:
href
- may even be null (!)
SimpleLink
public SimpleLink(java.net.URI href,
java.net.URI role,
java.net.URI arcrole,
java.lang.String title,
java.lang.String show,
java.lang.String actuate)
- Creates a new
SimpleLink
instance with the minimum of neeeded information.
- Parameters:
href
- may even be null (!)role
- may be nullarcrole
- may be nulltitle
- may be nullshow
- valid values: 'new', 'replace', 'embed', 'other', 'none' (or null)actuate
- valid values: 'onLoad', 'onRequest', 'other', 'none' (or null)
getType
public static java.lang.String getType()
- Returns:
- Returns the type.
getActuate
public java.lang.String getActuate()
- Returns:
- Returns the actuate.
setActuate
public void setActuate(java.lang.String actuate)
- Parameters:
actuate
- The actuate to set.
getArcrole
public java.net.URI getArcrole()
- Returns:
- Returns the arcrole.
setArcrole
public void setArcrole(java.net.URI arcrole)
- Parameters:
arcrole
- The arcrole to set.
getHref
public java.net.URI getHref()
- Returns:
- Returns the href.
setHref
public void setHref(java.net.URI href)
- Parameters:
href
- The href to set.
getRole
public java.net.URI getRole()
- Returns:
- Returns the role.
setRole
public void setRole(java.net.URI role)
- Parameters:
role
- The role to set.
getShow
public java.lang.String getShow()
- Returns:
- Returns the show.
setShow
public void setShow(java.lang.String show)
- Parameters:
show
- The show to set.
getTitle
public java.lang.String getTitle()
- Returns:
- Returns the title.
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title
- The title to set.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org