Class CopyrightType

java.lang.Object
org.bremersee.gpx.model.CopyrightType
All Implemented Interfaces:
Serializable

public class CopyrightType extends Object implements 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 Details

  • Constructor Details

    • CopyrightType

      public CopyrightType()
  • Method Details

    • getYear

      public XMLGregorianCalendar getYear()
      Gets the value of the year property.
      Returns:
      possible object is XMLGregorianCalendar
    • setYear

      public void setYear(XMLGregorianCalendar value)
      Sets the value of the year property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getLicense

      public String getLicense()
      Gets the value of the license property.
      Returns:
      possible object is String
    • setLicense

      public void setLicense(String value)
      Sets the value of the license property.
      Parameters:
      value - allowed object is String
    • getAuthor

      public String getAuthor()
      Gets the value of the author property.
      Returns:
      possible object is String
    • setAuthor

      public void setAuthor(String value)
      Sets the value of the author property.
      Parameters:
      value - allowed object is String