net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl
Class PluginExecutionImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.PluginExecutionImpl
All Implemented Interfaces:
Serializable, Cloneable, PluginExecution

public class PluginExecutionImpl
extends Object
implements Serializable, Cloneable, PluginExecution

See Also:
Serialized Form

Nested Class Summary
static class PluginExecutionImpl.ConfigurationImpl
           
static class PluginExecutionImpl.GoalsImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.PluginExecution
PluginExecution.Configuration, PluginExecution.Goals
 
Field Summary
protected  PluginExecutionImpl.ConfigurationImpl configuration
           
protected  PluginExecutionImpl.GoalsImpl goals
           
protected  String id
           
protected  String inherited
           
protected  String phase
           
 
Constructor Summary
PluginExecutionImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.PluginExecutionImpl instance.
PluginExecutionImpl(PluginExecutionImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.PluginExecutionImpl instance by copying a given instance.
 
Method Summary
 PluginExecutionImpl clone()
          Creates and returns a copy of this object.
 PluginExecution.Configuration getConfiguration()
          Gets the value of the configuration property.
 PluginExecution.Goals getGoals()
          Gets the value of the goals property.
 String getId()
          Gets the value of the id property.
 String getInherited()
          Gets the value of the inherited property.
 String getPhase()
          Gets the value of the phase property.
 void setConfiguration(PluginExecution.Configuration value)
          Sets the value of the configuration property.
 void setGoals(PluginExecution.Goals value)
          Sets the value of the goals property.
 void setId(String value)
          Sets the value of the id property.
 void setInherited(String value)
          Sets the value of the inherited property.
 void setPhase(String value)
          Sets the value of the phase property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

phase

protected String phase

goals

protected PluginExecutionImpl.GoalsImpl goals

inherited

protected String inherited

configuration

protected PluginExecutionImpl.ConfigurationImpl configuration
Constructor Detail

PluginExecutionImpl

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


PluginExecutionImpl

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

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

getId

public String getId()
Description copied from interface: PluginExecution
Gets the value of the id property.

Specified by:
getId in interface PluginExecution
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: PluginExecution
Sets the value of the id property.

Specified by:
setId in interface PluginExecution
Parameters:
value - allowed object is String

getPhase

public String getPhase()
Description copied from interface: PluginExecution
Gets the value of the phase property.

Specified by:
getPhase in interface PluginExecution
Returns:
possible object is String

setPhase

public void setPhase(String value)
Description copied from interface: PluginExecution
Sets the value of the phase property.

Specified by:
setPhase in interface PluginExecution
Parameters:
value - allowed object is String

getGoals

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

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

setGoals

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

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

getInherited

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

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

setInherited

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

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

getConfiguration

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

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

setConfiguration

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

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

clone

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