|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
String getId()
Stringvoid setId(String value)
value - allowed object is
StringString getPhase()
Stringvoid setPhase(String value)
value - allowed object is
StringPluginExecution.Goals getGoals()
PluginExecution.Goalsvoid setGoals(PluginExecution.Goals value)
value - allowed object is
PluginExecution.GoalsString getInherited()
Stringvoid setInherited(String value)
value - allowed object is
StringPluginExecution.Configuration getConfiguration()
PluginExecution.Configurationvoid setConfiguration(PluginExecution.Configuration value)
value - allowed object is
PluginExecution.Configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||