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