net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl
Class ReportingImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ReportingImpl
All Implemented Interfaces:
Serializable, Cloneable, Reporting

public class ReportingImpl
extends Object
implements Serializable, Cloneable, Reporting

See Also:
Serialized Form

Nested Class Summary
static class ReportingImpl.PluginsImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.Reporting
Reporting.Plugins
 
Field Summary
protected  Boolean excludeDefaults
           
protected  String outputDirectory
           
protected  ReportingImpl.PluginsImpl plugins
           
 
Constructor Summary
ReportingImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ReportingImpl instance.
ReportingImpl(ReportingImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ReportingImpl instance by copying a given instance.
 
Method Summary
 ReportingImpl 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 ReportingImpl.PluginsImpl plugins
Constructor Detail

ReportingImpl

public ReportingImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ReportingImpl instance.


ReportingImpl

public ReportingImpl(ReportingImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ReportingImpl instance by copying a given instance.

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

isExcludeDefaults

public Boolean isExcludeDefaults()
Description copied from interface: Reporting
Gets the value of the excludeDefaults property.

Specified by:
isExcludeDefaults in interface Reporting
Returns:
possible object is Boolean

setExcludeDefaults

public void setExcludeDefaults(Boolean value)
Description copied from interface: Reporting
Sets the value of the excludeDefaults property.

Specified by:
setExcludeDefaults in interface Reporting
Parameters:
value - allowed object is Boolean

getOutputDirectory

public String getOutputDirectory()
Description copied from interface: Reporting
Gets the value of the outputDirectory property.

Specified by:
getOutputDirectory in interface Reporting
Returns:
possible object is String

setOutputDirectory

public void setOutputDirectory(String value)
Description copied from interface: Reporting
Sets the value of the outputDirectory property.

Specified by:
setOutputDirectory in interface Reporting
Parameters:
value - allowed object is String

getPlugins

public Reporting.Plugins getPlugins()
Description copied from interface: Reporting
Gets the value of the plugins property.

Specified by:
getPlugins in interface Reporting
Returns:
possible object is Reporting.Plugins

setPlugins

public void setPlugins(Reporting.Plugins value)
Description copied from interface: Reporting
Sets the value of the plugins property.

Specified by:
setPlugins in interface Reporting
Parameters:
value - allowed object is Reporting.Plugins

clone

public ReportingImpl 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.