|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ModelImpl.DevelopersImpl
public static class ModelImpl.DevelopersImpl
| 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 |
|---|
protected List<Developer> developer
| Constructor Detail |
|---|
public ModelImpl.DevelopersImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ModelImpl.DevelopersImpl instance.
public ModelImpl.DevelopersImpl(ModelImpl.DevelopersImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ModelImpl.DevelopersImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<Developer> getDeveloper()
Model.Developers
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
getDeveloper in interface Model.Developerspublic ModelImpl.DevelopersImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||