|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.jomc.model.ModelObject
org.jomc.model.Person
org.jomc.model.Author
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-12-07T03:06:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class AuthorModel of an author. The 'Author' type extends the 'Person' type adding attribute 'version' holding a version created by the author.
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>
| Field Summary | |
|---|---|
protected String |
version
|
| Fields inherited from class org.jomc.model.Person |
|---|
any, mail, name |
| Fields inherited from class org.jomc.model.ModelObject |
|---|
authors, createDate, deprecated, documentation, modelVersion |
| Constructor Summary | |
|---|---|
Author()
Creates a new Author instance. |
|
Author(Author o)
Creates a new Author instance by deeply copying a given Author instance. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.jomc.model.Person |
|---|
getAny, getMail, getName, setMail, setName |
| Methods inherited from class org.jomc.model.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, isDeprecated, setAuthors, setCreateDate, setDeprecated, setDocumentation, setModelVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-12-07T03:06:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String version
| Constructor Detail |
|---|
public 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.| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-12-07T03:06:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getVersion()
null.
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-12-07T03:06:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setVersion(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-12-07T03:06:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public Author clone()
clone in class Person
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||