net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400
Interface ReportSet

All Known Implementing Classes:
ReportSetImpl

public interface ReportSet

Represents a set of reports and configuration to be used to generate them.

Java class for ReportSet complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ReportSet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="configuration" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="inherited" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="reports" minOccurs="0">
           <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>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface ReportSet.Configuration
          Java class for anonymous complex type.
static interface ReportSet.Reports
          Java class for anonymous complex type.
 
Method Summary
 ReportSet.Configuration getConfiguration()
          Gets the value of the configuration property.
 String getId()
          Gets the value of the id property.
 String getInherited()
          Gets the value of the inherited property.
 ReportSet.Reports getReports()
          Gets the value of the reports property.
 void setConfiguration(ReportSet.Configuration value)
          Sets the value of the configuration property.
 void setId(String value)
          Sets the value of the id property.
 void setInherited(String value)
          Sets the value of the inherited property.
 void setReports(ReportSet.Reports value)
          Sets the value of the reports property.
 

Method Detail

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getConfiguration

ReportSet.Configuration getConfiguration()
Gets the value of the configuration property.

Returns:
possible object is ReportSet.Configuration

setConfiguration

void setConfiguration(ReportSet.Configuration value)
Sets the value of the configuration property.

Parameters:
value - allowed object is ReportSet.Configuration

getInherited

String getInherited()
Gets the value of the inherited property.

Returns:
possible object is String

setInherited

void setInherited(String value)
Sets the value of the inherited property.

Parameters:
value - allowed object is String

getReports

ReportSet.Reports getReports()
Gets the value of the reports property.

Returns:
possible object is ReportSet.Reports

setReports

void setReports(ReportSet.Reports value)
Sets the value of the reports property.

Parameters:
value - allowed object is ReportSet.Reports


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