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.XmlObjectAn XML copyrightType(@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<CopyrightType>Factorystatic org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthor()Gets the "author" attributeStringgetLicense()Gets the "license" elementCalendargetYear()Gets the "year" elementbooleanisSetLicense()True if has "license" elementbooleanisSetYear()True if has "year" elementvoidsetAuthor(String author)Sets the "author" attributevoidsetLicense(String license)Sets the "license" elementvoidsetYear(Calendar year)Sets the "year" elementvoidunsetLicense()Unsets the "license" elementvoidunsetYear()Unsets the "year" elementorg.apache.xmlbeans.XmlStringxgetAuthor()Gets (as xml) the "author" attributeorg.apache.xmlbeans.XmlAnyURIxgetLicense()Gets (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" 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<CopyrightType> Factory
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Detail
-
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
void setYear(Calendar year)
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
void setLicense(String license)
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
void setAuthor(String author)
Sets the "author" attribute
-
xsetAuthor
void xsetAuthor(org.apache.xmlbeans.XmlString author)
Sets (as xml) the "author" attribute
-
-