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.XmlObject
An XML linkType(@http://www.topografix.com/GPX/1/1).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<LinkType>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetHref()Gets the "href" attributegetText()Gets the "text" elementgetType()Gets the "type" elementbooleanTrue if has "text" elementbooleanTrue if has "type" elementvoidSets the "href" attributevoidSets the "text" elementvoidSets the "type" elementvoidUnsets the "text" elementvoidUnsets 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" elementMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
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
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
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
Sets the "href" attribute -
xsetHref
void xsetHref(org.apache.xmlbeans.XmlAnyURI href) Sets (as xml) the "href" attribute
-