Package com.topografix.gpx.x1.x1
Interface MetadataType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MetadataTypeImpl
public interface MetadataType
extends org.apache.xmlbeans.XmlObject
An XML metadataType(@http://www.topografix.com/GPX/1/1).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<MetadataType>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "author" elementAppends and returns a new empty "bounds" elementAppends and returns a new empty "copyright" elementAppends and returns a new empty "extensions" elementAppends and returns a new empty value (as xml) as the last "link" elementGets the "author" elementGets the "bounds" elementGets the "copyright" elementgetDesc()Gets the "desc" elementGets the "extensions" elementGets the "keywords" elementLinkType[]Gets array of all "link" elementsgetLinkArray(int i) Gets ith "link" elementGets a List of "link" elementsgetName()Gets the "name" elementgetTime()Gets the "time" elementinsertNewLink(int i) Inserts and returns a new empty value (as xml) as the ith "link" elementbooleanTrue if has "author" elementbooleanTrue if has "bounds" elementbooleanTrue if has "copyright" elementbooleanTrue if has "desc" elementbooleanTrue if has "extensions" elementbooleanTrue if has "keywords" elementbooleanTrue if has "name" elementbooleanTrue if has "time" elementvoidremoveLink(int i) Removes the ith "link" elementvoidsetAuthor(PersonType author) Sets the "author" elementvoidsetBounds(BoundsType bounds) Sets the "bounds" elementvoidsetCopyright(CopyrightType copyright) Sets the "copyright" elementvoidSets the "desc" elementvoidsetExtensions(ExtensionsType extensions) Sets the "extensions" elementvoidsetKeywords(String keywords) Sets the "keywords" elementvoidsetLinkArray(int i, LinkType link) Sets ith "link" elementvoidsetLinkArray(LinkType[] linkArray) Sets array of all "link" elementvoidSets the "name" elementvoidSets the "time" elementintReturns number of "link" elementvoidUnsets the "author" elementvoidUnsets the "bounds" elementvoidUnsets the "copyright" elementvoidUnsets the "desc" elementvoidUnsets the "extensions" elementvoidUnsets the "keywords" elementvoidUnsets the "name" elementvoidUnsets the "time" elementorg.apache.xmlbeans.XmlStringxgetDesc()Gets (as xml) the "desc" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "keywords" elementorg.apache.xmlbeans.XmlStringxgetName()Gets (as xml) the "name" elementorg.apache.xmlbeans.XmlDateTimexgetTime()Gets (as xml) the "time" elementvoidxsetDesc(org.apache.xmlbeans.XmlString desc) Sets (as xml) the "desc" elementvoidxsetKeywords(org.apache.xmlbeans.XmlString keywords) Sets (as xml) the "keywords" elementvoidxsetName(org.apache.xmlbeans.XmlString name) Sets (as xml) the "name" elementvoidxsetTime(org.apache.xmlbeans.XmlDateTime time) Sets (as xml) the "time" 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
-
getName
String getName()Gets the "name" element -
xgetName
org.apache.xmlbeans.XmlString xgetName()Gets (as xml) the "name" element -
isSetName
boolean isSetName()True if has "name" element -
setName
Sets the "name" element -
xsetName
void xsetName(org.apache.xmlbeans.XmlString name) Sets (as xml) the "name" element -
unsetName
void unsetName()Unsets the "name" element -
getDesc
String getDesc()Gets the "desc" element -
xgetDesc
org.apache.xmlbeans.XmlString xgetDesc()Gets (as xml) the "desc" element -
isSetDesc
boolean isSetDesc()True if has "desc" element -
setDesc
Sets the "desc" element -
xsetDesc
void xsetDesc(org.apache.xmlbeans.XmlString desc) Sets (as xml) the "desc" element -
unsetDesc
void unsetDesc()Unsets the "desc" element -
getAuthor
PersonType getAuthor()Gets the "author" element -
isSetAuthor
boolean isSetAuthor()True if has "author" element -
setAuthor
Sets the "author" element -
addNewAuthor
PersonType addNewAuthor()Appends and returns a new empty "author" element -
unsetAuthor
void unsetAuthor()Unsets the "author" element -
getCopyright
CopyrightType getCopyright()Gets the "copyright" element -
isSetCopyright
boolean isSetCopyright()True if has "copyright" element -
setCopyright
Sets the "copyright" element -
addNewCopyright
CopyrightType addNewCopyright()Appends and returns a new empty "copyright" element -
unsetCopyright
void unsetCopyright()Unsets the "copyright" element -
getLinkList
Gets a List of "link" elements -
getLinkArray
LinkType[] getLinkArray()Gets array of all "link" elements -
getLinkArray
Gets ith "link" element -
sizeOfLinkArray
int sizeOfLinkArray()Returns number of "link" element -
setLinkArray
Sets array of all "link" element -
setLinkArray
Sets ith "link" element -
insertNewLink
Inserts and returns a new empty value (as xml) as the ith "link" element -
addNewLink
LinkType addNewLink()Appends and returns a new empty value (as xml) as the last "link" element -
removeLink
void removeLink(int i) Removes the ith "link" element -
getTime
Calendar getTime()Gets the "time" element -
xgetTime
org.apache.xmlbeans.XmlDateTime xgetTime()Gets (as xml) the "time" element -
isSetTime
boolean isSetTime()True if has "time" element -
setTime
Sets the "time" element -
xsetTime
void xsetTime(org.apache.xmlbeans.XmlDateTime time) Sets (as xml) the "time" element -
unsetTime
void unsetTime()Unsets the "time" element -
getKeywords
String getKeywords()Gets the "keywords" element -
xgetKeywords
org.apache.xmlbeans.XmlString xgetKeywords()Gets (as xml) the "keywords" element -
isSetKeywords
boolean isSetKeywords()True if has "keywords" element -
setKeywords
Sets the "keywords" element -
xsetKeywords
void xsetKeywords(org.apache.xmlbeans.XmlString keywords) Sets (as xml) the "keywords" element -
unsetKeywords
void unsetKeywords()Unsets the "keywords" element -
getBounds
BoundsType getBounds()Gets the "bounds" element -
isSetBounds
boolean isSetBounds()True if has "bounds" element -
setBounds
Sets the "bounds" element -
addNewBounds
BoundsType addNewBounds()Appends and returns a new empty "bounds" element -
unsetBounds
void unsetBounds()Unsets the "bounds" element -
getExtensions
ExtensionsType getExtensions()Gets the "extensions" element -
isSetExtensions
boolean isSetExtensions()True if has "extensions" element -
setExtensions
Sets the "extensions" element -
addNewExtensions
ExtensionsType addNewExtensions()Appends and returns a new empty "extensions" element -
unsetExtensions
void unsetExtensions()Unsets the "extensions" element
-