net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.settings100
Interface Profile.Repositories
- All Known Implementing Classes:
- ProfileImpl.RepositoriesImpl
- Enclosing interface:
- Profile
public static interface Profile.Repositories
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="repository" type="{http://maven.apache.org/SETTINGS/1.0.0}Repository" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getRepository
Repository[] getRepository()
- Returns:
- array of
Repository
getRepository
Repository getRepository(int idx)
- Returns:
- one of
Repository
getRepositoryLength
int getRepositoryLength()
setRepository
void setRepository(Repository[] values)
- Parameters:
values - allowed objects are
Repository
setRepository
Repository setRepository(int idx,
Repository value)
- Parameters:
value - allowed object is
Repository
Copyright © 2009 The CC-XJC Community. All Rights Reserved.