public class OnlineResource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TYPE_ARC |
static String |
TYPE_EXTENDED |
static String |
TYPE_LOCATOR |
static String |
TYPE_RESOURCE |
static String |
TYPE_SIMPLE |
static String |
TYPE_TITLE |
Constructor and Description |
---|
OnlineResource(String href) |
OnlineResource(String type,
String href) |
OnlineResource(String type,
String href,
String role,
String arcrole,
String show,
String actuate,
String title) |
Modifier and Type | Method and Description |
---|---|
String |
getActuate() |
String |
getArcrole() |
String |
getHref() |
String |
getRole() |
String |
getShow() |
String |
getTitle() |
String |
getType() |
protected void |
setActuate(String actuate) |
protected void |
setArcrole(String arcrole) |
protected void |
setHref(String href) |
protected void |
setRole(String role) |
protected void |
setShow(String show) |
protected void |
setTitle(String title) |
protected void |
setType(String type) |
String |
toXML() |
public static String TYPE_EXTENDED
public static String TYPE_SIMPLE
public static String TYPE_RESOURCE
public static String TYPE_LOCATOR
public static String TYPE_ARC
public static String TYPE_TITLE
public OnlineResource(String href)
public String toXML()
public String getActuate()
protected void setActuate(String actuate)
public String getArcrole()
protected void setArcrole(String arcrole)
public String getHref()
protected void setHref(String href)
public String getRole()
protected void setRole(String role)
public String getShow()
protected void setShow(String show)
public String getTitle()
protected void setTitle(String title)
public String getType()
protected void setType(String type)
type
- the parameter must be compliant to the recommendation. There are only some allowed.
Standard is simple. This should be ok. So please be careful in changing this attribute.Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.