net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400
Interface ReportPlugin.ReportSets

All Known Implementing Classes:
ReportPluginImpl.ReportSetsImpl
Enclosing interface:
ReportPlugin

public static interface ReportPlugin.ReportSets

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="reportSet" type="{http://maven.apache.org/POM/4.0.0}ReportSet" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 ReportSet[] getReportSet()
           
 ReportSet getReportSet(int idx)
           
 int getReportSetLength()
           
 ReportSet setReportSet(int idx, ReportSet value)
           
 void setReportSet(ReportSet[] values)
           
 

Method Detail

getReportSet

ReportSet[] getReportSet()
Returns:
array of ReportSet

getReportSet

ReportSet getReportSet(int idx)
Returns:
one of ReportSet

getReportSetLength

int getReportSetLength()

setReportSet

void setReportSet(ReportSet[] values)
Parameters:
values - allowed objects are ReportSet

setReportSet

ReportSet setReportSet(int idx,
                       ReportSet value)
Parameters:
value - allowed object is ReportSet


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