net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl
Class ProfileImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.ProfileImpl
All Implemented Interfaces:
Serializable, Cloneable, Profile

public class ProfileImpl
extends Object
implements Serializable, Cloneable, Profile

See Also:
Serialized Form

Nested Class Summary
static class ProfileImpl.DependenciesImpl
           
static class ProfileImpl.ModulesImpl
           
static class ProfileImpl.PluginRepositoriesImpl
           
static class ProfileImpl.PropertiesImpl
           
static class ProfileImpl.ReportsImpl
           
static class ProfileImpl.RepositoriesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.Profile
Profile.Dependencies, Profile.Modules, Profile.PluginRepositories, Profile.Properties, Profile.Reports, Profile.Repositories
 
Field Summary
protected  ActivationImpl activation
           
protected  BuildBaseImpl build
           
protected  ProfileImpl.DependenciesImpl dependencies
           
protected  DependencyManagementImpl dependencyManagement
           
protected  DistributionManagementImpl distributionManagement
           
protected  String id
           
protected  ProfileImpl.ModulesImpl modules
           
protected  ProfileImpl.PluginRepositoriesImpl pluginRepositories
           
protected  ProfileImpl.PropertiesImpl properties
           
protected  ReportingImpl reporting
           
protected  ProfileImpl.ReportsImpl reports
           
