net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.settings100.impl
Class ProfileImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.settings100.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.PluginRepositoriesImpl
           
static class ProfileImpl.PropertiesImpl
           
static class ProfileImpl.RepositoriesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.settings100.Profile
Profile.PluginRepositories, Profile.Properties, Profile.Repositories
 
Field Summary
protected  ActivationImpl activation
           
protected  String id
           
protected  ProfileImpl.PluginRepositoriesImpl pluginRepositories
           
protected  ProfileImpl.PropertiesImpl properties
           
protected  ProfileImpl.RepositoriesImpl repositories
           
 
Constructor Summary
ProfileImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.settings100.impl.ProfileImpl instance.
ProfileImpl(ProfileImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.settings100.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.
 String getId()
          Gets the value of the id property.
 Profile.PluginRepositories getPluginRepositories()
          Gets the value of the pluginRepositories property.
 Profile.Properties getProperties()
          Gets the value of the properties property.
 Profile.Repositories getRepositories()
          Gets the value of the repositories property.
 void setActivation(Activation value)
          Sets the value of the activation property.
 void setId(String value)
          Sets the value of the id 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 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

activation

protected ActivationImpl activation

properties

protected ProfileImpl.PropertiesImpl properties

repositories

protected ProfileImpl.RepositoriesImpl repositories

pluginRepositories

protected ProfileImpl.PluginRepositoriesImpl pluginRepositories

id

protected String id
Constructor Detail

ProfileImpl

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


ProfileImpl

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

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

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

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

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

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

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.