net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.pom400
Class Model.Licenses

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

public static class Model.Licenses
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="license" type="{http://maven.apache.org/POM/4.0.0}License" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  License[] license
           
 
Constructor Summary
Model.Licenses()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.pom400.Model.Licenses instance.
Model.Licenses(Model.Licenses o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.pom400.Model.Licenses instance by copying a given instance.
 
Method Summary
 Model.Licenses clone()
          Creates and returns a copy of this object.
 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

Model.Licenses

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


Model.Licenses

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

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

getLicense

public License[] getLicense()
Returns:
array of License

getLicense

public License getLicense(int idx)
Returns:
one of License

getLicenseLength

public int getLicenseLength()

setLicense

public void setLicense(License[] values)
Parameters:
values - allowed objects are License

setLicense

public License setLicense(int idx,
                          License value)
Parameters:
value - allowed object is License

clone

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