protected  ProfileImpl.RepositoriesImpl repositories
           
 
Constructor Summary
ProfileImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.ProfileImpl instance.
ProfileImpl(ProfileImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.ProfileImpl instance by copying a given instance.
 
Method Summary
 ProfileImpl clone()
          Creates and returns a copy of this object.
 Activation getActivation()
          Gets the value of the activation property.
 BuildBase getBuild()
          Gets the value of the build property.
 Profile.Dependencies getDependencies()
          Gets the value of the dependencies property.
 DependencyManagement getDependencyManagement()
          Gets the value of the dependencyManagement property.
 DistributionManagement getDistributionManagement()
          Gets the value of the distributionManagement property.
 String getId()
          Gets the value of the id property.
 Profile.Modules getModules()
          Gets the value of the modules property.
 Profile.PluginRepositories getPluginRepositories()
          Gets the value of the pluginRepositories property.
 Profile.Properties getProperties()
          Gets the value of the properties property.
 Reporting getReporting()
          Gets the value of the reporting property.
 Profile.Reports getReports()
          Gets the value of the reports property.
 Profile.Repositories getRepositories()
          Gets the value of the repositories property.
 void setActivation(Activation value)
          Sets the value of the activation property.
 void setBuild(BuildBase value)
          Sets the value of the build property.
 void setDependencies(Profile.Dependencies value)
          Sets the value of the dependencies property.
 void setDependencyManagement(DependencyManagement value)
          Sets the value of the dependencyManagement property.
 void setDistributionManagement(DistributionManagement value)
          Sets the value of the distributionManagement property.
 void setId(String value)
          Sets the value of the id property.
 void setModules(Profile.Modules value)
          Sets the value of the modules property.
 void setPluginRepositories(Profile.PluginRepositories value)
          Sets the value of the pluginRepositories property.
 void setProperties(Profile.Properties value)
          Sets the value of the properties property.
 void setReporting(Reporting value)
          Sets the value of the reporting property.
 void setReports(Profile.Reports value)
          Sets the value of the reports property.
 void setRepositories(Profile.Repositories value)
          Sets the value of the repositories property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

activation

protected ActivationImpl activation

build

protected BuildBaseImpl build

modules

protected ProfileImpl.ModulesImpl modules

repositories

protected ProfileImpl.RepositoriesImpl repositories

pluginRepositories

protected ProfileImpl.PluginRepositoriesImpl pluginRepositories

dependencies

protected ProfileImpl.DependenciesImpl dependencies

reports

protected ProfileImpl.ReportsImpl reports

reporting

protected ReportingImpl reporting

dependencyManagement

protected DependencyManagementImpl dependencyManagement

distributionManagement

protected DistributionManagementImpl distributionManagement

properties

protected ProfileImpl.PropertiesImpl properties
Constructor Detail

ProfileImpl

public ProfileImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.ProfileImpl instance.


ProfileImpl

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

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

getId

public String getId()
Description copied from interface: Profile
Gets the value of the id property.

Specified by:
getId in interface Profile
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: Profile
Sets the value of the id property.

Specified by:
setId in interface Profile
Parameters:
value - allowed object is String

getActivation

public Activation getActivation()
Description copied from interface: Profile
Gets the value of the activation property.

Specified by:
getActivation in interface Profile
Returns:
possible object is Activation

setActivation

public void setActivation(Activation value)
Description copied from interface: Profile
Sets the value of the activation property.

Specified by:
setActivation in interface Profile
Parameters:
value - allowed object is Activation

getBuild

public BuildBase getBuild()
Description copied from interface: Profile
Gets the value of the build property.

Specified by:
getBuild in interface Profile
Returns:
possible object is BuildBase

setBuild

public void setBuild(BuildBase value)
Description copied from interface: Profile
Sets the value of the build property.

Specified by:
setBuild in interface Profile
Parameters:
value - allowed object is BuildBase

getModules

public Profile.Modules getModules()
Description copied from interface: Profile
Gets the value of the modules property.

Specified by:
getModules in interface Profile
Returns:
possible object is Profile.Modules

setModules

public void setModules(Profile.Modules value)
Description copied from interface: Profile
Sets the value of the modules property.

Specified by:
setModules in interface Profile
Parameters:
value - allowed object is Profile.Modules

getRepositories

public Profile.Repositories getRepositories()
Description copied from interface: Profile
Gets the value of the repositories property.

Specified by:
getRepositories in interface Profile
Returns:
possible object is Profile.Repositories

setRepositories

public void setRepositories(Profile.Repositories value)
Description copied from interface: Profile
Sets the value of the repositories property.

Specified by:
setRepositories in interface Profile
Parameters:
value - allowed object is Profile.Repositories

getPluginRepositories

public Profile.PluginRepositories getPluginRepositories()
Description copied from interface: Profile
Gets the value of the pluginRepositories property.

Specified by:
getPluginRepositories in interface Profile
Returns:
possible object is Profile.PluginRepositories

setPluginRepositories

public void setPluginRepositories(Profile.PluginRepositories value)
Description copied from interface: Profile
Sets the value of the pluginRepositories property.

Specified by:
setPluginRepositories in interface Profile
Parameters:
value - allowed object is Profile.PluginRepositories

getDependencies

public Profile.Dependencies getDependencies()
Description copied from interface: Profile
Gets the value of the dependencies property.

Specified by:
getDependencies in interface Profile
Returns:
possible object is Profile.Dependencies

setDependencies

public void setDependencies(Profile.Dependencies value)
Description copied from interface: Profile
Sets the value of the dependencies property.

Specified by:
setDependencies in interface Profile
Parameters:
value - allowed object is Profile.Dependencies

getReports

public Profile.Reports getReports()
Description copied from interface: Profile
Gets the value of the reports property.

Specified by:
getReports in interface Profile
Returns:
possible object is Profile.Reports

setReports

public void setReports(Profile.Reports value)
Description copied from interface: Profile
Sets the value of the reports property.

Specified by:
setReports in interface Profile
Parameters:
value - allowed object is Profile.Reports

getReporting

public Reporting getReporting()
Description copied from interface: Profile
Gets the value of the reporting property.

Specified by:
getReporting in interface Profile
Returns:
possible object is Reporting

setReporting

public void setReporting(Reporting value)
Description copied from interface: Profile
Sets the value of the reporting property.

Specified by:
setReporting in interface Profile
Parameters:
value - allowed object is Reporting

getDependencyManagement

public DependencyManagement getDependencyManagement()
Description copied from interface: Profile
Gets the value of the dependencyManagement property.

Specified by:
getDependencyManagement in interface Profile
Returns:
possible object is DependencyManagement

setDependencyManagement

public void setDependencyManagement(DependencyManagement value)
Description copied from interface: Profile
Sets the value of the dependencyManagement property.

Specified by:
setDependencyManagement in interface Profile
Parameters:
value - allowed object is DependencyManagement

getDistributionManagement

public DistributionManagement getDistributionManagement()
Description copied from interface: Profile
Gets the value of the distributionManagement property.

Specified by:
getDistributionManagement in interface Profile
Returns:
possible object is DistributionManagement

setDistributionManagement

public void setDistributionManagement(DistributionManagement value)
Description copied from interface: Profile
Sets the value of the distributionManagement property.

Specified by:
setDistributionManagement in interface Profile
Parameters:
value - allowed object is DistributionManagement

getProperties

public Profile.Properties getProperties()
Description copied from interface: Profile
Gets the value of the properties property.

Specified by:
getProperties in interface Profile
Returns:
possible object is Profile.Properties

setProperties

public void setProperties(Profile.Properties value)
Description copied from interface: Profile
Sets the value of the properties property.

Specified by:
setProperties in interface Profile
Parameters:
value - allowed object is Profile.Properties

clone

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