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.XmlObjectAn XML metadataType(@http://www.topografix.com/GPX/1/1). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.DocumentFactory<MetadataType>Factorystatic org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PersonTypeaddNewAuthor()Appends and returns a new empty "author" elementBoundsTypeaddNewBounds()Appends and returns a new empty "bounds" elementCopyrightTypeaddNewCopyright()Appends and returns a new empty "copyright" elementExtensionsTypeaddNewExtensions()Appends and returns a new empty "extensions" elementLinkTypeaddNewLink()Appends and returns a new empty value (as xml) as the last "link" elementPersonTypegetAuthor()Gets the "author" elementBoundsTypegetBounds()Gets the "bounds" elementCopyrightTypegetCopyright()Gets the "copyright" elementStringgetDesc()Gets the "desc" elementExtensionsTypegetExtensions()Gets the "extensions" elementStringgetKeywords()Gets the "keywords" elementLinkType[]getLinkArray()Gets array of all "link" elementsLinkTypegetLinkArray(int i)Gets ith "link" elementList<LinkType>getLinkList()Gets a List of "link" elementsStringgetName()Gets the "name" elementCalendargetTime()Gets the "time" elementLinkTypeinsertNewLink(int i)Inserts and returns a new empty value (as xml) as the ith "link" elementbooleanisSetAuthor()True if has "author" elementbooleanisSetBounds()True if has "bounds" elementbooleanisSetCopyright()True if has "copyright" elementbooleanisSetDesc()True if has "desc" elementbooleanisSetExtensions()True if has "extensions" elementbooleanisSetKeywords()True if has "keywords" elementbooleanisSetName()True if has "name" elementbooleanisSetTime()True 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" elementvoidsetDesc(String desc)Sets 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" elementvoidsetName(String name)Sets the "name" elementvoidsetTime(Calendar time)Sets the "time" elementintsizeOfLinkArray()Returns number of "link" elementvoidunsetAuthor()Unsets the "author" elementvoidunsetBounds()Unsets the "bounds" elementvoidunsetCopyright()Unsets the "copyright" elementvoidunsetDesc()Unsets the "desc" elementvoidunsetExtensions()Unsets the "extensions" elementvoidunsetKeywords()Unsets the "keywords" elementvoidunsetName()Unsets the "name" elementvoidunsetTime()Unsets the "time" elementorg.apache.xmlbeans.XmlStringxgetDesc()Gets (as xml) the "desc" elementorg.apache.xmlbeans.XmlStringxgetKeywords()Gets (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" 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<MetadataType> Factory
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Detail
-
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
void setName(String name)
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
void setDesc(String desc)
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
void setAuthor(PersonType author)
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
void setCopyright(CopyrightType copyright)
Sets the "copyright" element
-
addNewCopyright
CopyrightType addNewCopyright()
Appends and returns a new empty "copyright" element
-
unsetCopyright
void unsetCopyright()
Unsets the "copyright" element
-
getLinkArray
LinkType[] getLinkArray()
Gets array of all "link" elements
-
getLinkArray
LinkType getLinkArray(int i)
Gets ith "link" element
-
sizeOfLinkArray
int sizeOfLinkArray()
Returns number of "link" element
-
setLinkArray
void setLinkArray(LinkType[] linkArray)
Sets array of all "link" element
-
setLinkArray
void setLinkArray(int i, LinkType link)Sets ith "link" element
-
insertNewLink
LinkType insertNewLink(int i)
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
void setTime(Calendar time)
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
void setKeywords(String keywords)
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
void setBounds(BoundsType bounds)
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
void setExtensions(ExtensionsType extensions)
Sets the "extensions" element
-
addNewExtensions
ExtensionsType addNewExtensions()
Appends and returns a new empty "extensions" element
-
unsetExtensions
void unsetExtensions()
Unsets the "extensions" element
-
-