net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.profiles100.impl
Class ProfileImpl.PluginRepositoriesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.profiles100.impl.ProfileImpl.PluginRepositoriesImpl
All Implemented Interfaces:
Serializable, Cloneable, Profile.PluginRepositories
Enclosing class:
ProfileImpl

public static class ProfileImpl.PluginRepositoriesImpl
extends Object
implements Serializable, Cloneable, Profile.PluginRepositories

See Also:
Serialized Form

Field Summary
protected  Repository[] pluginRepository
           
 
Constructor Summary
ProfileImpl.PluginRepositoriesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.profiles100.impl.ProfileImpl.PluginRepositoriesImpl instance.
ProfileImpl.PluginRepositoriesImpl(ProfileImpl.PluginRepositoriesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.profiles100.impl.ProfileImpl.PluginRepositoriesImpl instance by copying a given instance.
 
Method Summary
 ProfileImpl.PluginRepositoriesImpl clone()
          Creates and returns a copy of this object.
 Repository[] getPluginRepository()
           
 Repository getPluginRepository(int idx)
           
 int getPluginRepositoryLength()
           
 Repository setPluginRepository(int idx, Repository value)
           
 void setPluginRepository(Repository[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pluginRepository

protected Repository[] pluginRepository
Constructor Detail

ProfileImpl.PluginRepositoriesImpl

public ProfileImpl.PluginRepositoriesImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.profiles100.impl.ProfileImpl.PluginRepositoriesImpl instance.


ProfileImpl.PluginRepositoriesImpl

public ProfileImpl.PluginRepositoriesImpl(ProfileImpl.PluginRepositoriesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.profiles100.impl.ProfileImpl.PluginRepositoriesImpl instance by copying a given instance.

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

getPluginRepository

public Repository[] getPluginRepository()
Specified by:
getPluginRepository in interface Profile.PluginRepositories
Returns:
array of Repository

getPluginRepository

public Repository getPluginRepository(int idx)
Specified by:
getPluginRepository in interface Profile.PluginRepositories
Returns:
one of Repository

getPluginRepositoryLength

public int getPluginRepositoryLength()
Specified by:
getPluginRepositoryLength in interface Profile.PluginRepositories

setPluginRepository

public void setPluginRepository(Repository[] values)
Specified by:
setPluginRepository in interface Profile.PluginRepositories
Parameters:
values - allowed objects are Repository

setPluginRepository

public Repository setPluginRepository(int idx,
                                      Repository value)
Specified by:
setPluginRepository in interface Profile.PluginRepositories
value - allowed object is Repository

clone

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