net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.settings100.impl
Class ProfileImpl.PluginRepositoriesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.settings100.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  List<Repository> pluginRepository
           
 
Constructor Summary
ProfileImpl.PluginRepositoriesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.settings100.impl.ProfileImpl.PluginRepositoriesImpl instance.
ProfileImpl.PluginRepositoriesImpl(ProfileImpl.PluginRepositoriesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.settings100.impl.ProfileImpl.PluginRepositoriesImpl instance by copying a given instance.
 
Method Summary
 ProfileImpl.PluginRepositoriesImpl clone()
          Creates and returns a copy of this object.
 List<Repository> getPluginRepository()
          Gets the value of the pluginRepository property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pluginRepository

protected List<Repository> pluginRepository
Constructor Detail

ProfileImpl.PluginRepositoriesImpl

public ProfileImpl.PluginRepositoriesImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.settings100.impl.ProfileImpl.PluginRepositoriesImpl instance.


ProfileImpl.PluginRepositoriesImpl

public ProfileImpl.PluginRepositoriesImpl(ProfileImpl.PluginRepositoriesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.settings100.impl.ProfileImpl.PluginRepositoriesImpl instance by copying a given instance.

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

getPluginRepository

public List<Repository> getPluginRepository()
Description copied from interface: Profile.PluginRepositories
Gets the value of the pluginRepository property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the pluginRepository property.

For example, to add a new item, do as follows:

    getPluginRepository().add(newItem);
 

Objects of the following type(s) are allowed in the list Repository

Specified by:
getPluginRepository in interface Profile.PluginRepositories

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.