Uses of Interface
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.profiles100.Repository

Packages that use Repository
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.profiles100   
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.profiles100.impl   
 

Uses of Repository in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.profiles100
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.profiles100 that return Repository
 Repository ObjectFactory.createRepository()
          Create an instance of Repository
 Repository[] Profile.PluginRepositories.getPluginRepository()
           
 Repository Profile.PluginRepositories.getPluginRepository(int idx)
           
 Repository[] Profile.Repositories.getRepository()
           
 Repository Profile.Repositories.getRepository(int idx)
           
 Repository Profile.PluginRepositories.setPluginRepository(int idx, Repository value)
           
 Repository Profile.Repositories.setRepository(int idx, Repository value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.profiles100 with parameters of type Repository
 Repository Profile.PluginRepositories.setPluginRepository(int idx, Repository value)
           
 void Profile.PluginRepositories.setPluginRepository(Repository[] values)
           
 Repository Profile.Repositories.setRepository(int idx, Repository value)
           
 void Profile.Repositories.setRepository(Repository[] values)
           
 

Uses of Repository in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.profiles100.impl
 

Classes in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.profiles100.impl that implement Repository
 class RepositoryImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.profiles100.impl declared as Repository
protected  Repository[] ProfileImpl.PluginRepositoriesImpl.pluginRepository
           
protected  Repository[] ProfileImpl.RepositoriesImpl.repository
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.profiles100.impl that return Repository
 Repository[] ProfileImpl.PluginRepositoriesImpl.getPluginRepository()
           
 Repository ProfileImpl.PluginRepositoriesImpl.getPluginRepository(int idx)
           
 Repository[] ProfileImpl.RepositoriesImpl.getRepository()
           
 Repository ProfileImpl.RepositoriesImpl.getRepository(int idx)
           
 Repository ProfileImpl.PluginRepositoriesImpl.setPluginRepository(int idx, Repository value)
           
 Repository ProfileImpl.RepositoriesImpl.setRepository(int idx, Repository value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.profiles100.impl with parameters of type Repository
 void ProfileImpl.PluginRepositoriesImpl.copyPluginRepository(Repository[] source)
          Copies all values of property PluginRepository.
 void ProfileImpl.RepositoriesImpl.copyRepository(Repository[] source)
          Copies all values of property Repository.
 Repository ProfileImpl.PluginRepositoriesImpl.setPluginRepository(int idx, Repository value)
           
 void ProfileImpl.PluginRepositoriesImpl.setPluginRepository(Repository[] values)
           
 Repository ProfileImpl.RepositoriesImpl.setRepository(int idx, Repository value)
           
 void ProfileImpl.RepositoriesImpl.setRepository(Repository[] values)
           
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.