net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400
Interface Plugin.Executions

All Known Implementing Classes:
PluginImpl.ExecutionsImpl
Enclosing interface:
Plugin

public static interface 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>
 


Method Summary
 PluginExecution[] getExecution()
           
 PluginExecution getExecution(int idx)
           
 int getExecutionLength()
           
 PluginExecution setExecution(int idx, PluginExecution value)
           
 void setExecution(PluginExecution[] values)
           
 

Method Detail

getExecution

PluginExecution[] getExecution()
Returns:
array of PluginExecution

getExecution

PluginExecution getExecution(int idx)
Returns:
one of PluginExecution

getExecutionLength

int getExecutionLength()

setExecution

void setExecution(PluginExecution[] values)
Parameters:
values - allowed objects are PluginExecution

setExecution

PluginExecution setExecution(int idx,
                             PluginExecution value)
Parameters:
value - allowed object is PluginExecution


Copyright © 2009 The CC-XJC Community. All Rights Reserved.