net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc
Interface Authors

All Superinterfaces:
ModelObject
All Known Implementing Classes:
AuthorsImpl

public interface Authors
extends ModelObject

List of authors.


Method Summary
 Author[] getAuthor()
           
 Author getAuthor(int idx)
           
 int getAuthorLength()
           
 void setAuthor(Author[] values)
           
 Author setAuthor(int idx, Author value)
           
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Method Detail

getAuthor

Author[] getAuthor()
Returns:
array of Author

getAuthor

Author getAuthor(int idx)
Returns:
one of Author

getAuthorLength

int getAuthorLength()

setAuthor

void setAuthor(Author[] values)
Parameters:
values - allowed objects are Author

setAuthor

Author setAuthor(int idx,
                 Author value)
Parameters:
value - allowed object is Author


Copyright © 2009 The CC-XJC Community. All Rights Reserved.