net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400
Class Reporting

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Reporting
All Implemented Interfaces:
Serializable, Cloneable

public class Reporting
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Nested Class Summary
static class Reporting.Plugins
          Java class for anonymous complex type.
 
Field Summary
protected  Boolean excludeDefaults
           
protected  String outputDirectory
           
protected  Reporting.Plugins plugins
           
 
Constructor Summary
Reporting()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Reporting instance.
Reporting(Reporting o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Reporting instance by copying a given instance.
 
Method Summary
 Reporting clone()
          Creates and returns a copy of this object.
 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.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

excludeDefaults

protected Boolean excludeDefaults

outputDirectory

protected String outputDirectory

plugins

protected Reporting.Plugins plugins
Constructor Detail

Reporting

public Reporting()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Reporting instance.


Reporting

public Reporting(Reporting o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Reporting instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

isExcludeDefaults

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

Returns:
possible object is Boolean

setExcludeDefaults

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

Parameters:
value - allowed object is Boolean

getOutputDirectory

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

Returns:
possible object is String

setOutputDirectory

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

Parameters:
value - allowed object is String

getPlugins

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

Returns:
possible object is Reporting.Plugins

setPlugins

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

Parameters:
value - allowed object is Reporting.Plugins

clone

public Reporting clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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