net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400
Interface Model.Developers
- All Known Implementing Classes:
- ModelImpl.DevelopersImpl
- Enclosing interface:
- Model
public static interface Model.Developers
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="developer" type="{http://maven.apache.org/POM/4.0.0}Developer" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getDeveloper
Developer[] getDeveloper()
- Returns:
- array of
Developer
getDeveloper
Developer getDeveloper(int idx)
- Returns:
- one of
Developer
getDeveloperLength
int getDeveloperLength()
setDeveloper
void setDeveloper(Developer[] values)
- Parameters:
values - allowed objects are
Developer
setDeveloper
Developer setDeveloper(int idx,
Developer value)
- Parameters:
value - allowed object is
Developer
Copyright © 2009 The CC-XJC Community. All Rights Reserved.