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