net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400
Interface PluginExecution.Goals

All Known Implementing Classes:
PluginExecutionImpl.GoalsImpl
Enclosing interface:
PluginExecution

public static interface PluginExecution.Goals

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="goal" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String[] getGoal()
           
 String getGoal(int idx)
           
 int getGoalLength()
           
 String setGoal(int idx, String value)
           
 void setGoal(String[] values)
           
 

Method Detail

getGoal

String[] getGoal()
Returns:
array of String

getGoal

String getGoal(int idx)
Returns:
one of String

getGoalLength

int getGoalLength()

setGoal

void setGoal(String[] values)
Parameters:
values - allowed objects are String

setGoal

String setGoal(int idx,
               String value)
Parameters:
value - allowed object is String


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