
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-11-01T03:16:37+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class Author
extends Person
implements Cloneable
Java class for Author complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Author">
<complexContent>
<extension base="{http://jomc.org/model}Person">
<attribute name="version" type="{http://jomc.org/model}Version" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
version |
authors, createDate, deprecated, documentation, MODEL_PUBLIC_ID, modelVersion| Constructor and Description |
|---|
Author()
Creates a new
Author instance. |
Author(Author o)
Creates a new
Author instance by deeply copying a given Author instance. |
| Modifier and Type | Method and Description |
|---|---|
Author |
clone()
Creates and returns a deep copy of this object.
|
String |
getVersion()
The version created by this author or
null. |
void |
setVersion(String value)
Sets the value of the version property.
|
getAny, getAnyElement, getAnyElement, getAnyElements, getAnyElements, getAnyObject, getAnyObjects, getMail, getName, setMail, setNamegetAnyElement, getAnyElement, getAnyElements, getAnyElements, getAnyObject, getAnyObjects, getAuthors, getCreateDate, getDocumentation, getModelVersion, isDeprecated, setAuthors, setCreateDate, setDeprecated, setDocumentation, setModelVersionpublic Author()
Author instance.public Author(Author o)
Author instance by deeply copying a given Author instance.o - The instance to copy.NullPointerException - if o is null.@Generated(value="com.sun.tools.xjc.Driver",
date="2016-11-01T03:16:37+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getVersion()
null.String@Generated(value="com.sun.tools.xjc.Driver",
date="2016-11-01T03:16:37+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setVersion(String value)
value - allowed object is
StringCopyright © 2005–2016 The JOMC Project. All rights reserved.