|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Plugin.Executions
public static class Plugin.Executions
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="execution" type="{http://maven.apache.org/POM/4.0.0}PluginExecution" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected PluginExecution[] |
execution
|
| Constructor Summary | |
|---|---|
Plugin.Executions()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Plugin.Executions instance. |
|
Plugin.Executions(Plugin.Executions o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Plugin.Executions instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Plugin.Executions |
clone()
Creates and returns a copy of this object. |
void |
copyExecution(PluginExecution[] source)
Copies all values of property Execution. |
PluginExecution[] |
getExecution()
|
PluginExecution |
getExecution(int idx)
|
int |
getExecutionLength()
|
PluginExecution |
setExecution(int idx,
PluginExecution value)
|
void |
setExecution(PluginExecution[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PluginExecution[] execution
| Constructor Detail |
|---|
public Plugin.Executions()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Plugin.Executions instance.
public Plugin.Executions(Plugin.Executions o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Plugin.Executions instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public PluginExecution[] getExecution()
PluginExecutionpublic PluginExecution getExecution(int idx)
PluginExecutionpublic int getExecutionLength()
public void setExecution(PluginExecution[] values)
values - allowed objects are
PluginExecution
public PluginExecution setExecution(int idx,
PluginExecution value)
value - allowed object is
PluginExecutionpublic void copyExecution(PluginExecution[] source)
Execution.
source - The source to copy from.
NullPointerException - if source is null.public Plugin.Executions clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||