net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl
Class AuthorsImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.ModelObjectImpl
      extended by net.sourceforge.ccxjc.it.model.prot.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

Field Summary
protected  Author[] author
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.ModelObjectImpl
authors, createDate, documentation, modelVersion
 
Constructor Summary
AuthorsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.AuthorsImpl instance.
AuthorsImpl(AuthorsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.AuthorsImpl instance by copying a given instance.
 
Method Summary
 AuthorsImpl clone()
          Creates and returns a copy of this object.
protected  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.prot.indexed.novalueclass.jomc.impl.ModelObjectImpl
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
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Field Detail

author

protected Author[] author
Constructor Detail

AuthorsImpl

public AuthorsImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.AuthorsImpl instance.


AuthorsImpl

public AuthorsImpl(AuthorsImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.AuthorsImpl instance by copying a given instance.

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

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

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