net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl
Class ReportPluginImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.ReportPluginImpl
All Implemented Interfaces:
Serializable, Cloneable, ReportPlugin

public class ReportPluginImpl
extends Object
implements Serializable, Cloneable, ReportPlugin

See Also:
Serialized Form

Nested Class Summary
static class ReportPluginImpl.ConfigurationImpl
           
static class ReportPluginImpl.ReportSetsImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.ReportPlugin
ReportPlugin.Configuration, ReportPlugin.ReportSets
 
Field Summary
protected  String artifactId
           
protected  ReportPluginImpl.ConfigurationImpl configuration
           
protected  String groupId
           
protected  String inherited
           
protected  ReportPluginImpl.ReportSetsImpl reportSets
           
protected  String version
           
 
Constructor Summary
ReportPluginImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.ReportPluginImpl instance.
ReportPluginImpl(ReportPluginImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.ReportPluginImpl instance by copying a given instance.
 
Method Summary
 ReportPluginImpl clone()
          Creates and returns a copy of this object.
 String getArtifactId()
          Gets the value of the artifactId property.
 ReportPlugin.Configuration getConfiguration()
          Gets the value of the configuration property.
 String getGroupId()
          Gets the value of the groupId property.
 String getInherited()
          Gets the value of the inherited property.
 ReportPlugin.ReportSets getReportSets()
          Gets the value of the reportSets property.
 String getVersion()
          Gets the value of the version property.
 void setArtifactId(String value)
          Sets the value of the artifactId property.
 void setConfiguration(ReportPlugin.Configuration value)
          Sets the value of the configuration property.
 void setGroupId(String value)
          Sets the value of the groupId property.
 void setInherited(String value)
          Sets the value of the inherited property.
 void setReportSets(ReportPlugin.ReportSets value)
          Sets the value of the reportSets property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupId

protected String groupId

artifactId

protected String artifactId

version

protected String version

inherited

protected String inherited

configuration

protected ReportPluginImpl.ConfigurationImpl configuration

reportSets

protected ReportPluginImpl.ReportSetsImpl reportSets
Constructor Detail

ReportPluginImpl

public ReportPluginImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.ReportPluginImpl instance.


ReportPluginImpl

public ReportPluginImpl(ReportPluginImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.ReportPluginImpl instance by copying a given instance.

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

getGroupId

public String getGroupId()
Description copied from interface: ReportPlugin
Gets the value of the groupId property.

Specified by:
getGroupId in interface ReportPlugin
Returns:
possible object is String

setGroupId

public void setGroupId(String value)
Description copied from interface: ReportPlugin
Sets the value of the groupId property.

Specified by:
setGroupId in interface ReportPlugin
Parameters:
value - allowed object is String

getArtifactId

public String getArtifactId()
Description copied from interface: ReportPlugin
Gets the value of the artifactId property.

Specified by:
getArtifactId in interface ReportPlugin
Returns:
possible object is String

setArtifactId

public void setArtifactId(String value)
Description copied from interface: ReportPlugin
Sets the value of the artifactId property.

Specified by:
setArtifactId in interface ReportPlugin
Parameters:
value - allowed object is String

getVersion

public String getVersion()
Description copied from interface: ReportPlugin
Gets the value of the version property.

Specified by:
getVersion in interface ReportPlugin
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: ReportPlugin
Sets the value of the version property.

Specified by:
setVersion in interface ReportPlugin
Parameters:
value - allowed object is String

getInherited

public String getInherited()
Description copied from interface: ReportPlugin
Gets the value of the inherited property.

Specified by:
getInherited in interface ReportPlugin
Returns:
possible object is String

setInherited

public void setInherited(String value)
Description copied from interface: ReportPlugin
Sets the value of the inherited property.

Specified by:
setInherited in interface ReportPlugin
Parameters:
value - allowed object is String

getConfiguration

public ReportPlugin.Configuration getConfiguration()
Description copied from interface: ReportPlugin
Gets the value of the configuration property.

Specified by:
getConfiguration in interface ReportPlugin
Returns:
possible object is ReportPlugin.Configuration

setConfiguration

public void setConfiguration(ReportPlugin.Configuration value)
Description copied from interface: ReportPlugin
Sets the value of the configuration property.

Specified by:
setConfiguration in interface ReportPlugin
Parameters:
value - allowed object is ReportPlugin.Configuration

getReportSets

public ReportPlugin.ReportSets getReportSets()
Description copied from interface: ReportPlugin
Gets the value of the reportSets property.

Specified by:
getReportSets in interface ReportPlugin
Returns:
possible object is ReportPlugin.ReportSets

setReportSets

public void setReportSets(ReportPlugin.ReportSets value)
Description copied from interface: ReportPlugin
Sets the value of the reportSets property.

Specified by:
setReportSets in interface ReportPlugin
Parameters:
value - allowed object is ReportPlugin.ReportSets

clone

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