net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.profiles100.impl
Class ProfileImpl.PluginRepositoriesImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.prot.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
pluginRepository
protected Repository[] pluginRepository
ProfileImpl.PluginRepositoriesImpl
public ProfileImpl.PluginRepositoriesImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.profiles100.impl.ProfileImpl.PluginRepositoriesImpl instance.
ProfileImpl.PluginRepositoriesImpl
public ProfileImpl.PluginRepositoriesImpl(ProfileImpl.PluginRepositoriesImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.profiles100.impl.ProfileImpl.PluginRepositoriesImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
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
copyPluginRepository
protected void copyPluginRepository(Repository[] source)
- Copies all values of property
PluginRepository.
- Parameters:
source - The source to copy from.
- Throws:
NullPointerException - if source is null.
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.