net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl
Class PluginImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl.PluginImpl
All Implemented Interfaces:
Serializable, Cloneable, Plugin

public class PluginImpl
extends Object
implements Serializable, Cloneable, Plugin

See Also:
Serialized Form

Nested Class Summary
static class PluginImpl.ConfigurationImpl
           
static class PluginImpl.DependenciesImpl
           
static class PluginImpl.ExecutionsImpl
           
static class PluginImpl.GoalsImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.Plugin
Plugin.Configuration, Plugin.Dependencies, Plugin.Executions, Plugin.Goals
 
Field Summary
protected  String artifactId
           
protected  PluginImpl.ConfigurationImpl configuration
           
protected  PluginImpl.DependenciesImpl dependencies
           
protected  PluginImpl.ExecutionsImpl executions
           
protected  Boolean extensions
           
protected  PluginImpl.GoalsImpl goals
           
protected  String groupId
           
protected  String inherited
           
protected  String version
           
 
Constructor Summary
PluginImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl.PluginImpl instance.
PluginImpl(PluginImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl.PluginImpl instance by copying a given instance.
 
Method Summary
 PluginImpl clone()
          Creates and returns a copy of this object.
 String getArtifactId()
          Gets the value of the artifactId property.
 Plugin.Configuration getConfiguration()
          Gets the value of the configuration property.
 Plugin.Dependencies getDependencies()
          Gets the value of the dependencies property.
 Plugin.Executions getExecutions()
          Gets the value of the executions property.
 Plugin.Goals getGoals()
          Gets the value of the goals property.
 String getGroupId()
          Gets the value of the groupId property.
 String getInherited()
          Gets the value of the inherited property.
 String getVersion()
          Gets the value of the version property.
 Boolean isExtensions()
          Gets the value of the extensions property.
 void setArtifactId(String value)
          Sets the value of the artifactId property.
 void setConfiguration(Plugin.Configuration value)
          Sets the value of the configuration property.
 void setDependencies(Plugin.Dependencies value)
          Sets the value of the dependencies property.
 void setExecutions(Plugin.Executions value)
          Sets the value of the executions property.
 void setExtensions(Boolean value)
          Sets the value of the extensions property.
 void setGoals(Plugin.Goals value)
          Sets the value of the goals property.
 void setGroupId(String value)
          Sets the value of the groupId property.
 void setInherited(String value)
          Sets the value of the inherited 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

extensions

protected Boolean extensions

executions

protected PluginImpl.ExecutionsImpl executions

dependencies

protected PluginImpl.DependenciesImpl dependencies

goals

protected PluginImpl.GoalsImpl goals

inherited

protected String inherited

configuration

protected PluginImpl.ConfigurationImpl configuration
Constructor Detail

PluginImpl

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


PluginImpl

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

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

getGroupId

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

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

setGroupId

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

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

getArtifactId

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

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

setArtifactId

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

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

getVersion

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

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

setVersion

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

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

isExtensions

public Boolean isExtensions()
Description copied from interface: Plugin
Gets the value of the extensions property.

Specified by:
isExtensions in interface Plugin
Returns:
possible object is Boolean

setExtensions

public void setExtensions(Boolean value)
Description copied from interface: Plugin
Sets the value of the extensions property.

Specified by:
setExtensions in interface Plugin
Parameters:
value - allowed object is Boolean

getExecutions

public Plugin.Executions getExecutions()
Description copied from interface: Plugin
Gets the value of the executions property.

Specified by:
getExecutions in interface Plugin
Returns:
possible object is Plugin.Executions

setExecutions

public void setExecutions(Plugin.Executions value)
Description copied from interface: Plugin
Sets the value of the executions property.

Specified by:
setExecutions in interface Plugin
Parameters:
value - allowed object is Plugin.Executions

getDependencies

public Plugin.Dependencies getDependencies()
Description copied from interface: Plugin
Gets the value of the dependencies property.

Specified by:
getDependencies in interface Plugin
Returns:
possible object is Plugin.Dependencies

setDependencies

public void setDependencies(Plugin.Dependencies value)
Description copied from interface: Plugin
Sets the value of the dependencies property.

Specified by:
setDependencies in interface Plugin
Parameters:
value - allowed object is Plugin.Dependencies

getGoals

public Plugin.Goals getGoals()
Description copied from interface: Plugin
Gets the value of the goals property.

Specified by:
getGoals in interface Plugin
Returns:
possible object is Plugin.Goals

setGoals

public void setGoals(Plugin.Goals value)
Description copied from interface: Plugin
Sets the value of the goals property.

Specified by:
setGoals in interface Plugin
Parameters:
value - allowed object is Plugin.Goals

getInherited

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

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

setInherited

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

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

getConfiguration

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

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

setConfiguration

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

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

clone

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