net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.pom400
Class PluginExecution

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.pom400.PluginExecution
All Implemented Interfaces:
Serializable, Cloneable

public class PluginExecution
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Nested Class Summary
static class PluginExecution.Configuration
          Java class for anonymous complex type.
static class PluginExecution.Goals
          Java class for anonymous complex type.
 
Field Summary
protected  PluginExecution.Configuration configuration
           
protected  PluginExecution.Goals goals
           
protected  String id
           
protected  String inherited
           
protected  String phase
           
 
Constructor Summary
PluginExecution()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.pom400.PluginExecution instance.
PluginExecution(PluginExecution o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.pom400.PluginExecution instance by copying a given instance.
 
Method Summary
 PluginExecution clone()
          Creates and returns a copy of this object.
 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.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

phase

protected String phase

goals

protected PluginExecution.Goals goals

inherited

protected String inherited

configuration

protected PluginExecution.Configuration configuration
Constructor Detail

PluginExecution

public PluginExecution()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.pom400.PluginExecution instance.


PluginExecution

public PluginExecution(PluginExecution o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.pom400.PluginExecution instance by copying a given instance.

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

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

getPhase

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

Returns:
possible object is String

setPhase

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

Parameters:
value - allowed object is String

getGoals

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

Returns:
possible object is PluginExecution.Goals

setGoals

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

Parameters:
value - allowed object is PluginExecution.Goals

getInherited

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

Returns:
possible object is String

setInherited

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

Parameters:
value - allowed object is String

getConfiguration

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

Returns:
possible object is PluginExecution.Configuration

setConfiguration

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

Parameters:
value - allowed object is PluginExecution.Configuration

clone

public PluginExecution 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.