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