net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400
Interface Model.Licenses
- All Known Implementing Classes:
- ModelImpl.LicensesImpl
- Enclosing interface:
- Model
public static interface Model.Licenses
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>
getLicense
License[] getLicense()
- Returns:
- array of
License
getLicense
License getLicense(int idx)
- Returns:
- one of
License
getLicenseLength
int getLicenseLength()
setLicense
void setLicense(License[] values)
- Parameters:
values - allowed objects are
License
setLicense
License setLicense(int idx,
License value)
- Parameters:
value - allowed object is
License
Copyright © 2009 The CC-XJC Community. All Rights Reserved.