net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl
Class AssemblyImpl.FilesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.FilesImpl
All Implemented Interfaces:
Serializable, Cloneable, Assembly.Files
Enclosing class:
AssemblyImpl

public static class AssemblyImpl.FilesImpl
extends Object
implements Serializable, Cloneable, Assembly.Files

See Also:
Serialized Form

Field Summary
protected  FileItem[] file
           
 
Constructor Summary
AssemblyImpl.FilesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.FilesImpl instance.
AssemblyImpl.FilesImpl(AssemblyImpl.FilesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.FilesImpl instance by copying a given instance.
 
Method Summary
 AssemblyImpl.FilesImpl clone()
          Creates and returns a copy of this object.
 void copyFile(FileItem[] source)
          Copies all values of property File.
 FileItem[] getFile()
           
 FileItem getFile(int idx)
           
 int getFileLength()
           
 void setFile(FileItem[] values)
           
 FileItem setFile(int idx, FileItem value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

protected FileItem[] file
Constructor Detail

AssemblyImpl.FilesImpl

public AssemblyImpl.FilesImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.FilesImpl instance.


AssemblyImpl.FilesImpl

public AssemblyImpl.FilesImpl(AssemblyImpl.FilesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111.impl.AssemblyImpl.FilesImpl instance by copying a given instance.

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

getFile

public FileItem[] getFile()
Specified by:
getFile in interface Assembly.Files
Returns:
array of FileItem

getFile

public FileItem getFile(int idx)
Specified by:
getFile in interface Assembly.Files
Returns:
one of FileItem

getFileLength

public int getFileLength()
Specified by:
getFileLength in interface Assembly.Files

setFile

public void setFile(FileItem[] values)
Specified by:
setFile in interface Assembly.Files
Parameters:
values - allowed objects are FileItem

setFile

public FileItem setFile(int idx,
                        FileItem value)
Specified by:
setFile in interface Assembly.Files
value - allowed object is FileItem

copyFile

public void copyFile(FileItem[] source)
Copies all values of property File.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public AssemblyImpl.FilesImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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