Package com.topografix.gpx.x1.x1
Interface LinkType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LinkTypeImpl
public interface LinkType extends org.apache.xmlbeans.XmlObjectAn XML linkType(@http://www.topografix.com/GPX/1/1). This is a complex type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHref()Gets the "href" attributeStringgetText()Gets the "text" elementStringgetType()Gets the "type" elementbooleanisSetText()True if has "text" elementbooleanisSetType()True if has "type" elementvoidsetHref(String href)Sets the "href" attributevoidsetText(String text)Sets the "text" elementvoidsetType(String type)Sets the "type" elementvoidunsetText()Unsets the "text" elementvoidunsetType()Unsets the "type" elementorg.apache.xmlbeans.XmlAnyURIxgetHref()Gets (as xml) the "href" attributeorg.apache.xmlbeans.XmlStringxgetText()Gets (as xml) the "text" elementorg.apache.xmlbeans.XmlStringxgetType()Gets (as xml) the "type" elementvoidxsetHref(org.apache.xmlbeans.XmlAnyURI href)Sets (as xml) the "href" attributevoidxsetText(org.apache.xmlbeans.XmlString text)Sets (as xml) the "text" elementvoidxsetType(org.apache.xmlbeans.XmlString type)Sets (as xml) the "type" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final org.apache.xmlbeans.impl.schema.DocumentFactory<LinkType> Factory
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Detail
-
getText
String getText()
Gets the "text" element
-
xgetText
org.apache.xmlbeans.XmlString xgetText()
Gets (as xml) the "text" element
-
isSetText
boolean isSetText()
True if has "text" element
-
setText
void setText(String text)
Sets the "text" element
-
xsetText
void xsetText(org.apache.xmlbeans.XmlString text)
Sets (as xml) the "text" element
-
unsetText
void unsetText()
Unsets the "text" element
-
getType
String getType()
Gets the "type" element
-
xgetType
org.apache.xmlbeans.XmlString xgetType()
Gets (as xml) the "type" element
-
isSetType
boolean isSetType()
True if has "type" element
-
setType
void setType(String type)
Sets the "type" element
-
xsetType
void xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" element
-
unsetType
void unsetType()
Unsets the "type" element
-
getHref
String getHref()
Gets the "href" attribute
-
xgetHref
org.apache.xmlbeans.XmlAnyURI xgetHref()
Gets (as xml) the "href" attribute
-
setHref
void setHref(String href)
Sets the "href" attribute
-
xsetHref
void xsetHref(org.apache.xmlbeans.XmlAnyURI href)
Sets (as xml) the "href" attribute
-
-