net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.pom400
Class Model.Contributors

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.pom400.Model.Contributors
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
Model

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

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="contributor" type="{http://maven.apache.org/POM/4.0.0}Contributor" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Contributor> contributor
           
 
Constructor Summary
Model.Contributors()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.pom400.Model.Contributors instance.
Model.Contributors(Model.Contributors o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.pom400.Model.Contributors instance by copying a given instance.
 
Method Summary
 Model.Contributors 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

Model.Contributors

public Model.Contributors()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.pom400.Model.Contributors instance.


Model.Contributors

public Model.Contributors(Model.Contributors o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.pom400.Model.Contributors instance by copying a given instance.

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

getContributor

public List<Contributor> getContributor()
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


clone

public Model.Contributors 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.