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