net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400.impl
Class ModelImpl.LicensesImpl

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

public static class ModelImpl.LicensesImpl
extends Object
implements Serializable, Cloneable, Model.Licenses

See Also:
Serialized Form

Field Summary
protected  List<License> license
           
 
Constructor Summary
ModelImpl.LicensesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400.impl.ModelImpl.LicensesImpl instance.
ModelImpl.LicensesImpl(ModelImpl.LicensesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400.impl.ModelImpl.LicensesImpl instance by copying a given instance.
 
Method Summary
 ModelImpl.LicensesImpl clone()
          Creates and returns a copy of this object.
static void copyLicense(List<License> source, List<License> target)
          Copies all values of property License.
 List<License> getLicense()
          Gets the value of the license property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

license

protected List<License> license
Constructor Detail

ModelImpl.LicensesImpl

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


ModelImpl.LicensesImpl

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

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

getLicense

public List<License> getLicense()
Description copied from interface: Model.Licenses
Gets the value of the license 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 license property.

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

    getLicense().add(newItem);
 

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

Specified by:
getLicense in interface Model.Licenses

copyLicense

public static void copyLicense(List<License> source,
                               List<License> target)
Copies all values of property License.

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

clone

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