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