net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl
Class ModelImpl.DevelopersImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ModelImpl.DevelopersImpl
All Implemented Interfaces:
Serializable, Cloneable, Model.Developers
Enclosing class:
ModelImpl

public static class ModelImpl.DevelopersImpl
extends Object
implements Serializable, Cloneable, Model.Developers

See Also:
Serialized Form

Field Summary
protected  List<Developer> developer
           
 
Constructor Summary
ModelImpl.DevelopersImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ModelImpl.DevelopersImpl instance.
ModelImpl.DevelopersImpl(ModelImpl.DevelopersImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ModelImpl.DevelopersImpl instance by copying a given instance.
 
Method Summary
 ModelImpl.DevelopersImpl clone()
          Creates and returns a copy of this object.
 List<Developer> getDeveloper()
          Gets the value of the developer property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

developer

protected List<Developer> developer
Constructor Detail

ModelImpl.DevelopersImpl

public ModelImpl.DevelopersImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ModelImpl.DevelopersImpl instance.


ModelImpl.DevelopersImpl

public ModelImpl.DevelopersImpl(ModelImpl.DevelopersImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ModelImpl.DevelopersImpl instance by copying a given instance.

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

getDeveloper

public List<Developer> getDeveloper()
Description copied from interface: Model.Developers
Gets the value of the developer 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 developer property.

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

    getDeveloper().add(newItem);
 

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

Specified by:
getDeveloper in interface Model.Developers

clone

public ModelImpl.DevelopersImpl 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.