net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc
Class Authors

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.ModelObject
      extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Authors
All Implemented Interfaces:
Serializable, Cloneable

public class Authors
extends ModelObject
implements Serializable, Cloneable

List of authors.

See Also:
Serialized Form

Field Summary
protected  Author[] author
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.ModelObject
authors, createDate, documentation, modelVersion
 
Constructor Summary
Authors()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Authors instance.
Authors(Authors o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Authors instance by copying a given instance.
 
Method Summary
 Authors clone()
          Creates and returns a copy of this object.
 void copyAuthor(Author[] source)
          Copies all values of property Author.
 Author[] getAuthor()
           
 Author getAuthor(int idx)
           
 int getAuthorLength()
           
 void setAuthor(Author[] values)
           
 Author setAuthor(int idx, Author value)
           
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

author

protected Author[] author
Constructor Detail

Authors

public Authors()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Authors instance.


Authors

public Authors(Authors o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Authors instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

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

public 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.