net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400
Interface PluginManagement

All Known Implementing Classes:
PluginManagementImpl

public interface PluginManagement

Section for management of default plugin information for use in a group of POMs.

Java class for PluginManagement complex type.

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

 <complexType name="PluginManagement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="plugins" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="plugin" type="{http://maven.apache.org/POM/4.0.0}Plugin" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface PluginManagement.Plugins
          Java class for anonymous complex type.
 
Method Summary
 PluginManagement.Plugins getPlugins()
          Gets the value of the plugins property.
 void setPlugins(PluginManagement.Plugins value)
          Sets the value of the plugins property.
 

Method Detail

getPlugins

PluginManagement.Plugins getPlugins()
Gets the value of the plugins property.

Returns:
possible object is PluginManagement.Plugins

setPlugins

void setPlugins(PluginManagement.Plugins value)
Sets the value of the plugins property.

Parameters:
value - allowed object is PluginManagement.Plugins


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