net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc
Class Authors
java.lang.Object
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.ModelObject
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Authors
- All Implemented Interfaces:
- Serializable, Cloneable
public class Authors
- extends ModelObject
- implements Serializable, Cloneable
List of authors.
- See Also:
- Serialized Form
|
Constructor Summary |
Authors()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Authors instance. |
Authors(Authors o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Authors instance by copying a given instance. |
author
protected Author[] author
Authors
public Authors()
- Creates a new
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Authors instance.
Authors
public Authors(Authors o)
- Creates a new
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Authors instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getAuthor
public Author[] getAuthor()
- Returns:
- array of
Author
getAuthor
public Author getAuthor(int idx)
- Returns:
- one of
Author
getAuthorLength
public int getAuthorLength()
setAuthor
public void setAuthor(Author[] values)
- Parameters:
values - allowed objects are
Author
setAuthor
public Author setAuthor(int idx,
Author value)
- Parameters:
value - allowed object is
Author
copyAuthor
protected void copyAuthor(Author[] source)
- Copies all values of property
Author.
- Parameters:
source - The source to copy from.
- Throws:
NullPointerException - if source is null.
clone
public Authors clone()
- Creates and returns a copy of this object.
- Overrides:
clone in class ModelObject
- Returns:
- A clone of this instance.
Copyright © 2009 The CC-XJC Community. All Rights Reserved.