net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl
Class ModelImpl.ContributorsImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.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  Contributor[] contributor
           
 
Constructor Summary
ModelImpl.ContributorsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.ModelImpl.ContributorsImpl instance.
ModelImpl.ContributorsImpl(ModelImpl.ContributorsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.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.
protected  void copyContributor(Contributor[] source)
          Copies all values of property Contributor.
 Contributor[] getContributor()
           
 Contributor getContributor(int idx)
           
 int getContributorLength()
           
 void setContributor(Contributor[] values)
           
 Contributor setContributor(int idx, Contributor value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contributor

protected Contributor[] contributor
Constructor Detail

ModelImpl.ContributorsImpl

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


ModelImpl.ContributorsImpl

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

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

getContributor

public Contributor[] getContributor()
Specified by:
getContributor in interface Model.Contributors
Returns:
array of Contributor

getContributor

public Contributor getContributor(int idx)
Specified by:
getContributor in interface Model.Contributors
Returns:
one of Contributor

getContributorLength

public int getContributorLength()
Specified by:
getContributorLength in interface Model.Contributors

setContributor

public void setContributor(Contributor[] values)
Specified by:
setContributor in interface Model.Contributors
Parameters:
values - allowed objects are Contributor

setContributor

public Contributor setContributor(int idx,
                                  Contributor value)
Specified by:
setContributor in interface Model.Contributors
value - allowed object is Contributor

copyContributor

protected void copyContributor(Contributor[] source)
Copies all values of property Contributor.

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

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.