net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400
Interface PluginExecution

All Known Implementing Classes:
PluginExecutionImpl

public interface PluginExecution

4.0.0

Java class for PluginExecution complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PluginExecution">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="phase" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="goals" minOccurs="0">
           <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>
         </element>
         <element name="inherited" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="configuration" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface PluginExecution.Configuration
          Java class for anonymous complex type.
static interface PluginExecution.Goals
          Java class for anonymous complex type.
 
Method Summary
 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.
 

Method Detail

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getPhase

String getPhase()
Gets the value of the phase property.

Returns:
possible object is String

setPhase

void setPhase(String value)
Sets the value of the phase property.

Parameters:
value - allowed object is String

getGoals

PluginExecution.Goals getGoals()
Gets the value of the goals property.

Returns:
possible object is PluginExecution.Goals

setGoals

void setGoals(PluginExecution.Goals value)
Sets the value of the goals property.

Parameters:
value - allowed object is PluginExecution.Goals

getInherited

String getInherited()
Gets the value of the inherited property.

Returns:
possible object is String

setInherited

void setInherited(String value)
Sets the value of the inherited property.

Parameters:
value - allowed object is String

getConfiguration

PluginExecution.Configuration getConfiguration()
Gets the value of the configuration property.

Returns:
possible object is PluginExecution.Configuration

setConfiguration

void setConfiguration(PluginExecution.Configuration value)
Sets the value of the configuration property.

Parameters:
value - allowed object is PluginExecution.Configuration


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