Package com.topografix.gpx.x1.x1
Interface CopyrightType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CopyrightTypeImpl
public interface CopyrightType
extends org.apache.xmlbeans.XmlObject
An XML copyrightType(@http://www.topografix.com/GPX/1/1).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<CopyrightType>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "author" attributeGets the "license" elementgetYear()Gets the "year" elementbooleanTrue if has "license" elementbooleanTrue if has "year" elementvoidSets the "author" attributevoidsetLicense(String license) Sets the "license" elementvoidSets the "year" elementvoidUnsets the "license" elementvoidUnsets the "year" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "author" attributeorg.apache.xmlbeans.XmlAnyURIGets (as xml) the "license" elementorg.apache.xmlbeans.XmlGYearxgetYear()Gets (as xml) the "year" elementvoidxsetAuthor(org.apache.xmlbeans.XmlString author) Sets (as xml) the "author" attributevoidxsetLicense(org.apache.xmlbeans.XmlAnyURI license) Sets (as xml) the "license" elementvoidxsetYear(org.apache.xmlbeans.XmlGYear year) Sets (as xml) the "year" 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
-
getYear
Calendar getYear()Gets the "year" element -
xgetYear
org.apache.xmlbeans.XmlGYear xgetYear()Gets (as xml) the "year" element -
isSetYear
boolean isSetYear()True if has "year" element -
setYear
Sets the "year" element -
xsetYear
void xsetYear(org.apache.xmlbeans.XmlGYear year) Sets (as xml) the "year" element -
unsetYear
void unsetYear()Unsets the "year" element -
getLicense
String getLicense()Gets the "license" element -
xgetLicense
org.apache.xmlbeans.XmlAnyURI xgetLicense()Gets (as xml) the "license" element -
isSetLicense
boolean isSetLicense()True if has "license" element -
setLicense
Sets the "license" element -
xsetLicense
void xsetLicense(org.apache.xmlbeans.XmlAnyURI license) Sets (as xml) the "license" element -
unsetLicense
void unsetLicense()Unsets the "license" element -
getAuthor
String getAuthor()Gets the "author" attribute -
xgetAuthor
org.apache.xmlbeans.XmlString xgetAuthor()Gets (as xml) the "author" attribute -
setAuthor
Sets the "author" attribute -
xsetAuthor
void xsetAuthor(org.apache.xmlbeans.XmlString author) Sets (as xml) the "author" attribute
-