net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl
Class PluginExecutionImpl.GoalsImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.PluginExecutionImpl.GoalsImpl
All Implemented Interfaces:
Serializable, Cloneable, PluginExecution.Goals
Enclosing class:
PluginExecutionImpl

public static class PluginExecutionImpl.GoalsImpl
extends Object
implements Serializable, Cloneable, PluginExecution.Goals

See Also:
Serialized Form

Field Summary
protected  String[] goal
           
 
Constructor Summary
PluginExecutionImpl.GoalsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.PluginExecutionImpl.GoalsImpl instance.
PluginExecutionImpl.GoalsImpl(PluginExecutionImpl.GoalsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.PluginExecutionImpl.GoalsImpl instance by copying a given instance.
 
Method Summary
 PluginExecutionImpl.GoalsImpl clone()
          Creates and returns a copy of this object.
 String[] getGoal()
           
 String getGoal(int idx)
           
 int getGoalLength()
           
 String setGoal(int idx, String value)
           
 void setGoal(String[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

goal

protected String[] goal
Constructor Detail

PluginExecutionImpl.GoalsImpl

public PluginExecutionImpl.GoalsImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.PluginExecutionImpl.GoalsImpl instance.


PluginExecutionImpl.GoalsImpl

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

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

getGoal

public String[] getGoal()
Specified by:
getGoal in interface PluginExecution.Goals
Returns:
array of String

getGoal

public String getGoal(int idx)
Specified by:
getGoal in interface PluginExecution.Goals
Returns:
one of String

getGoalLength

public int getGoalLength()
Specified by:
getGoalLength in interface PluginExecution.Goals

setGoal

public void setGoal(String[] values)
Specified by:
setGoal in interface PluginExecution.Goals
Parameters:
values - allowed objects are String

setGoal

public String setGoal(int idx,
                      String value)
Specified by:
setGoal in interface PluginExecution.Goals
value - allowed object is String

clone

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