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

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

public static class ModelImpl.ContributorsImpl
extends Object
implements Serializable, Cloneable, Model.Contributors

See Also:
Serialized Form

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

Field Detail

contributor

protected List<Contributor> contributor
Constructor Detail

ModelImpl.ContributorsImpl

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


ModelImpl.ContributorsImpl

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

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

getContributor

public List<Contributor> getContributor()
Description copied from interface: Model.Contributors
Gets the value of the contributor 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 contributor property.

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

    getContributor().add(newItem);
 

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

Specified by:
getContributor in interface Model.Contributors

clone

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