net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400
Interface ReportSet.Reports

All Known Implementing Classes:
ReportSetImpl.ReportsImpl
Enclosing interface:
ReportSet

public static interface ReportSet.Reports

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="report" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String[] getReport()
           
 String getReport(int idx)
           
 int getReportLength()
           
 String setReport(int idx, String value)
           
 void setReport(String[] values)
           
 

Method Detail

getReport

String[] getReport()
Returns:
array of String

getReport

String getReport(int idx)
Returns:
one of String

getReportLength

int getReportLength()

setReport

void setReport(String[] values)
Parameters:
values - allowed objects are String

setReport

String setReport(int idx,
                 String value)
Parameters:
value - allowed object is String


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