Package net.wirelabs.jmaps.example.gpx
Class LinkType
- java.lang.Object
-
- net.wirelabs.jmaps.example.gpx.LinkType
-
public class LinkType extends Object
A link to an external resource (Web page, digital photo, video clip, etc) with additional information.Java class for linkType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="linkType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description LinkType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHref()Gets the value of the href property.StringgetText()Gets the value of the text property.StringgetType()Gets the value of the type property.voidsetHref(String value)Sets the value of the href property.voidsetText(String value)Sets the value of the text property.voidsetType(String value)Sets the value of the type property.
-
-
-
Method Detail
-
getText
public String getText()
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
public void setText(String value)
Sets the value of the text property.- Parameters:
value- allowed object isString
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getHref
public String getHref()
Gets the value of the href property.- Returns:
- possible object is
String
-
-