net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400
Interface ReportPlugin

All Known Implementing Classes:
ReportPluginImpl

public interface ReportPlugin

4.0.0

Java class for ReportPlugin complex type.

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

 <complexType name="ReportPlugin">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="groupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="artifactId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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>
         <element name="reportSets" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="reportSet" type="{http://maven.apache.org/POM/4.0.0}ReportSet" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface ReportPlugin.Configuration
          Java class for anonymous complex type.
static interface ReportPlugin.ReportSets
          Java class for anonymous complex type.
 
Method Summary
 String getArtifactId()
          Gets the value of the artifactId property.
 ReportPlugin.Configuration getConfiguration()
          Gets the value of the configuration property.
 String getGroupId()
          Gets the value of the groupId property.
 String getInherited()
          Gets the value of the inherited property.
 ReportPlugin.ReportSets getReportSets()
          Gets the value of the reportSets property.
 String getVersion()
          Gets the value of the version property.
 void setArtifactId(String value)
          Sets the value of the artifactId property.
 void setConfiguration(ReportPlugin.Configuration value)
          Sets the value of the configuration property.
 void setGroupId(String value)
          Sets the value of the groupId property.
 void setInherited(String value)
          Sets the value of the inherited property.
 void setReportSets(ReportPlugin.ReportSets value)
          Sets the value of the reportSets property.
 void setVersion(String value)
          Sets the value of the version property.
 

Method Detail

getGroupId

String getGroupId()
Gets the value of the groupId property.

Returns:
possible object is String

setGroupId

void setGroupId(String value)
Sets the value of the groupId property.

Parameters:
value - allowed object is String

getArtifactId

String getArtifactId()
Gets the value of the artifactId property.

Returns:
possible object is String

setArtifactId

void setArtifactId(String value)
Sets the value of the artifactId property.

Parameters:
value - allowed object is String

getVersion

String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

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

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

Returns:
possible object is ReportPlugin.Configuration

setConfiguration

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

Parameters:
value - allowed object is ReportPlugin.Configuration

getReportSets

ReportPlugin.ReportSets getReportSets()
Gets the value of the reportSets property.

Returns:
possible object is ReportPlugin.ReportSets

setReportSets

void setReportSets(ReportPlugin.ReportSets value)
Sets the value of the reportSets property.

Parameters:
value - allowed object is ReportPlugin.ReportSets


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