Package org.bremersee.gpx.model
Class CopyrightType
java.lang.Object
org.bremersee.gpx.model.CopyrightType
- All Implemented Interfaces:
Serializable
Information about the copyright holder and any license governing use of this file. By
linking to an appropriate license,
you may place your data into the public domain or grant additional usage rights.
Java class for copyrightType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="copyrightType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="year" type="{http://www.w3.org/2001/XMLSchema}gYear" minOccurs="0"/>
<element name="license" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
<attribute name="author" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the author property.Gets the value of the license property.getYear()Gets the value of the year property.voidSets the value of the author property.voidsetLicense(String value) Sets the value of the license property.voidsetYear(XMLGregorianCalendar value) Sets the value of the year property.
-
Field Details
-
year
-
license
-
author
-
-
Constructor Details
-
CopyrightType
public CopyrightType()
-
-
Method Details
-
getYear
Gets the value of the year property.- Returns:
- possible object is
XMLGregorianCalendar
-
setYear
Sets the value of the year property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getLicense
Gets the value of the license property.- Returns:
- possible object is
String
-
setLicense
Sets the value of the license property.- Parameters:
value- allowed object isString
-
getAuthor
Gets the value of the author property.- Returns:
- possible object is
String
-
setAuthor
Sets the value of the author property.- Parameters:
value- allowed object isString
-