public class Copyright extends Object
Java class for Copyright complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Copyright"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="year" type="{http://www.w3.org/2001/XMLSchema}gYear"/> <element name="by" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
by |
protected XMLGregorianCalendar |
year |
Constructor and Description |
---|
Copyright() |
Modifier and Type | Method and Description |
---|---|
String |
getBy()
Gets the value of the by property.
|
XMLGregorianCalendar |
getYear()
Gets the value of the year property.
|
void |
setBy(String value)
Sets the value of the by property.
|
void |
setYear(XMLGregorianCalendar value)
Sets the value of the year property.
|
protected XMLGregorianCalendar year
protected String by
public XMLGregorianCalendar getYear()
XMLGregorianCalendar
public void setYear(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.