Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Field and Description |
---|---|
protected List<Author> |
Authors.author |
Modifier and Type | Method and Description |
---|---|
Author |
Author.clone()
Creates and returns a deep copy of this object.
|
Author |
ObjectFactory.createAuthor()
Create an instance of
Author |
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Author> |
ObjectFactory.createAuthor(Author value)
|
List<Author> |
Authors.getAuthor()
Gets the value of the author property.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Author> |
ObjectFactory.createAuthor(Author value)
|
Constructor and Description |
---|
Author(Author o)
Creates a new
Author instance by deeply copying a given Author instance. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.