net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl
Class ProfileImpl.ModulesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl.ProfileImpl.ModulesImpl
All Implemented Interfaces:
Serializable, Cloneable, Profile.Modules
Enclosing class:
ProfileImpl

public static class ProfileImpl.ModulesImpl
extends Object
implements Serializable, Cloneable, Profile.Modules

See Also:
Serialized Form

Field Summary
protected  String[] module
           
 
Constructor Summary
ProfileImpl.ModulesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl.ProfileImpl.ModulesImpl instance.
ProfileImpl.ModulesImpl(ProfileImpl.ModulesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl.ProfileImpl.ModulesImpl instance by copying a given instance.
 
Method Summary
 ProfileImpl.ModulesImpl clone()
          Creates and returns a copy of this object.
 void copyModule(String[] source)
          Copies all values of property Module.
 String[] getModule()
           
 String getModule(int idx)
           
 int getModuleLength()
           
 String setModule(int idx, String value)
           
 void setModule(String[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

protected String[] module
Constructor Detail

ProfileImpl.ModulesImpl

public ProfileImpl.ModulesImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl.ProfileImpl.ModulesImpl instance.


ProfileImpl.ModulesImpl

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

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

getModule

public String[] getModule()
Specified by:
getModule in interface Profile.Modules
Returns:
array of String

getModule

public String getModule(int idx)
Specified by:
getModule in interface Profile.Modules
Returns:
one of String

getModuleLength

public int getModuleLength()
Specified by:
getModuleLength in interface Profile.Modules

setModule

public void setModule(String[] values)
Specified by:
setModule in interface Profile.Modules
Parameters:
values - allowed objects are String

setModule

public String setModule(int idx,
                        String value)
Specified by:
setModule in interface Profile.Modules
value - allowed object is String

copyModule

public void copyModule(String[] source)
Copies all values of property Module.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

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