net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111
Interface Assembly.FileSets

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

public static interface Assembly.FileSets

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="fileSet" type="{http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1}FileSet" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 FileSet[] getFileSet()
           
 FileSet getFileSet(int idx)
           
 int getFileSetLength()
           
 void setFileSet(FileSet[] values)
           
 FileSet setFileSet(int idx, FileSet value)
           
 

Method Detail

getFileSet

FileSet[] getFileSet()
Returns:
array of FileSet

getFileSet

FileSet getFileSet(int idx)
Returns:
one of FileSet

getFileSetLength

int getFileSetLength()

setFileSet

void setFileSet(FileSet[] values)
Parameters:
values - allowed objects are FileSet

setFileSet

FileSet setFileSet(int idx,
                   FileSet value)
Parameters:
value - allowed object is FileSet


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