net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400
Interface Profile.PluginRepositories

All Known Implementing Classes:
ProfileImpl.PluginRepositoriesImpl
Enclosing interface:
Profile

public static interface Profile.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>
 


Method Summary
 Repository[] getPluginRepository()
           
 Repository getPluginRepository(int idx)
           
 int getPluginRepositoryLength()
           
 Repository setPluginRepository(int idx, Repository value)
           
 void setPluginRepository(Repository[] values)
           
 

Method Detail

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.