net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.assembly111
Interface Assembly.Repositories

All Known Implementing Classes:
AssemblyImpl.RepositoriesImpl
Enclosing interface:
Assembly

public static interface Assembly.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/plugins/maven-assembly-plugin/assembly/1.1.1}Repository" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Repository[] getRepository()
           
 Repository getRepository(int idx)
           
 int getRepositoryLength()
           
 Repository setRepository(int idx, Repository value)
           
 void setRepository(Repository[] values)
           
 

Method Detail

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.