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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.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  License[] license
           
 
Constructor Summary
ModelImpl.LicensesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl.ModelImpl.LicensesImpl instance.
ModelImpl.LicensesImpl(ModelImpl.LicensesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.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.
 void copyLicense(License[] source)
          Copies all values of property License.
 License[] getLicense()
           
 License getLicense(int idx)
           
 int getLicenseLength()
           
 License setLicense(int idx, License value)
           
 void setLicense(License[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

license

protected License[] license
Constructor Detail

ModelImpl.LicensesImpl

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


ModelImpl.LicensesImpl

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

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

getLicense

public License[] getLicense()
Specified by:
getLicense in interface Model.Licenses
Returns:
array of License

getLicense

public License getLicense(int idx)
Specified by:
getLicense in interface Model.Licenses
Returns:
one of License

getLicenseLength

public int getLicenseLength()
Specified by:
getLicenseLength in interface Model.Licenses

setLicense

public void setLicense(License[] values)
Specified by:
setLicense in interface Model.Licenses
Parameters:
values - allowed objects are License

setLicense

public License setLicense(int idx,
                          License value)
Specified by:
setLicense in interface Model.Licenses
value - allowed object is License

copyLicense

public void copyLicense(License[] source)
Copies all values of property License.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source 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.