net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.profiles100.impl
Class ProfilesRootImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.profiles100.impl.ProfilesRootImpl
All Implemented Interfaces:
Serializable, Cloneable, ProfilesRoot

public class ProfilesRootImpl
extends Object
implements Serializable, Cloneable, ProfilesRoot

See Also:
Serialized Form

Nested Class Summary
static class ProfilesRootImpl.ActiveProfilesImpl
           
static class ProfilesRootImpl.ProfilesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.profiles100.ProfilesRoot
ProfilesRoot.ActiveProfiles, ProfilesRoot.Profiles
 
Field Summary
protected  ProfilesRootImpl.ActiveProfilesImpl activeProfiles
           
protected  ProfilesRootImpl.ProfilesImpl profiles
           
 
Constructor Summary
ProfilesRootImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.profiles100.impl.ProfilesRootImpl instance.
ProfilesRootImpl(ProfilesRootImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.profiles100.impl.ProfilesRootImpl instance by copying a given instance.
 
Method Summary
 ProfilesRootImpl clone()
          Creates and returns a copy of this object.
 ProfilesRoot.ActiveProfiles getActiveProfiles()
          Gets the value of the activeProfiles property.
 ProfilesRoot.Profiles getProfiles()
          Gets the value of the profiles property.
 void setActiveProfiles(ProfilesRoot.ActiveProfiles value)
          Sets the value of the activeProfiles property.
 void setProfiles(ProfilesRoot.Profiles value)
          Sets the value of the profiles property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

profiles

protected ProfilesRootImpl.ProfilesImpl profiles

activeProfiles

protected ProfilesRootImpl.ActiveProfilesImpl activeProfiles
Constructor Detail

ProfilesRootImpl

public ProfilesRootImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.profiles100.impl.ProfilesRootImpl instance.


ProfilesRootImpl

public ProfilesRootImpl(ProfilesRootImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.profiles100.impl.ProfilesRootImpl instance by copying a given instance.

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

getProfiles

public ProfilesRoot.Profiles getProfiles()
Description copied from interface: ProfilesRoot
Gets the value of the profiles property.

Specified by:
getProfiles in interface ProfilesRoot
Returns:
possible object is ProfilesRoot.Profiles

setProfiles

public void setProfiles(ProfilesRoot.Profiles value)
Description copied from interface: ProfilesRoot
Sets the value of the profiles property.

Specified by:
setProfiles in interface ProfilesRoot
Parameters:
value - allowed object is ProfilesRoot.Profiles

getActiveProfiles

public ProfilesRoot.ActiveProfiles getActiveProfiles()
Description copied from interface: ProfilesRoot
Gets the value of the activeProfiles property.

Specified by:
getActiveProfiles in interface ProfilesRoot
Returns:
possible object is ProfilesRoot.ActiveProfiles

setActiveProfiles

public void setActiveProfiles(ProfilesRoot.ActiveProfiles value)
Description copied from interface: ProfilesRoot
Sets the value of the activeProfiles property.

Specified by:
setActiveProfiles in interface ProfilesRoot
Parameters:
value - allowed object is ProfilesRoot.ActiveProfiles

clone

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