|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.ProfileImpl
public class ProfileImpl
| 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.prot.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.prot.collections.novalueclass.maven.pom400.impl.ProfileImpl instance. |
|
ProfileImpl(ProfileImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.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 |
|---|
protected String id
protected ActivationImpl activation
protected BuildBaseImpl build
protected ProfileImpl.ModulesImpl modules
protected ProfileImpl.RepositoriesImpl repositories
protected ProfileImpl.PluginRepositoriesImpl pluginRepositories
protected ProfileImpl.DependenciesImpl dependencies
protected ProfileImpl.ReportsImpl reports
protected ReportingImpl reporting
protected DependencyManagementImpl dependencyManagement
protected DistributionManagementImpl distributionManagement
protected ProfileImpl.PropertiesImpl properties
| Constructor Detail |
|---|
public ProfileImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.ProfileImpl instance.
public ProfileImpl(ProfileImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.ProfileImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getId()
Profile
getId in interface ProfileStringpublic void setId(String value)
Profile
setId in interface Profilevalue - allowed object is
Stringpublic Activation getActivation()
Profile
getActivation in interface ProfileActivationpublic void setActivation(Activation value)
Profile
setActivation in interface Profilevalue - allowed object is
Activationpublic BuildBase getBuild()
Profile
getBuild in interface ProfileBuildBasepublic void setBuild(BuildBase value)
Profile
setBuild in interface Profilevalue - allowed object is
BuildBasepublic Profile.Modules getModules()
Profile
getModules in interface ProfileProfile.Modulespublic void setModules(Profile.Modules value)
Profile
setModules in interface Profilevalue - allowed object is
Profile.Modulespublic Profile.Repositories getRepositories()
Profile
getRepositories in interface ProfileProfile.Repositoriespublic void setRepositories(Profile.Repositories value)
Profile
setRepositories in interface Profilevalue - allowed object is
Profile.Repositoriespublic Profile.PluginRepositories getPluginRepositories()
Profile
getPluginRepositories in interface ProfileProfile.PluginRepositoriespublic void setPluginRepositories(Profile.PluginRepositories value)
Profile
setPluginRepositories in interface Profilevalue - allowed object is
Profile.PluginRepositoriespublic Profile.Dependencies getDependencies()
Profile
getDependencies in interface ProfileProfile.Dependenciespublic void setDependencies(Profile.Dependencies value)
Profile
setDependencies in interface Profilevalue - allowed object is
Profile.Dependenciespublic Profile.Reports getReports()
Profile
getReports in interface ProfileProfile.Reportspublic void setReports(Profile.Reports value)
Profile
setReports in interface Profilevalue - allowed object is
Profile.Reportspublic Reporting getReporting()
Profile
getReporting in interface ProfileReportingpublic void setReporting(Reporting value)
Profile
setReporting in interface Profilevalue - allowed object is
Reportingpublic DependencyManagement getDependencyManagement()
Profile
getDependencyManagement in interface ProfileDependencyManagementpublic void setDependencyManagement(DependencyManagement value)
Profile
setDependencyManagement in interface Profilevalue - allowed object is
DependencyManagementpublic DistributionManagement getDistributionManagement()
Profile
getDistributionManagement in interface ProfileDistributionManagementpublic void setDistributionManagement(DistributionManagement value)
Profile
setDistributionManagement in interface Profilevalue - allowed object is
DistributionManagementpublic Profile.Properties getProperties()
Profile
getProperties in interface ProfileProfile.Propertiespublic void setProperties(Profile.Properties value)
Profile
setProperties in interface Profilevalue - allowed object is
Profile.Propertiespublic ProfileImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||