public class CopyrightType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
author |
protected java.lang.String |
license |
protected javax.xml.datatype.XMLGregorianCalendar |
year |
Constructor and Description |
---|
CopyrightType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor()
Gets the value of the author property.
|
java.lang.String |
getLicense()
Gets the value of the license property.
|
javax.xml.datatype.XMLGregorianCalendar |
getYear()
Gets the value of the year property.
|
void |
setAuthor(java.lang.String value)
Sets the value of the author property.
|
void |
setLicense(java.lang.String value)
Sets the value of the license property.
|
void |
setYear(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the year property.
|
protected javax.xml.datatype.XMLGregorianCalendar year
protected java.lang.String license
protected java.lang.String author
public javax.xml.datatype.XMLGregorianCalendar getYear()
XMLGregorianCalendar
public void setYear(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getLicense()
String
public void setLicense(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAuthor()
String
public void setAuthor(java.lang.String value)
value
- allowed object is
String