net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl
Class ProfileImpl.RepositoriesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.ProfileImpl.RepositoriesImpl
All Implemented Interfaces:
Serializable, Cloneable, Profile.Repositories
Enclosing class:
ProfileImpl

public static class ProfileImpl.RepositoriesImpl
extends Object
implements Serializable, Cloneable, Profile.Repositories

See Also:
Serialized Form

Field Summary
protected  List<Repository> repository
           
 
Constructor Summary
ProfileImpl.RepositoriesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.ProfileImpl.RepositoriesImpl instance.
ProfileImpl.RepositoriesImpl(ProfileImpl.RepositoriesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.ProfileImpl.RepositoriesImpl instance by copying a given instance.
 
Method Summary
 ProfileImpl.RepositoriesImpl clone()
          Creates and returns a copy of this object.
protected static void copyRepository(List<Repository> source, List<Repository> target)
          Copies all values of property Repository.
 List<Repository> getRepository()
          Gets the value of the repository property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repository

protected List<Repository> repository
Constructor Detail

ProfileImpl.RepositoriesImpl

public ProfileImpl.RepositoriesImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.ProfileImpl.RepositoriesImpl instance.


ProfileImpl.RepositoriesImpl

public ProfileImpl.RepositoriesImpl(ProfileImpl.RepositoriesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.ProfileImpl.RepositoriesImpl instance by copying a given instance.

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

getRepository

public List<Repository> getRepository()
Description copied from interface: Profile.Repositories
Gets the value of the repository 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 repository property.

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

    getRepository().add(newItem);
 

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

Specified by:
getRepository in interface Profile.Repositories

copyRepository

protected static void copyRepository(List<Repository> source,
                                     List<Repository> target)
Copies all values of property Repository.

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

clone

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