net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400
Interface Reporting

All Known Implementing Classes:
ReportingImpl

public interface Reporting

Section for management of reports and their configuration.

Java class for Reporting complex type.

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

 <complexType name="Reporting">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="excludeDefaults" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="outputDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="plugins" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="plugin" type="{http://maven.apache.org/POM/4.0.0}ReportPlugin" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface Reporting.Plugins
          Java class for anonymous complex type.
 
Method Summary
 String getOutputDirectory()
          Gets the value of the outputDirectory property.
 Reporting.Plugins getPlugins()
          Gets the value of the plugins property.
 Boolean isExcludeDefaults()
          Gets the value of the excludeDefaults property.
 void setExcludeDefaults(Boolean value)
          Sets the value of the excludeDefaults property.
 void setOutputDirectory(String value)
          Sets the value of the outputDirectory property.
 void setPlugins(Reporting.Plugins value)
          Sets the value of the plugins property.
 

Method Detail

isExcludeDefaults

Boolean isExcludeDefaults()
Gets the value of the excludeDefaults property.

Returns:
possible object is Boolean

setExcludeDefaults

void setExcludeDefaults(Boolean value)
Sets the value of the excludeDefaults property.

Parameters:
value - allowed object is Boolean

getOutputDirectory

String getOutputDirectory()
Gets the value of the outputDirectory property.

Returns:
possible object is String

setOutputDirectory

void setOutputDirectory(String value)
Sets the value of the outputDirectory property.

Parameters:
value - allowed object is String

getPlugins

Reporting.Plugins getPlugins()
Gets the value of the plugins property.

Returns:
possible object is Reporting.Plugins

setPlugins

void setPlugins(Reporting.Plugins value)
Sets the value of the plugins property.

Parameters:
value - allowed object is Reporting.Plugins


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